Sat Oct 8 17:37:08 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 8 2011 at 17:37:08 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 = 3509 !!! WARNING: ILE 447 has a net charge of -0.2720 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.5244240 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): -0.9420000 44.99000 ymin,ymax (A): -30.33100 26.29000 zmin,zma (A): 1.465000 69.34900 x,y,z range (A): 45.93200 56.62100 67.88400 scale (grids/A): 0.5244240 object centre (A): 22.02400 -2.020501 35.40700 number of atom coordinates read : 3509 total number of charged atoms : 3362 net assigned charge : -5.771982 assigned positive charge : 532.0942 centred at (gu) : 90.37607 91.77772 90.63306 assigned negative charge : -537.8677 centred at (gu) : 90.33645 91.73548 90.62782 start vw surface at 0.1800000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 6120 nv = 96 ne = 84 npr = 72047 no. pairs analyzed = 72047 no. exposed pairs = 4232 no. arc points = 29132 no. surface atoms = 1440 nbur = 2069 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.624000 m= 204 mr = 3252 m= 0 mr = 10 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3700000 number of dielectric boundary points 3062 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3029 ## 462 charges are in solution ## iepsmp to db, and charging done at 0.4800000 number of grid points assigned charge 8196 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.4554033E-10 -1.5722573E-10 midg,1,midg; midg,igrid,midg -1.9098363E-10 -6.2994041E-12 1,midg,midg; igrid,midg,midg -2.6366048E-10 -1.6948599E-11 gauss-seidel spectral radius is 0.9813033 estimated iterations to convergence 60 setup time was (sec) 0.6300000 now iterating at: 17:37:09 rms-change max change #iterations 6.4912662E-02 10.74081 at 10iterations 4.1543688E-03 0.7236137 at 20iterations 4.2963377E-04 7.2803497E-02 at 30iterations 1.0061817E-04 1.8596649E-02 at 40iterations 2.6960030E-05 4.8646927E-03 at 50iterations finished qdiffx linear iterations at : 17:37:13 total time elapsed so far: 4.130000 # loops : 50 mean,max change (kT/e) : 2.6960030E-05 4.8646927E-03 energy calculations done at 4.130000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.310000 DelPhi exited at 17:37:13 4.317u 0.269s 0:04.92 92.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 Sat Oct 8 2011 at 17:37: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3509 !!! WARNING: ILE 447 has a net charge of -0.2720 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.573272 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): -0.9420000 44.99000 ymin,ymax (A): -30.33100 26.29000 zmin,zma (A): 1.465000 69.34900 x,y,z range (A): 45.93200 56.62100 67.88400 scale (grids/A): 1.573272 object centre (A): 22.02400 -2.020501 35.40700 number of atom coordinates read : 3509 total number of charged atoms : 3362 net assigned charge : -5.771982 assigned positive charge : 532.0942 centred at (gu) : 91.12726 95.33205 91.89806 assigned negative charge : -537.8677 centred at (gu) : 91.00892 95.20621 91.88340 start vw surface at 0.1700000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 68566 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29132 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 20783 mr = 47645 m= 1913 mr = 14229 m= 40 mr = 874 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5400000 number of dielectric boundary points 28554 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 441 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.6800000 number of grid points assigned charge 25475 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.5244240 object centre at (A) : 22.02400 -2.020501 35.40700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.3918557E-03 1.2890761E-02 midg,1,midg; midg,igrid,midg -7.5793322E-03 -1.1240533E-02 1,midg,midg; igrid,midg,midg -4.7414899E-03 6.5768242E-04 gauss-seidel spectral radius is 0.9980788 estimated iterations to convergence 181 setup time was (sec) 0.8600000 now iterating at: 17:37:14 rms-change max change #iterations 3.329787 149.7747 at 10iterations 1.357969 52.26366 at 20iterations 0.5518070 19.11336 at 30iterations 0.2259515 9.267464 at 40iterations 9.2080571E-02 3.247602 at 50iterations 3.7508924E-02 1.358196 at 60iterations 1.5249473E-02 0.5164070 at 70iterations 6.2693516E-03 0.2097995 at 80iterations 2.5711311E-03 0.1021690 at 90iterations 1.0848448E-03 4.2482480E-02 at 100iterations 4.7209859E-04 1.7418385E-02 at 110iterations 2.1984453E-04 7.7056885E-03 at 120iterations finished qdiffx linear iterations at : 17:37:23 total time elapsed so far: 9.680000 # loops : 120 mean,max change (kT/e) : 2.1984453E-04 7.7056885E-03 energy calculations done at 9.680000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.860000 DelPhi exited at 17:37:24 9.861u 0.281s 0:10.47 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 Sat Oct 8 2011 at 17:37:24 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 = 3509 !!! WARNING: ILE 447 has a net charge of -0.2720 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.359908 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): -0.9420000 44.99000 ymin,ymax (A): -30.33100 26.29000 zmin,zma (A): 1.465000 69.34900 x,y,z range (A): 45.93200 56.62100 67.88400 scale (grids/A): 2.359908 object centre (A): 22.02400 -2.020501 35.40700 number of atom coordinates read : 3509 total number of charged atoms : 3362 net assigned charge : -5.771982 assigned positive charge : 532.0942 centred at (gu) : 91.69067 97.99786 92.84696 assigned negative charge : -537.8677 centred at (gu) : 91.51350 97.80915 92.82494 start vw surface at 0.1600000 fill in re-entrant regions at 0.4200000 boundary points on vw surface= 159952 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29132 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 73465 mr = 117012 m= 19597 mr = 58181 m= 2824 mr = 14598 m= 153 mr = 1775 m= 4 mr = 48 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.7200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.270000 number of dielectric boundary points 64382 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 53 iepsmp to db, and charging done at 1.420000 number of grid points assigned charge 26855 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.573272 object centre at (A) : 22.02400 -2.020501 35.40700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2002371 9.7584054E-02 midg,1,midg; midg,igrid,midg -0.1034337 -0.1537200 1,midg,midg; igrid,midg,midg -8.2460232E-02 3.7967533E-02 gauss-seidel spectral radius is 0.9991099 estimated iterations to convergence 265 setup time was (sec) 1.630000 now iterating at: 17:37:26 rms-change max change #iterations 8.890882 231.2041 at 10iterations 4.937857 112.1854 at 20iterations 2.725120 74.85164 at 30iterations 1.495497 35.86802 at 40iterations 0.8207424 18.08677 at 50iterations 0.4484369 9.761054 at 60iterations 0.2455486 5.424488 at 70iterations 0.1339511 2.926079 at 80iterations 7.3045023E-02 1.409451 at 90iterations 3.9852183E-02 0.8234510 at 100iterations 2.1665545E-02 0.4230270 at 110iterations 1.1839990E-02 0.2642455 at 120iterations 6.4626145E-03 0.1311412 at 130iterations 3.5341294E-03 7.8416824E-02 at 140iterations 1.9430864E-03 3.7667274E-02 at 150iterations 1.0764456E-03 2.2102356E-02 at 160iterations 6.0551811E-04 1.1930466E-02 at 170iterations 3.5058518E-04 7.0972443E-03 at 180iterations finished qdiffx linear iterations at : 17:37:40 total time elapsed so far: 15.62000 # loops : 180 mean,max change (kT/e) : 3.5058518E-04 7.0972443E-03 energy calculations done at 15.62000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.81000 DelPhi exited at 17:37:40 15.815u 0.297s 0:16.41 98.1% 0+0k 0+0io 0pf+0w