Tue Oct 11 08:05:49 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+sph2.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 = amb2.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 Tue Oct 11 2011 at 08:05:49 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: 301 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2475 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: 0.5668699 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): -7.783000 36.75300 ymin,ymax (A): -15.64300 32.94200 zmin,zma (A): -10.36700 52.43400 x,y,z range (A): 44.53600 48.58500 62.80100 scale (grids/A): 0.5668699 object centre (A): 14.48500 8.649501 21.03350 number of atom coordinates read : 2475 total number of charged atoms : 2307 net assigned charge : 10.50002 assigned positive charge : 361.7198 centred at (gu) : 89.96148 90.72205 89.05031 assigned negative charge : -351.2207 centred at (gu) : 89.87643 90.80271 89.13362 start vw surface at 0.1600000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 5365 nv = 96 ne = 84 npr = 49081 no. pairs analyzed = 49081 no. exposed pairs = 3300 no. arc points = 23517 no. surface atoms = 1108 nbur = 1367 mkacc time = 0.1100000 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.540000 m= 221 mr = 2681 m= 1 mr = 6 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 5 time to turn everything in is 0.3000000 number of dielectric boundary points 2900 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2368 ## 296 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 6722 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.9495375E-09 4.0895962E-10 midg,1,midg; midg,igrid,midg 1.9618911E-09 6.1602029E-10 1,midg,midg; igrid,midg,midg 4.8263682E-10 2.3512441E-09 gauss-seidel spectral radius is 0.9839108 estimated iterations to convergence 65 setup time was (sec) 0.5400000 now iterating at: 08:05:50 rms-change max change #iterations 7.9996549E-02 16.54516 at 10iterations 5.7850252E-03 0.9798465 at 20iterations 4.2110455E-04 7.4663162E-02 at 30iterations 3.1268322E-05 5.1593781E-03 at 40iterations 2.3771408E-06 4.4345856E-04 at 50iterations finished qdiffx linear iterations at : 08:05:52 total time elapsed so far: 3.150000 # loops : 50 mean,max change (kT/e) : 2.3771408E-06 4.4345856E-04 energy calculations done at 3.150000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.340000 DelPhi exited at 08:05:53 3.339u 0.136s 0:03.99 86.7% 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 Tue Oct 11 2011 at 08:05:53 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: 301 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2475 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: 1.700610 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): -7.783000 36.75300 ymin,ymax (A): -15.64300 32.94200 zmin,zma (A): -10.36700 52.43400 x,y,z range (A): 44.53600 48.58500 62.80100 scale (grids/A): 1.700610 object centre (A): 14.48500 8.649501 21.03350 number of atom coordinates read : 2475 total number of charged atoms : 2307 net assigned charge : 10.50002 assigned positive charge : 361.7198 centred at (gu) : 89.88412 92.16567 87.15031 assigned negative charge : -351.2207 centred at (gu) : 89.62933 92.40792 87.40073 start vw surface at 0.1900000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 58361 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23517 grid for indexing accessible points = 1.400000 m= 17765 mr = 38376 m= 1908 mr = 12039 m= 56 mr = 875 m= 0 mr = 2 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 197 time to turn everything in is 0.5000000 number of dielectric boundary points 26798 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 300 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 17873 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.5668699 object centre at (A) : 14.48500 8.649501 21.03350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.6185432E-02 1.6663931E-02 midg,1,midg; midg,igrid,midg 8.0237873E-03 1.3992159E-03 1,midg,midg; igrid,midg,midg 3.7679912E-03 8.9416830E-03 gauss-seidel spectral radius is 0.9982837 estimated iterations to convergence 192 setup time was (sec) 0.7800000 now iterating at: 08:05:54 rms-change max change #iterations 3.192552 154.3206 at 10iterations 1.358156 54.07366 at 20iterations 0.5816134 24.28317 at 30iterations 0.2475341 9.957607 at 40iterations 0.1056619 3.845495 at 50iterations 4.4941138E-02 1.665142 at 60iterations 1.9097514E-02 0.6814346 at 70iterations 8.1608053E-03 0.3350344 at 80iterations 3.4827478E-03 0.1277828 at 90iterations 1.4890055E-03 6.0604095E-02 at 100iterations 6.3599716E-04 2.4826527E-02 at 110iterations 2.7120399E-04 1.0038376E-02 at 120iterations finished qdiffx linear iterations at : 08:06:00 total time elapsed so far: 7.110000 # loops : 120 mean,max change (kT/e) : 2.7120399E-04 1.0038376E-02 energy calculations done at 7.110000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.300000 DelPhi exited at 08:06:01 7.305u 0.185s 0:07.76 96.3% 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 Tue Oct 11 2011 at 08:06:01 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: 301 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2475 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.550915 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): -7.783000 36.75300 ymin,ymax (A): -15.64300 32.94200 zmin,zma (A): -10.36700 52.43400 x,y,z range (A): 44.53600 48.58500 62.80100 scale (grids/A): 2.550915 object centre (A): 14.48500 8.649501 21.03350 number of atom coordinates read : 2475 total number of charged atoms : 2307 net assigned charge : 10.50002 assigned positive charge : 361.7198 centred at (gu) : 89.82600 93.24847 85.72533 assigned negative charge : -351.2207 centred at (gu) : 89.44381 93.61181 86.10096 start vw surface at 0.1500000 fill in re-entrant regions at 0.3700000 boundary points on vw surface= 135358 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23517 grid for indexing accessible points = 1.400000 m= 61035 mr = 94009 m= 17631 mr = 47684 m= 2871 mr = 13055 m= 220 mr = 1805 m= 1 mr = 88 m= 0 mr = 0 time to grow re-entrant surface = 0.5800000 no. cavity mid-points inaccessible to solvent = 595 time to turn everything in is 1.030000 number of dielectric boundary points 60475 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 7 iepsmp to db, and charging done at 1.160000 number of grid points assigned charge 18444 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.700610 object centre at (A) : 14.48500 8.649501 21.03350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.5088592 0.3840503 midg,1,midg; midg,igrid,midg 8.8134035E-02 4.0325735E-02 1,midg,midg; igrid,midg,midg 5.5277046E-02 0.1015780 gauss-seidel spectral radius is 0.9991595 estimated iterations to convergence 272 setup time was (sec) 1.330000 now iterating at: 08:06:02 rms-change max change #iterations 8.176478 276.3255 at 10iterations 4.652918 145.2195 at 20iterations 2.626486 63.33131 at 30iterations 1.474144 34.07093 at 40iterations 0.8203328 18.15405 at 50iterations 0.4595340 9.992928 at 60iterations 0.2552150 5.661043 at 70iterations 0.1424249 3.419220 at 80iterations 7.8762278E-02 1.852251 at 90iterations 4.3635137E-02 0.9665012 at 100iterations 2.4169389E-02 0.5877824 at 110iterations 1.3408764E-02 0.3041840 at 120iterations 7.4132993E-03 0.1528473 at 130iterations 4.1014692E-03 8.4625244E-02 at 140iterations 2.2707758E-03 5.0254822E-02 at 150iterations 1.2559410E-03 2.7740479E-02 at 160iterations 6.9480907E-04 1.5812874E-02 at 170iterations 3.8436567E-04 8.7118149E-03 at 180iterations finished qdiffx linear iterations at : 08:06:12 total time elapsed so far: 11.36000 # loops : 180 mean,max change (kT/e) : 3.8436567E-04 8.7118149E-03 energy calculations done at 11.36000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.55000 DelPhi exited at 08:06:13 11.551u 0.190s 0:12.20 96.2% 0+0k 0+0io 0pf+0w