Mon Oct 10 10:23:54 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 10:23:54 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2812 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5825274 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): -17.74000 33.73800 ymin,ymax (A): -59.73900 -0.6720001 zmin,zma (A): -1.637000 59.47600 x,y,z range (A): 51.47800 59.06700 61.11300 scale (grids/A): 0.5825274 object centre (A): 7.999000 -30.20550 28.91950 number of atom coordinates read : 2812 total number of charged atoms : 2661 net assigned charge : 6.000015 assigned positive charge : 410.5349 centred at (gu) : 88.48654 88.32916 88.16189 assigned negative charge : -404.5353 centred at (gu) : 88.56410 88.21320 88.06195 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 6490 nv = 96 ne = 84 npr = 54756 no. pairs analyzed = 54756 no. exposed pairs = 4170 no. arc points = 30485 no. surface atoms = 1386 nbur = 1426 mkacc time = 0.1300000 writing accessible surface arcs data to file ARCDAT initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 332 mr = 2840 m= 1 mr = 19 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3300000 number of dielectric boundary points 3964 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3001 ## 296 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 8063 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.1299179E-09 2.3650535E-09 midg,1,midg; midg,igrid,midg -1.6095230E-09 2.6841480E-09 1,midg,midg; igrid,midg,midg 4.4739079E-09 -1.2431628E-10 gauss-seidel spectral radius is 0.9847947 estimated iterations to convergence 67 setup time was (sec) 0.5900000 now iterating at: 10:23:55 rms-change max change #iterations 9.5890634E-02 15.83167 at 10iterations 7.4065872E-03 1.235332 at 20iterations 5.7924964E-04 9.4617844E-02 at 30iterations 4.9294827E-05 7.6751709E-03 at 40iterations 5.2065757E-06 6.8235397E-04 at 50iterations finished qdiffx linear iterations at : 10:23:57 total time elapsed so far: 3.420000 # loops : 50 mean,max change (kT/e) : 5.2065757E-06 6.8235397E-04 energy calculations done at 3.420000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.610000 DelPhi exited at 10:23:58 3.612u 0.188s 0:04.08 92.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 10:23:58 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2812 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.747582 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): -17.74000 33.73800 ymin,ymax (A): -59.73900 -0.6720001 zmin,zma (A): -1.637000 59.47600 x,y,z range (A): 51.47800 59.06700 61.11300 scale (grids/A): 1.747582 object centre (A): 7.999000 -30.20550 28.91950 number of atom coordinates read : 2812 total number of charged atoms : 2661 net assigned charge : 6.000015 assigned positive charge : 410.5349 centred at (gu) : 85.45911 84.98681 84.48505 assigned negative charge : -404.5353 centred at (gu) : 85.69218 84.63932 84.18538 start vw surface at 0.1600000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 69394 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30485 grid for indexing accessible points = 1.400000 m= 21836 mr = 42428 m= 2721 mr = 13834 m= 117 mr = 1168 m= 1 mr = 13 m= 0 mr = 0 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5500000 number of dielectric boundary points 36626 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 257 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6800000 number of grid points assigned charge 20713 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.5825274 object centre at (A) : 7.999000 -30.20550 28.91950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.9384663E-03 9.6853692E-03 midg,1,midg; midg,igrid,midg 1.7438071E-02 2.9820789E-02 1,midg,midg; igrid,midg,midg 1.1694201E-02 5.4773837E-03 gauss-seidel spectral radius is 0.9984277 estimated iterations to convergence 200 setup time was (sec) 0.8600000 now iterating at: 10:23:59 rms-change max change #iterations 3.678488 172.2955 at 10iterations 1.618456 62.30494 at 20iterations 0.7133716 26.77315 at 30iterations 0.3150735 11.13127 at 40iterations 0.1386027 5.197388 at 50iterations 6.1508723E-02 1.967457 at 60iterations 2.7173730E-02 1.072902 at 70iterations 1.1978487E-02 0.4073353 at 80iterations 5.3062397E-03 0.2026672 at 90iterations 2.3386958E-03 7.2738647E-02 at 100iterations 1.0379060E-03 3.4416199E-02 at 110iterations 4.5748058E-04 1.7421722E-02 at 120iterations finished qdiffx linear iterations at : 10:24:06 total time elapsed so far: 7.690000 # loops : 120 mean,max change (kT/e) : 4.5748058E-04 1.7421722E-02 energy calculations done at 7.690000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.880000 DelPhi exited at 10:24:06 7.880u 0.215s 0:08.37 96.6% 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 10:24:06 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2812 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 2.621373 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): -17.74000 33.73800 ymin,ymax (A): -59.73900 -0.6720001 zmin,zma (A): -1.637000 59.47600 x,y,z range (A): 51.47800 59.06700 61.11300 scale (grids/A): 2.621373 object centre (A): 7.999000 -30.20550 28.91950 number of atom coordinates read : 2812 total number of charged atoms : 2661 net assigned charge : 6.000015 assigned positive charge : 410.5349 centred at (gu) : 83.18866 82.48007 81.72755 assigned negative charge : -404.5353 centred at (gu) : 83.53818 81.95900 81.27798 start vw surface at 0.2000000 fill in re-entrant regions at 0.4700000 boundary points on vw surface= 160222 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30485 grid for indexing accessible points = 1.400000 m= 72001 mr = 104712 m= 22807 mr = 53645 m= 4325 mr = 16142 m= 423 mr = 2590 m= 9 mr = 170 m= 0 mr = 0 time to grow re-entrant surface = 0.7399999 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.320000 number of dielectric boundary points 82528 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5 iepsmp to db, and charging done at 1.460000 number of grid points assigned charge 21282 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.747582 object centre at (A) : 7.999000 -30.20550 28.91950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1297290 6.4113021E-02 midg,1,midg; midg,igrid,midg 0.3468442 0.4057716 1,midg,midg; igrid,midg,midg 8.1681848E-02 7.9366252E-02 gauss-seidel spectral radius is 0.9992273 estimated iterations to convergence 284 setup time was (sec) 1.620000 now iterating at: 10:24:08 rms-change max change #iterations 9.352177 273.0625 at 10iterations 5.521289 145.0899 at 20iterations 3.208687 90.94513 at 30iterations 1.861101 47.54197 at 40iterations 1.074691 24.37672 at 50iterations 0.6161736 13.42132 at 60iterations 0.3529846 8.027731 at 70iterations 0.2021256 3.988039 at 80iterations 0.1149115 2.553735 at 90iterations 6.5773390E-02 1.437952 at 100iterations 3.7430439E-02 0.8434472 at 110iterations 2.1295706E-02 0.4692416 at 120iterations 1.2106907E-02 0.2343674 at 130iterations 6.8910765E-03 0.1497054 at 140iterations 3.9142007E-03 7.8887939E-02 at 150iterations 2.2214453E-03 4.6895862E-02 at 160iterations 1.2572763E-03 2.3757935E-02 at 170iterations 7.1478827E-04 1.5424728E-02 at 180iterations finished qdiffx linear iterations at : 10:24:18 total time elapsed so far: 11.82000 # loops : 180 mean,max change (kT/e) : 7.1478827E-04 1.5424728E-02 energy calculations done at 11.82000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.01000 DelPhi exited at 10:24:19 12.017u 0.174s 0:12.59 96.7% 0+0k 0+0io 0pf+0w