Wed Dec 28 11:01:21 PST 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 Wed Dec 28 2011 at 11:01:21 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 = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5741750 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): -35.07200 10.22800 ymin,ymax (A): 1.093000 41.03400 zmin,zma (A): -3.022000 58.98000 x,y,z range (A): 45.30000 39.94100 62.00200 scale (grids/A): 0.5741750 object centre (A): -12.42200 21.06350 27.97900 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 287.8261 centred at (gu) : 90.38289 89.62013 89.85384 assigned negative charge : -285.8263 centred at (gu) : 90.27957 89.77187 89.84081 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 4255 nv = 96 ne = 84 npr = 40615 no. pairs analyzed = 40615 no. exposed pairs = 2455 no. arc points = 17258 no. surface atoms = 839 nbur = 1125 mkacc time = 9.9999994E-02 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.512000 m= 184 mr = 2263 m= 0 mr = 8 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2300000 number of dielectric boundary points 2168 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1755 ## 192 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 5387 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.0015670E-10 4.8105236E-10 midg,1,midg; midg,igrid,midg 2.2808084E-09 -1.3270167E-09 1,midg,midg; igrid,midg,midg -7.9519802E-10 1.6821825E-09 gauss-seidel spectral radius is 0.9842619 estimated iterations to convergence 65 setup time was (sec) 0.6100000 now iterating at: 11:01:22 rms-change max change #iterations 7.1945459E-02 13.08891 at 10iterations 5.4565435E-03 0.9520264 at 20iterations 4.1365880E-04 7.3221684E-02 at 30iterations 3.0929918E-05 6.4468384E-03 at 40iterations 2.3588218E-06 4.3106079E-04 at 50iterations finished qdiffx linear iterations at : 11:01:26 total time elapsed so far: 4.440000 # loops : 50 mean,max change (kT/e) : 2.3588218E-06 4.3106079E-04 energy calculations done at 4.440000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.620000 DelPhi exited at 11:01:27 4.625u 0.580s 0:06.00 86.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 Wed Dec 28 2011 at 11:01:27 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 = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.722525 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): -35.07200 10.22800 ymin,ymax (A): 1.093000 41.03400 zmin,zma (A): -3.022000 58.98000 x,y,z range (A): 45.30000 39.94100 62.00200 scale (grids/A): 1.722525 object centre (A): -12.42200 21.06350 27.97900 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 287.8261 centred at (gu) : 91.14862 88.86061 89.56140 assigned negative charge : -285.8263 centred at (gu) : 90.83910 89.31578 89.52258 start vw surface at 0.1000000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 46574 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17258 grid for indexing accessible points = 1.400000 m= 15067 mr = 31423 m= 1787 mr = 10963 m= 52 mr = 1013 m= 0 mr = 7 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 421 time to turn everything in is 0.4100000 number of dielectric boundary points 20074 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 147 iepsmp to db, and charging done at 0.6100000 number of grid points assigned charge 14218 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.5741750 object centre at (A) : -12.42200 21.06350 27.97900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.1915048E-02 2.1397164E-02 midg,1,midg; midg,igrid,midg 3.3374378E-03 -8.0125984E-03 1,midg,midg; igrid,midg,midg -3.2546951E-03 -1.3387959E-03 gauss-seidel spectral radius is 0.9982516 estimated iterations to convergence 190 setup time was (sec) 0.8800000 now iterating at: 11:01:29 rms-change max change #iterations 2.891358 154.3166 at 10iterations 1.213930 62.40383 at 20iterations 0.5161979 22.38984 at 30iterations 0.2190721 9.121741 at 40iterations 9.2736043E-02 4.261700 at 50iterations 3.9215729E-02 1.748222 at 60iterations 1.6645389E-02 0.6441307 at 70iterations 7.0358594E-03 0.3101959 at 80iterations 2.9743526E-03 0.1176434 at 90iterations 1.2656983E-03 4.9335480E-02 at 100iterations 5.3783250E-04 2.2219658E-02 at 110iterations 2.2732292E-04 1.0799408E-02 at 120iterations finished qdiffx linear iterations at : 11:01:43 total time elapsed so far: 15.08000 # loops : 120 mean,max change (kT/e) : 2.2732292E-04 1.0799408E-02 energy calculations done at 15.08000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.27000 DelPhi exited at 11:01:44 15.270u 0.659s 0:16.46 96.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 Wed Dec 28 2011 at 11:01:44 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 = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.583787 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): -35.07200 10.22800 ymin,ymax (A): 1.093000 41.03400 zmin,zma (A): -3.022000 58.98000 x,y,z range (A): 45.30000 39.94100 62.00200 scale (grids/A): 2.583787 object centre (A): -12.42200 21.06350 27.97900 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 287.8261 centred at (gu) : 91.72298 88.29088 89.34212 assigned negative charge : -285.8263 centred at (gu) : 91.25867 88.97371 89.28407 start vw surface at 0.1000000 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 107808 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17258 grid for indexing accessible points = 1.400000 m= 50828 mr = 76280 m= 15889 mr = 41142 m= 2918 mr = 12809 m= 249 mr = 2093 m= 8 mr = 130 m= 0 mr = 0 time to grow re-entrant surface = 0.5700001 no. cavity mid-points inaccessible to solvent = 1302 time to turn everything in is 1.010000 number of dielectric boundary points 45246 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 9 iepsmp to db, and charging done at 1.240000 number of grid points assigned charge 14646 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.722525 object centre at (A) : -12.42200 21.06350 27.97900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2499848 0.2272222 midg,1,midg; midg,igrid,midg 1.6022604E-02 -0.1132426 1,midg,midg; igrid,midg,midg -6.1257146E-02 -4.7682501E-02 gauss-seidel spectral radius is 0.9991238 estimated iterations to convergence 267 setup time was (sec) 1.520000 now iterating at: 11:01:46 rms-change max change #iterations 7.195751 268.5822 at 10iterations 3.979578 109.5146 at 20iterations 2.183810 59.05884 at 30iterations 1.195807 30.07519 at 40iterations 0.6555267 17.54025 at 50iterations 0.3586100 7.926283 at 60iterations 0.1952955 4.572690 at 70iterations 0.1064085 2.510988 at 80iterations 5.8182202E-02 1.333122 at 90iterations 3.1722367E-02 0.7824134 at 100iterations 1.7316477E-02 0.4242210 at 110iterations 9.4305845E-03 0.2072525 at 120iterations 5.1360889E-03 0.1333313 at 130iterations 2.8052174E-03 6.6627502E-02 at 140iterations 1.5311972E-03 3.5335779E-02 at 150iterations 8.3642878E-04 1.9932747E-02 at 160iterations 4.5550123E-04 9.7866058E-03 at 170iterations 2.4797453E-04 6.1225891E-03 at 180iterations finished qdiffx linear iterations at : 11:02:06 total time elapsed so far: 21.22000 # loops : 180 mean,max change (kT/e) : 2.4797453E-04 6.1225891E-03 energy calculations done at 21.22000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 21.40000 DelPhi exited at 11:02:09 21.404u 0.733s 0:24.73 89.4% 0+0k 0+0io 0pf+0w