Sun Oct 9 15:27:58 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+sph2.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 = amb2.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 15:27:58 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: 291 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5500 !!! WARNING: GLM 509 has a net charge of -0.0940 !!! WARNING: HIR 516 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 0.4584557 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): 8.424999 63.41800 ymin,ymax (A): 53.43900 131.0910 zmin,zma (A): 29.32100 96.30900 x,y,z range (A): 54.99300 77.65199 66.98800 scale (grids/A): 0.4584557 object centre (A): 35.92150 92.26499 62.81500 number of atom coordinates read : 5500 total number of charged atoms : 5331 net assigned charge : 3.920031 assigned positive charge : 857.0383 centred at (gu) : 89.25916 89.43916 90.61267 assigned negative charge : -853.1259 centred at (gu) : 89.28071 89.38251 90.52089 start vw surface at 0.2500000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 6783 nv = 96 ne = 84 npr = 111368 no. pairs analyzed = 111368 no. exposed pairs = 6640 no. arc points = 46239 no. surface atoms = 2234 nbur = 3266 mkacc time = 0.3200000 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.876000 m= 199 mr = 3427 m= 0 mr = 0 time to grow re-entrant surface = 0.3500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6200000 number of dielectric boundary points 3555 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4133 ## 807 charges are in solution ## iepsmp to db, and charging done at 0.7400000 number of grid points assigned charge 9466 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.6667516E-11 3.2956644E-11 midg,1,midg; midg,igrid,midg -1.2672442E-11 1.5808946E-11 1,midg,midg; igrid,midg,midg 1.1964044E-11 -1.1868815E-12 gauss-seidel spectral radius is 0.9757454 estimated iterations to convergence 53 setup time was (sec) 0.8900000 now iterating at: 15:27:59 rms-change max change #iterations 4.1844659E-02 7.518011 at 10iterations 2.3433585E-03 0.3106880 at 20iterations 5.0082698E-04 6.2149525E-02 at 30iterations 1.5758349E-04 2.3425102E-02 at 40iterations 5.1254687E-05 8.4049702E-03 at 50iterations finished qdiffx linear iterations at : 15:28:02 total time elapsed so far: 4.240000 # loops : 50 mean,max change (kT/e) : 5.1254687E-05 8.4049702E-03 energy calculations done at 4.240000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.410000 DelPhi exited at 15:28:03 4.417u 0.248s 0:04.94 94.1% 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 15:28:03 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: 291 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5500 !!! WARNING: GLM 509 has a net charge of -0.0940 !!! WARNING: HIR 516 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1500000 grid size : 179 scale,in grids/A, set to be: 1.375367 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): 8.424999 63.41800 ymin,ymax (A): 53.43900 131.0910 zmin,zma (A): 29.32100 96.30900 x,y,z range (A): 54.99300 77.65199 66.98800 scale (grids/A): 1.375367 object centre (A): 35.92150 92.26499 62.81500 number of atom coordinates read : 5500 total number of charged atoms : 5331 net assigned charge : 3.920031 assigned positive charge : 857.0383 centred at (gu) : 87.77633 88.31559 91.83619 assigned negative charge : -853.1259 centred at (gu) : 87.84212 88.14757 91.56211 start vw surface at 0.2400000 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 79273 reading accessible surface arcs data from file ARCDAT no. of arc points read = 46239 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.736000 m= 19740 mr = 53933 m= 1145 mr = 12391 m= 12 mr = 331 m= 0 mr = 0 time to grow re-entrant surface = 0.3400000 no. cavity mid-points inaccessible to solvent = 1093 time to turn everything in is 0.7500000 number of dielectric boundary points 33515 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 847 ## 27 charges are in solution ## iepsmp to db, and charging done at 0.8800000 number of grid points assigned charge 38335 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.4584557 object centre at (A) : 35.92150 92.26499 62.81500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.4036774E-03 4.5868247E-03 midg,1,midg; midg,igrid,midg -2.8954074E-03 8.3431723E-03 1,midg,midg; igrid,midg,midg 5.9234194E-04 2.1226356E-04 gauss-seidel spectral radius is 0.9976440 estimated iterations to convergence 164 setup time was (sec) 1.040000 now iterating at: 15:28:04 rms-change max change #iterations 3.206385 130.1722 at 10iterations 1.181720 56.35065 at 20iterations 0.4362880 15.47882 at 30iterations 0.1620669 5.491227 at 40iterations 5.9976254E-02 2.291619 at 50iterations 2.2360334E-02 0.7733841 at 60iterations 8.3454549E-03 0.3514614 at 70iterations 3.1979205E-03 0.1228210 at 80iterations 1.2969865E-03 4.8576355E-02 at 90iterations 5.8953167E-04 1.9352913E-02 at 100iterations 3.1697098E-04 1.0418892E-02 at 110iterations 1.9222067E-04 6.4392090E-03 at 120iterations finished qdiffx linear iterations at : 15:28:13 total time elapsed so far: 9.360000 # loops : 120 mean,max change (kT/e) : 1.9222067E-04 6.4392090E-03 energy calculations done at 9.360000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.540000 DelPhi exited at 15:28:13 9.541u 0.302s 0:10.10 97.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 15:28:13 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: 291 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5500 !!! WARNING: GLM 509 has a net charge of -0.0940 !!! WARNING: HIR 516 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 2.063051 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): 8.424999 63.41800 ymin,ymax (A): 53.43900 131.0910 zmin,zma (A): 29.32100 96.30900 x,y,z range (A): 54.99300 77.65199 66.98800 scale (grids/A): 2.063051 object centre (A): 35.92150 92.26499 62.81500 number of atom coordinates read : 5500 total number of charged atoms : 5331 net assigned charge : 3.920031 assigned positive charge : 857.0383 centred at (gu) : 86.66425 87.47298 92.75389 assigned negative charge : -853.1259 centred at (gu) : 86.76299 87.22124 92.34312 start vw surface at 0.2300000 fill in re-entrant regions at 0.5800000 boundary points on vw surface= 186314 reading accessible surface arcs data from file ARCDAT no. of arc points read = 46239 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.736000 m= 74993 mr = 134204 m= 14778 mr = 57048 m= 1395 mr = 9927 m= 25 mr = 651 m= 0 mr = 1 time to grow re-entrant surface = 1.060000 no. cavity mid-points inaccessible to solvent = 3444 time to turn everything in is 1.750000 number of dielectric boundary points 75674 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 209 iepsmp to db, and charging done at 1.920000 number of grid points assigned charge 42232 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.375367 object centre at (A) : 35.92150 92.26499 62.81500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.3270809E-02 4.2119037E-02 midg,1,midg; midg,igrid,midg -0.1021515 0.1532398 1,midg,midg; igrid,midg,midg 1.2373884E-02 1.6083740E-02 gauss-seidel spectral radius is 0.9990227 estimated iterations to convergence 253 setup time was (sec) 2.100000 now iterating at: 15:28:16 rms-change max change #iterations 9.416742 339.6795 at 10iterations 5.133072 127.7814 at 20iterations 2.783700 70.13995 at 30iterations 1.499206 38.84890 at 40iterations 0.8051282 20.08866 at 50iterations 0.4309265 9.929337 at 60iterations 0.2300703 5.130344 at 70iterations 0.1225313 2.746568 at 80iterations 6.5244049E-02 1.427109 at 90iterations 3.4736075E-02 0.8460817 at 100iterations 1.8474516E-02 0.3606033 at 110iterations 9.8099327E-03 0.1985416 at 120iterations 5.2095968E-03 0.1134548 at 130iterations 2.7725927E-03 5.7655334E-02 at 140iterations 1.4810222E-03 3.2023907E-02 at 150iterations 8.0112339E-04 1.6753197E-02 at 160iterations 4.3858739E-04 1.0237694E-02 at 170iterations 2.4805474E-04 5.8698654E-03 at 180iterations finished qdiffx linear iterations at : 15:28:29 total time elapsed so far: 15.88000 # loops : 180 mean,max change (kT/e) : 2.4805474E-04 5.8698654E-03 energy calculations done at 15.88000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.05000 DelPhi exited at 15:28:30 16.052u 0.317s 0:16.62 98.4% 0+0k 0+0io 0pf+0w