Sun Oct 9 21:47:35 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 Sun Oct 9 2011 at 21:47: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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3214 !!! WARNING: GLM 39 has a net charge of -0.6000 !!! WARNING: HIZ 43 has a net charge of 0.2000 !!! WARNING: GLM 421 has a net charge of -0.6000 !!! WARNING: GLM 555 has a net charge of -0.6000 !!! WARNING: HIZ 559 has a net charge of 0.2000 !!! WARNING: ZN7 775 has a net charge of 1.4000 !!! WARNING: ZN7 779 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 0.6237953 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): 45.78500 98.84100 ymin,ymax (A): 2.947000 60.01700 zmin,zma (A): 14.97300 67.53900 x,y,z range (A): 53.05600 57.07000 52.56600 scale (grids/A): 0.6237953 object centre (A): 72.31300 31.48200 41.25600 number of atom coordinates read : 3214 total number of charged atoms : 3071 net assigned charge : 6.900013 assigned positive charge : 490.8427 centred at (gu) : 90.42175 87.84006 90.52441 assigned negative charge : -483.9442 centred at (gu) : 90.32483 87.80396 90.54976 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 8408 nv = 96 ne = 84 npr = 62460 no. pairs analyzed = 62460 no. exposed pairs = 4260 no. arc points = 30668 no. surface atoms = 1421 nbur = 1793 mkacc time = 0.2000000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 463 mr = 4377 m= 1 mr = 28 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 45 time to turn everything in is 0.4800000 number of dielectric boundary points 4467 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3006 ## 289 charges are in solution ## iepsmp to db, and charging done at 0.6600000 number of grid points assigned charge 10334 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 7.6691098E-09 4.3632795E-09 midg,1,midg; midg,igrid,midg 4.5043302E-09 6.0376495E-09 1,midg,midg; igrid,midg,midg -2.4771893E-09 1.6529386E-08 gauss-seidel spectral radius is 0.9867531 estimated iterations to convergence 71 setup time was (sec) 0.8400000 now iterating at: 21:47:36 rms-change max change #iterations 0.1451307 24.23662 at 10iterations 1.3530420E-02 1.802231 at 20iterations 1.2656706E-03 0.1739178 at 30iterations 1.1936712E-04 1.6960144E-02 at 40iterations 1.1359661E-05 1.6822815E-03 at 50iterations finished qdiffx linear iterations at : 21:47:40 total time elapsed so far: 4.700000 # loops : 50 mean,max change (kT/e) : 1.1359661E-05 1.6822815E-03 energy calculations done at 4.700000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.040000 DelPhi exited at 21:47:41 5.043u 0.386s 0:05.75 94.2% 0+0k 0+0io 5pf+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 Sun Oct 9 2011 at 21:47:41 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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3214 !!! WARNING: GLM 39 has a net charge of -0.6000 !!! WARNING: HIZ 43 has a net charge of 0.2000 !!! WARNING: GLM 421 has a net charge of -0.6000 !!! WARNING: GLM 555 has a net charge of -0.6000 !!! WARNING: HIZ 559 has a net charge of 0.2000 !!! WARNING: ZN7 775 has a net charge of 1.4000 !!! WARNING: ZN7 779 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= 0.1100000 grid size : 179 scale,in grids/A, set to be: 1.871386 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): 45.78500 98.84100 ymin,ymax (A): 2.947000 60.01700 zmin,zma (A): 14.97300 67.53900 x,y,z range (A): 53.05600 57.07000 52.56600 scale (grids/A): 1.871386 object centre (A): 72.31300 31.48200 41.25600 number of atom coordinates read : 3214 total number of charged atoms : 3071 net assigned charge : 6.900013 assigned positive charge : 490.8427 centred at (gu) : 91.26421 83.51946 91.57237 assigned negative charge : -483.9442 centred at (gu) : 90.97395 83.41153 91.64896 start vw surface at 0.1900000 fill in re-entrant regions at 0.3900000 boundary points on vw surface= 91365 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30668 grid for indexing accessible points = 1.400000 m= 31653 mr = 61559 m= 4792 mr = 22297 m= 287 mr = 2676 m= 3 mr = 85 m= 0 mr = 0 time to grow re-entrant surface = 0.4800000 no. cavity mid-points inaccessible to solvent = 1986 time to turn everything in is 0.9500000 number of dielectric boundary points 41483 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 214 iepsmp to db, and charging done at 1.090000 number of grid points assigned charge 24059 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.6237953 object centre at (A) : 72.31300 31.48200 41.25600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.7107843E-03 -1.1148101E-02 midg,1,midg; midg,igrid,midg 0.1028168 3.3899117E-02 1,midg,midg; igrid,midg,midg -2.3173122E-02 1.8725552E-02 gauss-seidel spectral radius is 0.9986624 estimated iterations to convergence 217 setup time was (sec) 1.300000 now iterating at: 21:47:42 rms-change max change #iterations 4.670097 195.6901 at 10iterations 2.194607 75.58540 at 20iterations 1.028960 31.76958 at 30iterations 0.4844324 15.28555 at 40iterations 0.2281652 6.912085 at 50iterations 0.1076200 3.061228 at 60iterations 5.0589904E-02 1.405734 at 70iterations 2.3890160E-02 0.7569666 at 80iterations 1.1232174E-02 0.3366604 at 90iterations 5.3109191E-03 0.1549900 at 100iterations 2.5070647E-03 7.7721924E-02 at 110iterations 1.1859946E-03 3.3632278E-02 at 120iterations finished qdiffx linear iterations at : 21:47:52 total time elapsed so far: 11.24000 # loops : 120 mean,max change (kT/e) : 1.1859946E-03 3.3632278E-02 energy calculations done at 11.24000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.46000 DelPhi exited at 21:47:53 11.460u 0.440s 0:12.34 96.4% 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 Sun Oct 9 2011 at 21:47: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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3214 !!! WARNING: GLM 39 has a net charge of -0.6000 !!! WARNING: HIZ 43 has a net charge of 0.2000 !!! WARNING: GLM 421 has a net charge of -0.6000 !!! WARNING: GLM 555 has a net charge of -0.6000 !!! WARNING: HIZ 559 has a net charge of 0.2000 !!! WARNING: ZN7 775 has a net charge of 1.4000 !!! WARNING: ZN7 779 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.807079 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): 45.78500 98.84100 ymin,ymax (A): 2.947000 60.01700 zmin,zma (A): 14.97300 67.53900 x,y,z range (A): 53.05600 57.07000 52.56600 scale (grids/A): 2.807079 object centre (A): 72.31300 31.48200 41.25600 number of atom coordinates read : 3214 total number of charged atoms : 3071 net assigned charge : 6.900013 assigned positive charge : 490.8427 centred at (gu) : 91.89615 80.27895 92.35847 assigned negative charge : -483.9442 centred at (gu) : 91.46073 80.11724 92.47346 start vw surface at 0.1800000 fill in re-entrant regions at 0.7700000 boundary points on vw surface= 211424 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30668 grid for indexing accessible points = 1.400000 m= 103495 mr = 150008 m= 35721 mr = 82499 m= 8414 mr = 27431 m= 1191 mr = 5891 m= 76 mr = 725 m= 1 mr = 31 m= 0 mr = 0 time to grow re-entrant surface = 1.500000 no. cavity mid-points inaccessible to solvent = 6971 time to turn everything in is 2.420000 number of dielectric boundary points 93737 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4 iepsmp to db, and charging done at 2.600000 number of grid points assigned charge 24567 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.871386 object centre at (A) : 72.31300 31.48200 41.25600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.9788923E-02 -0.2748282 midg,1,midg; midg,igrid,midg 1.392747 0.4117374 1,midg,midg; igrid,midg,midg -0.2987566 0.2005947 gauss-seidel spectral radius is 0.9992903 estimated iterations to convergence 296 setup time was (sec) 2.830000 now iterating at: 21:47:56 rms-change max change #iterations 11.20228 288.2833 at 10iterations 6.746510 141.2623 at 20iterations 4.031252 92.44523 at 30iterations 2.387838 48.79322 at 40iterations 1.409662 29.94077 at 50iterations 0.8309722 15.28126 at 60iterations 0.4877824 9.240353 at 70iterations 0.2865777 5.047910 at 80iterations 0.1678218 2.956837 at 90iterations 9.8122768E-02 1.711235 at 100iterations 5.7318732E-02 0.9820948 at 110iterations 3.3457585E-02 0.5477111 at 120iterations 1.9496694E-02 0.3735905 at 130iterations 1.1384183E-02 0.1966581 at 140iterations 6.6329967E-03 0.1120224 at 150iterations 3.8786826E-03 6.7745209E-02 at 160iterations 2.2570142E-03 3.7925243E-02 at 170iterations 1.3147308E-03 2.0991325E-02 at 180iterations finished qdiffx linear iterations at : 21:48:17 total time elapsed so far: 23.02000 # loops : 180 mean,max change (kT/e) : 1.3147308E-03 2.0991325E-02 energy calculations done at 23.02000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 23.24000 DelPhi exited at 21:48:17 23.244u 0.482s 0:24.14 98.2% 0+0k 0+0io 0pf+0w