Tue Oct 11 06:55:30 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 Tue Oct 11 2011 at 06:55:30 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 = 2962 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.5708696 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): -18.35200 44.00900 ymin,ymax (A): 21.50400 77.67400 zmin,zma (A): -71.03000 -24.04200 x,y,z range (A): 62.36100 56.17001 46.98800 scale (grids/A): 0.5708696 object centre (A): 12.82850 49.58900 -47.53600 number of atom coordinates read : 2962 total number of charged atoms : 2822 net assigned charge : -1.499992 assigned positive charge : 431.8956 centred at (gu) : 89.27197 90.05788 89.81107 assigned negative charge : -433.3962 centred at (gu) : 89.24843 90.18639 89.80836 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 6291 nv = 96 ne = 84 npr = 61477 no. pairs analyzed = 61477 no. exposed pairs = 3637 no. arc points = 25811 no. surface atoms = 1233 nbur = 1729 mkacc time = 0.1800000 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= 270 mr = 3360 m= 1 mr = 15 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3800000 number of dielectric boundary points 3187 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2567 ## 272 charges are in solution ## iepsmp to db, and charging done at 0.5000000 number of grid points assigned charge 8105 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.8671737E-10 -1.8077363E-10 midg,1,midg; midg,igrid,midg 1.7410609E-09 -2.3241054E-09 1,midg,midg; igrid,midg,midg -7.1871592E-10 1.1498485E-10 gauss-seidel spectral radius is 0.9841667 estimated iterations to convergence 65 setup time was (sec) 0.6500000 now iterating at: 06:55:31 rms-change max change #iterations 9.0019710E-02 14.97744 at 10iterations 6.7360145E-03 0.9270606 at 20iterations 5.1637966E-04 8.5796356E-02 at 30iterations 3.8850245E-05 7.2822571E-03 at 40iterations 3.1167383E-06 4.6348572E-04 at 50iterations finished qdiffx linear iterations at : 06:55:34 total time elapsed so far: 3.970000 # loops : 50 mean,max change (kT/e) : 3.1167383E-06 4.6348572E-04 energy calculations done at 3.970000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.150000 DelPhi exited at 06:55:35 4.154u 0.286s 0:04.75 93.2% 0+0k 0+0io 6pf+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 06:55: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2962 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.712609 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): -18.35200 44.00900 ymin,ymax (A): 21.50400 77.67400 zmin,zma (A): -71.03000 -24.04200 x,y,z range (A): 62.36100 56.17001 46.98800 scale (grids/A): 1.712609 object centre (A): 12.82850 49.58900 -47.53600 number of atom coordinates read : 2962 total number of charged atoms : 2822 net assigned charge : -1.499992 assigned positive charge : 431.8956 centred at (gu) : 87.81516 90.17305 89.43227 assigned negative charge : -433.3962 centred at (gu) : 87.74480 90.55916 89.42485 start vw surface at 0.1600000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 69068 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25811 grid for indexing accessible points = 1.400000 m= 23282 mr = 47274 m= 3039 mr = 16975 m= 86 mr = 1767 m= 1 mr = 20 m= 0 mr = 0 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 338 time to turn everything in is 0.6300000 number of dielectric boundary points 29440 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 254 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.7600000 number of grid points assigned charge 21870 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.5708696 object centre at (A) : 12.82850 49.58900 -47.53600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.3045290E-03 1.2226085E-02 midg,1,midg; midg,igrid,midg -3.0198906E-04 3.1923084E-03 1,midg,midg; igrid,midg,midg -1.4573420E-02 -2.5584094E-02 gauss-seidel spectral radius is 0.9983571 estimated iterations to convergence 196 setup time was (sec) 0.9300000 now iterating at: 06:55:36 rms-change max change #iterations 3.626637 161.8567 at 10iterations 1.572339 56.83846 at 20iterations 0.6863229 23.54326 at 30iterations 0.2979634 11.04817 at 40iterations 0.1295122 4.114349 at 50iterations 5.6610532E-02 1.931980 at 60iterations 2.4566637E-02 0.8492799 at 70iterations 1.0701411E-02 0.3842087 at 80iterations 4.6677832E-03 0.1553650 at 90iterations 2.0271095E-03 6.8052098E-02 at 100iterations 8.8483037E-04 2.8650284E-02 at 110iterations 3.8519967E-04 1.5335083E-02 at 120iterations finished qdiffx linear iterations at : 06:55:44 total time elapsed so far: 9.320000 # loops : 120 mean,max change (kT/e) : 3.8519967E-04 1.5335083E-02 energy calculations done at 9.320000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.510000 DelPhi exited at 06:55:45 9.508u 0.316s 0:10.38 94.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 Tue Oct 11 2011 at 06:55:45 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 = 2962 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: 2.568913 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): -18.35200 44.00900 ymin,ymax (A): 21.50400 77.67400 zmin,zma (A): -71.03000 -24.04200 x,y,z range (A): 62.36100 56.17001 46.98800 scale (grids/A): 2.568913 object centre (A): 12.82850 49.58900 -47.53600 number of atom coordinates read : 2962 total number of charged atoms : 2822 net assigned charge : -1.499992 assigned positive charge : 431.8956 centred at (gu) : 86.72263 90.25938 89.14827 assigned negative charge : -433.3962 centred at (gu) : 86.61710 90.83854 89.13735 start vw surface at 0.1700000 fill in re-entrant regions at 0.5300000 boundary points on vw surface= 160262 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25811 grid for indexing accessible points = 1.400000 m= 77384 mr = 115253 m= 25481 mr = 62698 m= 4913 mr = 20170 m= 468 mr = 3647 m= 11 mr = 269 m= 0 mr = 0 time to grow re-entrant surface = 0.9100000 no. cavity mid-points inaccessible to solvent = 1142 time to turn everything in is 1.530000 number of dielectric boundary points 66482 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 20 iepsmp to db, and charging done at 1.690000 number of grid points assigned charge 22565 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.712609 object centre at (A) : 12.82850 49.58900 -47.53600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1160634 0.1922600 midg,1,midg; midg,igrid,midg -1.1643617E-02 0.1167568 1,midg,midg; igrid,midg,midg -0.2074825 -0.4542166 gauss-seidel spectral radius is 0.9991912 estimated iterations to convergence 278 setup time was (sec) 1.860000 now iterating at: 06:55:47 rms-change max change #iterations 9.044082 293.9699 at 10iterations 5.155754 136.4922 at 20iterations 2.916871 64.02484 at 30iterations 1.645929 40.58257 at 40iterations 0.9256859 18.43811 at 50iterations 0.5213888 10.35850 at 60iterations 0.2929463 5.967323 at 70iterations 0.1641075 3.252228 at 80iterations 9.2035234E-02 1.806366 at 90iterations 5.1589724E-02 0.9700584 at 100iterations 2.8853934E-02 0.5827541 at 110iterations 1.6168049E-02 0.3124008 at 120iterations 9.0717757E-03 0.1775150 at 130iterations 5.0562723E-03 0.1095781 at 140iterations 2.8279170E-03 6.0877323E-02 at 150iterations 1.5859050E-03 3.1961441E-02 at 160iterations 8.8713813E-04 1.6407013E-02 at 170iterations 4.9713423E-04 9.6149445E-03 at 180iterations finished qdiffx linear iterations at : 06:56:01 total time elapsed so far: 15.63000 # loops : 180 mean,max change (kT/e) : 4.9713423E-04 9.6149445E-03 energy calculations done at 15.63000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.80000 DelPhi exited at 06:56:02 15.803u 0.337s 0:16.96 95.1% 0+0k 0+0io 0pf+0w