Mon Oct 10 13:58:20 PDT 2011 #!/bin/csh -f # input: # $1 receptor coordinates file; # $2 grid size; # $3 # of iterations for the first run; # $4 # of iterations for the second run; # $5 # of iterations for the third run; # output: # delphi map: $1.phi # log file: delphi.out set RECCRG = rec+sph.crg set GRID = 179 set n1 = 50 set n2 = 120 set n3 = 180 set DELPHI = $DOCK_BASE/private/delphi set VDW = vdw.siz #set VDW = vdw.hydren set CRG = amb.crg.oxt set PRM = genric.prm # three step focussing calc. if (-e ARCDAT) /bin/rm ARCDAT cp $VDW fort.11 cp $CRG fort.12 cp $RECCRG fort.13 echo "gsize=$GRID, perfil=20, bndcon=2, linit=$n1\n" >! fort.10 cat $PRM >> fort.10 time $DELPHI if ($status != 0) exit(100) echo "gsize=$GRID, perfil=60, bndcon=3, linit=$n2\n" >! fort.10 cat $PRM >> fort.10 mv fort.14 fort.18 time $DELPHI if ($status != 0) exit(100) echo "gsize=$GRID, perfil=90, bndcon=3, linit=$n3\n" >! fort.10 cat $PRM >> fort.10 mv fort.14 fort.18 time $DELPHI if ($status != 0) exit(100) /bin/rm fort.1[0-3] fort.18 ARCDAT mv fort.14 $RECCRG:r.phi ___________________DelPhi II____________________ / | A program to solve the PB equation | | in 3D, using non-linear form, incorporating | | 2 dielectric regions, ionic strength, periodic | | and focussing boundary conditions, utilizing | | stripped optimum successive over-relaxation | | and an improved algorithm for mapping the | | Mol. Surface to the finite-Difference grid | __________________ ____________________/ DelPhi II program started on Mon Oct 10 2011 at 13:58:20 opening parameter file fort.10 atom radii read from file fort.11 ! default extended atom radii based loosely ! on mike connolly's MS program- note H's are 0 # of radius parameter records: 18 atomic charges read from file fort.12 # of charge parameter records: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2619 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN5 556 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.6431682 object centred at (gu) : 0.0000000E+00 0.0000000E+00 0.0000000E+00 inner,outer dielectrics : 2.060000 78.50000 ionic strength (M) : 0.1450000 debye length (A) : 8.001814 ion exclusion radius (A) : 2.000000 probe radius (A) : 1.400000 boundary conditions : dipolar x,y,z periodic bc. flags : F F F # of linear iterations : 50 # of non-linear iterations : 0 concentration map output : F spherical charge distbn. : F INSIGHT format output : F site potential output : F modified atom file output : T map file label : qdiffxas: qdiffxs4 with an improved surfacing routine convergence graph turned off potential listings turned off box fill (%): 20.00000 xmin,xmax (A): -31.43600 18.07800 ymin,ymax (A): -23.90300 23.18600 zmin,zma (A): -11.34000 44.01100 x,y,z range (A): 49.51400 47.08900 55.35100 scale (grids/A): 0.6431682 object centre (A): -6.679001 -0.3585005 16.33550 number of atom coordinates read : 2619 total number of charged atoms : 2479 net assigned charge : 5.500007 assigned positive charge : 395.6870 centred at (gu) : 88.24988 89.23693 89.62730 assigned negative charge : -390.1875 centred at (gu) : 88.16723 89.28457 89.46667 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 7088 nv = 96 ne = 84 npr = 55302 no. pairs analyzed = 55302 no. exposed pairs = 3018 no. arc points = 21754 no. surface atoms = 1010 nbur = 1609 mkacc time = 0.1600000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 375 mr = 3979 m= 2 mr = 65 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 241 time to turn everything in is 0.3500000 number of dielectric boundary points 3421 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2143 ## 186 charges are in solution ## iepsmp to db, and charging done at 0.4800000 number of grid points assigned charge 8611 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.2845360E-08 2.6862326E-08 midg,1,midg; midg,igrid,midg 1.7657808E-08 2.5285671E-09 1,midg,midg; igrid,midg,midg -2.6431650E-09 1.3453760E-08 gauss-seidel spectral radius is 0.9874712 estimated iterations to convergence 73 setup time was (sec) 0.6200000 now iterating at: 13:58:21 rms-change max change #iterations 0.1490301 22.32446 at 10iterations 1.4766614E-02 2.068546 at 20iterations 1.5199707E-03 0.2182617 at 30iterations 1.5059115E-04 1.9237518E-02 at 40iterations 1.5257435E-05 2.2048950E-03 at 50iterations finished qdiffx linear iterations at : 13:58:24 total time elapsed so far: 3.900000 # loops : 50 mean,max change (kT/e) : 1.5257435E-05 2.2048950E-03 energy calculations done at 3.900000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.080000 DelPhi exited at 13:58:25 4.080u 0.261s 0:04.74 91.5% 0+0k 0+0io 0pf+0w ___________________DelPhi II____________________ / | A program to solve the PB equation | | in 3D, using non-linear form, incorporating | | 2 dielectric regions, ionic strength, periodic | | and focussing boundary conditions, utilizing | | stripped optimum successive over-relaxation | | and an improved algorithm for mapping the | | Mol. Surface to the finite-Difference grid | __________________ ____________________/ DelPhi II program started on Mon Oct 10 2011 at 13:58:25 opening parameter file fort.10 atom radii read from file fort.11 ! default extended atom radii based loosely ! on mike connolly's MS program- note H's are 0 # of radius parameter records: 18 atomic charges read from file fort.12 # of charge parameter records: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2619 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN5 556 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.929504 object centred at (gu) : 0.0000000E+00 0.0000000E+00 0.0000000E+00 inner,outer dielectrics : 2.060000 78.50000 ionic strength (M) : 0.1450000 debye length (A) : 8.001814 ion exclusion radius (A) : 2.000000 probe radius (A) : 1.400000 boundary conditions : focussing x,y,z periodic bc. flags : F F F # of linear iterations : 120 # of non-linear iterations : 0 concentration map output : F spherical charge distbn. : F INSIGHT format output : F site potential output : F modified atom file output : T map file label : qdiffxas: qdiffxs4 with an improved surfacing routine convergence graph turned off potential listings turned off box fill (%): 60.00000 xmin,xmax (A): -31.43600 18.07800 ymin,ymax (A): -23.90300 23.18600 zmin,zma (A): -11.34000 44.01100 x,y,z range (A): 49.51400 47.08900 55.35100 scale (grids/A): 1.929504 object centre (A): -6.679001 -0.3585005 16.33550 number of atom coordinates read : 2619 total number of charged atoms : 2479 net assigned charge : 5.500007 assigned positive charge : 395.6870 centred at (gu) : 84.74940 87.71031 88.88131 assigned negative charge : -390.1875 centred at (gu) : 84.50156 87.85358 88.39985 start vw surface at 0.1500000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 76475 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21754 grid for indexing accessible points = 1.400000 m= 27731 mr = 53874 m= 4413 mr = 20710 m= 279 mr = 2819 m= 4 mr = 112 m= 0 mr = 0 time to grow re-entrant surface = 0.3300000 no. cavity mid-points inaccessible to solvent = 6349 time to turn everything in is 0.6700000 number of dielectric boundary points 31387 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 129 iepsmp to db, and charging done at 0.8100000 number of grid points assigned charge 19538 setting boundary conditions focussing boundary condition read from file fort.18 focussing potential map: qdiffxas: qdiffxs4 with an improved surfacing routine original scale (grids/A) : 0.6431682 object centre at (A) : -6.679001 -0.3585005 16.33550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.0351665E-02 3.9574903E-02 midg,1,midg; midg,igrid,midg 1.6759792E-02 2.3892790E-03 1,midg,midg; igrid,midg,midg -2.3673130E-03 4.0127516E-02 gauss-seidel spectral radius is 0.9986643 estimated iterations to convergence 217 setup time was (sec) 0.9700000 now iterating at: 13:58:26 rms-change max change #iterations 4.332110 165.1118 at 10iterations 2.046813 68.67180 at 20iterations 0.9678491 31.65154 at 30iterations 0.4581191 13.83548 at 40iterations 0.2154147 7.457829 at 50iterations 0.1016669 3.234633 at 60iterations 4.8213955E-02 1.629581 at 70iterations 2.2689924E-02 0.7308927 at 80iterations 1.0724972E-02 0.3199615 at 90iterations 5.0752461E-03 0.1718750 at 100iterations 2.3912634E-03 7.8714371E-02 at 110iterations 1.1328108E-03 3.1682491E-02 at 120iterations finished qdiffx linear iterations at : 13:58:34 total time elapsed so far: 9.300000 # loops : 120 mean,max change (kT/e) : 1.1328108E-03 3.1682491E-02 energy calculations done at 9.300000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.460000 DelPhi exited at 13:58:35 9.464u 0.309s 0:10.18 95.8% 0+0k 0+0io 0pf+0w ___________________DelPhi II____________________ / | A program to solve the PB equation | | in 3D, using non-linear form, incorporating | | 2 dielectric regions, ionic strength, periodic | | and focussing boundary conditions, utilizing | | stripped optimum successive over-relaxation | | and an improved algorithm for mapping the | | Mol. Surface to the finite-Difference grid | __________________ ____________________/ DelPhi II program started on Mon Oct 10 2011 at 13:58:35 opening parameter file fort.10 atom radii read from file fort.11 ! default extended atom radii based loosely ! on mike connolly's MS program- note H's are 0 # of radius parameter records: 18 atomic charges read from file fort.12 # of charge parameter records: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2619 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN5 556 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.894257 object centred at (gu) : 0.0000000E+00 0.0000000E+00 0.0000000E+00 inner,outer dielectrics : 2.060000 78.50000 ionic strength (M) : 0.1450000 debye length (A) : 8.001814 ion exclusion radius (A) : 2.000000 probe radius (A) : 1.400000 boundary conditions : focussing x,y,z periodic bc. flags : F F F # of linear iterations : 180 # of non-linear iterations : 0 concentration map output : F spherical charge distbn. : F INSIGHT format output : F site potential output : F modified atom file output : T map file label : qdiffxas: qdiffxs4 with an improved surfacing routine convergence graph turned off potential listings turned off box fill (%): 90.00000 xmin,xmax (A): -31.43600 18.07800 ymin,ymax (A): -23.90300 23.18600 zmin,zma (A): -11.34000 44.01100 x,y,z range (A): 49.51400 47.08900 55.35100 scale (grids/A): 2.894257 object centre (A): -6.679001 -0.3585005 16.33550 number of atom coordinates read : 2619 total number of charged atoms : 2479 net assigned charge : 5.500007 assigned positive charge : 395.6870 centred at (gu) : 82.12405 86.56544 88.32185 assigned negative charge : -390.1875 centred at (gu) : 81.75235 86.78024 87.59975 start vw surface at 0.1600000 fill in re-entrant regions at 0.5900000 boundary points on vw surface= 176618 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21754 grid for indexing accessible points = 1.400000 m= 89731 mr = 129651 m= 32370 mr = 74418 m= 8040 mr = 26206 m= 1247 mr = 6170 m= 86 mr = 881 m= 6 mr = 50 m= 0 mr = 0 time to grow re-entrant surface = 1.030000 no. cavity mid-points inaccessible to solvent = 21151 time to turn everything in is 1.730000 number of dielectric boundary points 70722 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.880000 number of grid points assigned charge 19831 setting boundary conditions focussing boundary condition read from file fort.18 focussing potential map: qdiffxas: qdiffxs4 with an improved surfacing routine original scale (grids/A) : 1.929504 object centre at (A) : -6.679001 -0.3585005 16.33550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1661947 0.3879608 midg,1,midg; midg,igrid,midg 0.1876765 1.5243080E-02 1,midg,midg; igrid,midg,midg -2.6501415E-02 0.4688460 gauss-seidel spectral radius is 0.9992595 estimated iterations to convergence 290 setup time was (sec) 2.060000 now iterating at: 13:58:37 rms-change max change #iterations 9.970472 561.2200 at 10iterations 5.767858 110.1633 at 20iterations 3.313984 60.52167 at 30iterations 1.900638 34.15399 at 40iterations 1.092864 20.16842 at 50iterations 0.6273851 11.77018 at 60iterations 0.3602687 6.343313 at 70iterations 0.2065326 3.896475 at 80iterations 0.1184054 2.161772 at 90iterations 6.8032838E-02 1.191126 at 100iterations 3.9001711E-02 0.6718264 at 110iterations 2.2397486E-02 0.4325075 at 120iterations 1.2827338E-02 0.2637749 at 130iterations 7.3742718E-03 0.1381149 at 140iterations 4.2240531E-03 7.2978973E-02 at 150iterations 2.4220822E-03 4.3740273E-02 at 160iterations 1.3911859E-03 2.2789001E-02 at 170iterations 7.9930376E-04 1.3423920E-02 at 180iterations finished qdiffx linear iterations at : 13:58:51 total time elapsed so far: 15.70000 # loops : 180 mean,max change (kT/e) : 7.9930376E-04 1.3423920E-02 energy calculations done at 15.70000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.88000 DelPhi exited at 13:58:52 15.878u 0.305s 0:16.65 97.1% 0+0k 0+0io 0pf+0w