Sat Oct 8 13:54:03 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 Sat Oct 8 2011 at 13:54: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: 324 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3016 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6444605 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): -12.20300 43.03700 ymin,ymax (A): -22.80800 21.83300 zmin,zma (A): -6.490000 47.49800 x,y,z range (A): 55.24000 44.64100 53.98800 scale (grids/A): 0.6444605 object centre (A): 15.41700 -0.4875002 20.50400 number of atom coordinates read : 3016 total number of charged atoms : 2869 net assigned charge : 1.4008060E-02 assigned positive charge : 454.2307 centred at (gu) : 88.68717 89.60897 91.19054 assigned negative charge : -454.2174 centred at (gu) : 88.65762 89.50016 91.10519 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 8233 nv = 96 ne = 84 npr = 63735 no. pairs analyzed = 63735 no. exposed pairs = 3411 no. arc points = 23543 no. surface atoms = 1160 nbur = 1856 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 468 mr = 4840 m= 1 mr = 55 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 5 time to turn everything in is 0.3100000 number of dielectric boundary points 3807 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2331 ## 232 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 10047 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.0229157E-08 1.6843805E-08 midg,1,midg; midg,igrid,midg -1.8401995E-08 1.5175051E-08 1,midg,midg; igrid,midg,midg -6.0621841E-09 3.4135881E-09 gauss-seidel spectral radius is 0.9875531 estimated iterations to convergence 73 setup time was (sec) 0.5200000 now iterating at: 13:54:04 rms-change max change #iterations 0.1634589 21.27782 at 10iterations 1.7000258E-02 1.969444 at 20iterations 1.8331186E-03 0.2446680 at 30iterations 2.4319525E-04 2.9148102E-02 at 40iterations 4.2209747E-05 5.5999756E-03 at 50iterations finished qdiffx linear iterations at : 13:54:06 total time elapsed so far: 2.940000 # loops : 50 mean,max change (kT/e) : 4.2209747E-05 5.5999756E-03 energy calculations done at 2.940000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.100000 DelPhi exited at 13:54:07 3.107u 0.163s 0:03.58 91.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 Sat Oct 8 2011 at 13:54:07 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: 324 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3016 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.933382 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): -12.20300 43.03700 ymin,ymax (A): -22.80800 21.83300 zmin,zma (A): -6.490000 47.49800 x,y,z range (A): 55.24000 44.64100 53.98800 scale (grids/A): 1.933382 object centre (A): 15.41700 -0.4875002 20.50400 number of atom coordinates read : 3016 total number of charged atoms : 2869 net assigned charge : 1.4008060E-02 assigned positive charge : 454.2307 centred at (gu) : 86.06107 88.82648 93.57121 assigned negative charge : -454.2174 centred at (gu) : 85.97281 88.50035 93.31545 start vw surface at 0.1600000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 89520 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23543 grid for indexing accessible points = 1.400000 m= 33046 mr = 64813 m= 5231 mr = 24897 m= 311 mr = 3264 m= 4 mr = 97 m= 0 mr = 0 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 98 time to turn everything in is 0.6000000 number of dielectric boundary points 35041 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 147 iepsmp to db, and charging done at 0.7200000 number of grid points assigned charge 22640 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.6444605 object centre at (A) : 15.41700 -0.4875002 20.50400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.2829630E-02 2.7601449E-02 midg,1,midg; midg,igrid,midg 1.2377686E-03 1.9508598E-02 1,midg,midg; igrid,midg,midg -5.8268320E-02 1.2160570E-02 gauss-seidel spectral radius is 0.9987035 estimated iterations to convergence 220 setup time was (sec) 0.8600000 now iterating at: 13:54:08 rms-change max change #iterations 4.811018 209.8998 at 10iterations 2.309787 72.86221 at 20iterations 1.100266 32.77201 at 30iterations 0.5276807 15.86798 at 40iterations 0.2511930 7.636236 at 50iterations 0.1204496 3.268456 at 60iterations 5.7616230E-02 1.515958 at 70iterations 2.7639931E-02 0.7665253 at 80iterations 1.3228744E-02 0.3902283 at 90iterations 6.3190060E-03 0.1766663 at 100iterations 3.0329376E-03 8.3265305E-02 at 110iterations 1.4566836E-03 4.1707516E-02 at 120iterations finished qdiffx linear iterations at : 13:54:14 total time elapsed so far: 7.460000 # loops : 120 mean,max change (kT/e) : 1.4566836E-03 4.1707516E-02 energy calculations done at 7.460000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.630000 DelPhi exited at 13:54:15 7.636u 0.201s 0:08.14 96.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 Sat Oct 8 2011 at 13:54:15 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: 324 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3016 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.900072 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): -12.20300 43.03700 ymin,ymax (A): -22.80800 21.83300 zmin,zma (A): -6.490000 47.49800 x,y,z range (A): 55.24000 44.64100 53.98800 scale (grids/A): 2.900072 object centre (A): 15.41700 -0.4875002 20.50400 number of atom coordinates read : 3016 total number of charged atoms : 2869 net assigned charge : 1.4008060E-02 assigned positive charge : 454.2307 centred at (gu) : 84.09142 88.23947 95.35673 assigned negative charge : -454.2174 centred at (gu) : 83.95908 87.75051 94.97321 start vw surface at 0.1200000 fill in re-entrant regions at 0.4800000 boundary points on vw surface= 207174 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23543 grid for indexing accessible points = 1.400000 m= 107378 mr = 156514 m= 39049 mr = 89439 m= 9486 mr = 31644 m= 1328 mr = 7155 m= 57 mr = 846 m= 1 mr = 17 m= 0 mr = 0 time to grow re-entrant surface = 0.9300000 no. cavity mid-points inaccessible to solvent = 335 time to turn everything in is 1.520000 number of dielectric boundary points 78858 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.650000 number of grid points assigned charge 22951 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.933382 object centre at (A) : 15.41700 -0.4875002 20.50400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.0063180E-02 0.4545687 midg,1,midg; midg,igrid,midg 5.2312918E-02 0.2126857 1,midg,midg; igrid,midg,midg -0.7816857 0.3061039 gauss-seidel spectral radius is 0.9992797 estimated iterations to convergence 294 setup time was (sec) 1.820000 now iterating at: 13:54:17 rms-change max change #iterations 11.07598 447.4844 at 10iterations 6.488774 142.1898 at 20iterations 3.793572 65.89166 at 30iterations 2.211007 45.70325 at 40iterations 1.284979 25.06659 at 50iterations 0.7482669 12.82602 at 60iterations 0.4334914 7.973619 at 70iterations 0.2527231 4.262608 at 80iterations 0.1464837 2.459129 at 90iterations 8.5002206E-02 1.426621 at 100iterations 4.9256478E-02 0.8831692 at 110iterations 2.8567957E-02 0.4777374 at 120iterations 1.6617127E-02 0.2787390 at 130iterations 9.6400231E-03 0.1479225 at 140iterations 5.5980370E-03 8.9687347E-02 at 150iterations 3.2679744E-03 5.4046631E-02 at 160iterations 1.9122971E-03 3.2051086E-02 at 170iterations 1.1250089E-03 1.8226624E-02 at 180iterations finished qdiffx linear iterations at : 13:54:27 total time elapsed so far: 12.26000 # loops : 180 mean,max change (kT/e) : 1.1250089E-03 1.8226624E-02 energy calculations done at 12.26000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.42000 DelPhi exited at 13:54:28 12.427u 0.226s 0:13.02 97.0% 0+0k 0+0io 0pf+0w