Sat Oct 15 12:13:46 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 Sat Oct 15 2011 at 12:13:46 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 = 3208 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: 0.5572687 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): -20.93300 31.73200 ymin,ymax (A): 57.43600 118.0560 zmin,zma (A): -3.9000034E-02 63.84400 x,y,z range (A): 52.66500 60.62000 63.88300 scale (grids/A): 0.5572687 object centre (A): 5.399500 87.74600 31.90250 number of atom coordinates read : 3208 total number of charged atoms : 3067 net assigned charge : 14.50003 assigned positive charge : 472.3877 centred at (gu) : 90.12617 89.13023 89.52132 assigned negative charge : -457.8894 centred at (gu) : 90.24844 89.03871 89.32920 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 6877 nv = 96 ne = 84 npr = 61370 no. pairs analyzed = 61370 no. exposed pairs = 4430 no. arc points = 32069 no. surface atoms = 1466 nbur = 1742 mkacc time = 0.1600000 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= 295 mr = 3396 m= 0 mr = 8 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3600000 number of dielectric boundary points 3768 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3236 ## 413 charges are in solution ## iepsmp to db, and charging done at 0.4800000 number of grid points assigned charge 8771 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -7.0529016E-10 2.9906495E-09 midg,1,midg; midg,igrid,midg 5.5236826E-10 1.9110404E-09 1,midg,midg; igrid,midg,midg 2.5826421E-09 1.3484737E-10 gauss-seidel spectral radius is 0.9834267 estimated iterations to convergence 64 setup time was (sec) 0.6700000 now iterating at: 12:13:48 rms-change max change #iterations 8.1761487E-02 12.55025 at 10iterations 5.8018505E-03 0.8839359 at 20iterations 4.5532698E-04 7.7474594E-02 at 30iterations 6.3712920E-05 1.4322281E-02 at 40iterations 1.5667765E-05 4.0593147E-03 at 50iterations finished qdiffx linear iterations at : 12:13:57 total time elapsed so far: 5.190000 # loops : 50 mean,max change (kT/e) : 1.5667765E-05 4.0593147E-03 energy calculations done at 5.190000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.370000 DelPhi exited at 12:13:57 5.375u 0.475s 0:11.28 51.7% 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 Sat Oct 15 2011 at 12:13:57 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 = 3208 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.671806 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): -20.93300 31.73200 ymin,ymax (A): 57.43600 118.0560 zmin,zma (A): -3.9000034E-02 63.84400 x,y,z range (A): 52.66500 60.62000 63.88300 scale (grids/A): 1.671806 object centre (A): 5.399500 87.74600 31.90250 number of atom coordinates read : 3208 total number of charged atoms : 3067 net assigned charge : 14.50003 assigned positive charge : 472.3877 centred at (gu) : 90.37727 87.38946 88.56333 assigned negative charge : -457.8894 centred at (gu) : 90.74529 87.11592 87.98768 start vw surface at 0.1400000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 75225 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32069 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 24016 mr = 49376 m= 2720 mr = 16350 m= 61 mr = 1255 m= 0 mr = 4 time to grow re-entrant surface = 0.3300000 no. cavity mid-points inaccessible to solvent = 195 time to turn everything in is 0.6600000 number of dielectric boundary points 35037 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 330 ## 4 charges are in solution ## iepsmp to db, and charging done at 0.8100000 number of grid points assigned charge 23603 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.5572687 object centre at (A) : 5.399500 87.74600 31.90250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.2088908E-02 6.9632814E-03 midg,1,midg; midg,igrid,midg 1.5586247E-03 2.0485092E-02 1,midg,midg; igrid,midg,midg 4.3031394E-02 1.3061785E-02 gauss-seidel spectral radius is 0.9983198 estimated iterations to convergence 194 setup time was (sec) 1.040000 now iterating at: 12:14:00 rms-change max change #iterations 3.561654 171.1342 at 10iterations 1.525130 63.33455 at 20iterations 0.6545069 23.60913 at 30iterations 0.2821464 10.11488 at 40iterations 0.1216170 4.293268 at 50iterations 5.2200627E-02 1.856911 at 60iterations 2.2438416E-02 0.8158319 at 70iterations 9.6475910E-03 0.3226557 at 80iterations 4.1715568E-03 0.1407738 at 90iterations 1.7994031E-03 6.1106682E-02 at 100iterations 7.7977369E-04 2.6584387E-02 at 110iterations 3.3796721E-04 1.1255264E-02 at 120iterations finished qdiffx linear iterations at : 12:14:25 total time elapsed so far: 13.41000 # loops : 120 mean,max change (kT/e) : 3.3796721E-04 1.1255264E-02 energy calculations done at 13.41000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.58000 DelPhi exited at 12:14:26 13.580u 0.552s 0:28.71 49.2% 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 Sat Oct 15 2011 at 12:14:26 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 = 3208 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.507709 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): -20.93300 31.73200 ymin,ymax (A): 57.43600 118.0560 zmin,zma (A): -3.9000034E-02 63.84400 x,y,z range (A): 52.66500 60.62000 63.88300 scale (grids/A): 2.507709 object centre (A): 5.399500 87.74600 31.90250 number of atom coordinates read : 3208 total number of charged atoms : 3067 net assigned charge : 14.50003 assigned positive charge : 472.3877 centred at (gu) : 90.56564 86.08390 87.84477 assigned negative charge : -457.8894 centred at (gu) : 91.11777 85.67374 86.98139 start vw surface at 0.1400000 fill in re-entrant regions at 0.4800000 boundary points on vw surface= 174625 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32069 grid for indexing accessible points = 1.400000 m= 81025 mr = 121262 m= 24733 mr = 63235 m= 4277 mr = 18389 m= 324 mr = 2724 m= 3 mr = 113 m= 0 mr = 0 time to grow re-entrant surface = 0.9800000 no. cavity mid-points inaccessible to solvent = 736 time to turn everything in is 1.600000 number of dielectric boundary points 79264 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 20 iepsmp to db, and charging done at 1.770000 number of grid points assigned charge 24511 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.671806 object centre at (A) : 5.399500 87.74600 31.90250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2823650 -0.2827094 midg,1,midg; midg,igrid,midg 5.8009546E-02 0.3434008 1,midg,midg; igrid,midg,midg 0.6623364 0.1763921 gauss-seidel spectral radius is 0.9991947 estimated iterations to convergence 278 setup time was (sec) 2.010000 now iterating at: 12:14:29 rms-change max change #iterations 9.206516 317.6443 at 10iterations 5.321572 135.6159 at 20iterations 3.045237 63.01963 at 30iterations 1.738338 34.91369 at 40iterations 0.9867241 21.01926 at 50iterations 0.5589986 12.86874 at 60iterations 0.3157692 6.471189 at 70iterations 0.1781828 4.164286 at 80iterations 0.1001202 1.950113 at 90iterations 5.6316499E-02 1.045471 at 100iterations 3.1695239E-02 0.5849619 at 110iterations 1.7798893E-02 0.3586335 at 120iterations 1.0003349E-02 0.2091866 at 130iterations 5.6077172E-03 0.1045227 at 140iterations 3.1460382E-03 5.8483124E-02 at 150iterations 1.7644203E-03 3.4336090E-02 at 160iterations 9.9136226E-04 1.7166138E-02 at 170iterations 5.5626454E-04 1.0601044E-02 at 180iterations finished qdiffx linear iterations at : 12:15:02 total time elapsed so far: 22.32000 # loops : 180 mean,max change (kT/e) : 5.5626454E-04 1.0601044E-02 energy calculations done at 22.32000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 22.49000 DelPhi exited at 12:15:03 22.499u 0.561s 0:37.04 62.2% 0+0k 0+0io 0pf+0w