Sun Oct 9 19:59:12 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 19:59:12 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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3861 !!! WARNING: LLP 1 has a net charge of 1.3200 !!! WARNING: LLP 2 has a net charge of 0.2100 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.5566501 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): 4.348000 66.61600 ymin,ymax (A): -1.885000 62.06900 zmin,zma (A): -1.017000 62.04900 x,y,z range (A): 62.26801 63.95400 63.06600 scale (grids/A): 0.5566501 object centre (A): 35.48200 30.09200 30.51600 number of atom coordinates read : 3861 total number of charged atoms : 3702 net assigned charge : 1.530027 assigned positive charge : 579.2651 centred at (gu) : 89.27805 88.78914 88.38464 assigned negative charge : -577.7375 centred at (gu) : 89.19256 88.92595 88.35424 start vw surface at 0.1100000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 8073 nv = 96 ne = 84 npr = 75611 no. pairs analyzed = 75611 no. exposed pairs = 4961 no. arc points = 34118 no. surface atoms = 1681 nbur = 2180 mkacc time = 0.1300000 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= 347 mr = 4297 m= 0 mr = 12 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2600000 number of dielectric boundary points 4111 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3482 ## 397 charges are in solution ## iepsmp to db, and charging done at 0.3300000 number of grid points assigned charge 10385 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.8009917E-10 3.5279049E-10 midg,1,midg; midg,igrid,midg 2.4932043E-09 -1.2100421E-09 1,midg,midg; igrid,midg,midg -1.1517342E-09 1.0152358E-09 gauss-seidel spectral radius is 0.9834297 estimated iterations to convergence 64 setup time was (sec) 0.4500000 now iterating at: 19:59:13 rms-change max change #iterations 9.4236106E-02 14.19372 at 10iterations 9.4777774E-03 1.363678 at 20iterations 3.9720624E-03 0.4540443 at 30iterations 2.4149751E-03 0.2724991 at 40iterations 1.4952930E-03 0.1691513 at 50iterations finished qdiffx linear iterations at : 19:59:16 total time elapsed so far: 3.380000 # loops : 50 mean,max change (kT/e) : 1.4952930E-03 0.1691513 energy calculations done at 3.380000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.500000 DelPhi exited at 19:59:16 3.500u 0.202s 0:04.02 92.0% 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 19:59:16 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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3861 !!! WARNING: LLP 1 has a net charge of 1.3200 !!! WARNING: LLP 2 has a net charge of 0.2100 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: 1.669950 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): 4.348000 66.61600 ymin,ymax (A): -1.885000 62.06900 zmin,zma (A): -1.017000 62.04900 x,y,z range (A): 62.26801 63.95400 63.06600 scale (grids/A): 1.669950 object centre (A): 35.48200 30.09200 30.51600 number of atom coordinates read : 3861 total number of charged atoms : 3702 net assigned charge : 1.530027 assigned positive charge : 579.2651 centred at (gu) : 87.83296 86.36593 85.15263 assigned negative charge : -577.7375 centred at (gu) : 87.57712 86.77726 85.06214 start vw surface at 0.1100000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 89579 reading accessible surface arcs data from file ARCDAT no. of arc points read = 34118 grid for indexing accessible points = 1.400000 m= 30273 mr = 62598 m= 3801 mr = 21219 m= 134 mr = 2005 m= 0 mr = 14 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 167 time to turn everything in is 0.4400000 number of dielectric boundary points 37951 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 370 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.5200000 number of grid points assigned charge 28520 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.5566501 object centre at (A) : 35.48200 30.09200 30.51600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.5460141E-02 -9.6537052E-03 midg,1,midg; midg,igrid,midg 2.1563012E-02 -8.7048719E-03 1,midg,midg; igrid,midg,midg -4.0286486E-03 6.4204992E-03 gauss-seidel spectral radius is 0.9983613 estimated iterations to convergence 196 setup time was (sec) 0.6500000 now iterating at: 19:59:17 rms-change max change #iterations 4.098968 169.1636 at 10iterations 1.789780 59.09247 at 20iterations 0.7835672 23.71649 at 30iterations 0.3431456 11.31970 at 40iterations 0.1510078 4.574436 at 50iterations 6.6700049E-02 2.114062 at 60iterations 3.0303866E-02 0.9807129 at 70iterations 1.4906751E-02 0.5075665 at 80iterations 8.6922711E-03 0.3234367 at 90iterations 6.1668223E-03 0.1776240 at 100iterations 4.9568550E-03 0.1296539 at 110iterations 4.1495864E-03 0.1007004 at 120iterations finished qdiffx linear iterations at : 19:59:24 total time elapsed so far: 7.920000 # loops : 120 mean,max change (kT/e) : 4.1495864E-03 0.1007004 energy calculations done at 7.920000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.050000 DelPhi exited at 19:59:25 8.050u 0.221s 0:08.54 96.8% 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 19:59:25 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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3861 !!! WARNING: LLP 1 has a net charge of 1.3200 !!! WARNING: LLP 2 has a net charge of 0.2100 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.504925 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): 4.348000 66.61600 ymin,ymax (A): -1.885000 62.06900 zmin,zma (A): -1.017000 62.04900 x,y,z range (A): 62.26801 63.95400 63.06600 scale (grids/A): 2.504925 object centre (A): 35.48200 30.09200 30.51600 number of atom coordinates read : 3861 total number of charged atoms : 3702 net assigned charge : 1.530027 assigned positive charge : 579.2651 centred at (gu) : 86.74920 84.54868 82.72871 assigned negative charge : -577.7375 centred at (gu) : 86.36561 85.16579 82.59311 start vw surface at 0.1100000 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 207870 reading accessible surface arcs data from file ARCDAT no. of arc points read = 34118 grid for indexing accessible points = 1.400000 m= 102213 mr = 152701 m= 32580 mr = 81913 m= 6244 mr = 24745 m= 531 mr = 4167 m= 6 mr = 233 m= 0 mr = 0 time to grow re-entrant surface = 0.6400000 no. cavity mid-points inaccessible to solvent = 462 time to turn everything in is 1.100000 number of dielectric boundary points 85685 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 17 iepsmp to db, and charging done at 1.200000 number of grid points assigned charge 29577 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.669950 object centre at (A) : 35.48200 30.09200 30.51600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.5964832 -0.1972179 midg,1,midg; midg,igrid,midg 0.3422143 -0.1358183 1,midg,midg; igrid,midg,midg 1.2336841E-03 -2.2376254E-03 gauss-seidel spectral radius is 0.9992174 estimated iterations to convergence 282 setup time was (sec) 1.340000 now iterating at: 19:59:26 rms-change max change #iterations 10.66510 430.7360 at 10iterations 6.273713 171.5106 at 20iterations 3.675921 85.25407 at 30iterations 2.131626 48.62257 at 40iterations 1.230392 24.56550 at 50iterations 0.7097304 15.25990 at 60iterations 0.4069202 7.542654 at 70iterations 0.2329738 5.091187 at 80iterations 0.1334847 2.707060 at 90iterations 7.6209806E-02 1.558500 at 100iterations 4.3567535E-02 0.7789230 at 110iterations 2.4909420E-02 0.5268517 at 120iterations 1.4382005E-02 0.2885132 at 130iterations 8.4130391E-03 0.1667786 at 140iterations 5.0910092E-03 0.1083374 at 150iterations 3.2948919E-03 6.7581177E-02 at 160iterations 2.3319663E-03 4.3781281E-02 at 170iterations 1.8208188E-03 3.3103943E-02 at 180iterations finished qdiffx linear iterations at : 19:59:38 total time elapsed so far: 12.97000 # loops : 180 mean,max change (kT/e) : 1.8208188E-03 3.3103943E-02 energy calculations done at 12.97000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.10000 DelPhi exited at 19:59:38 13.100u 0.225s 0:13.59 98.0% 0+0k 0+0io 0pf+0w