Sun Oct 9 09:35:40 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 09:35:40 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: 279 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2815 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5511860 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): -79.62100 -30.89300 ymin,ymax (A): -36.80700 27.78100 zmin,zma (A): -51.50300 1.918000 x,y,z range (A): 48.72800 64.58800 53.42100 scale (grids/A): 0.5511860 object centre (A): -55.25700 -4.513000 -24.79250 number of atom coordinates read : 2815 total number of charged atoms : 2668 net assigned charge : 2.0243227E-05 assigned positive charge : 416.8906 centred at (gu) : 89.34516 88.99686 89.42708 assigned negative charge : -416.8913 centred at (gu) : 89.35157 89.20014 89.53418 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 5760 nv = 96 ne = 84 npr = 55105 no. pairs analyzed = 55105 no. exposed pairs = 3901 no. arc points = 27931 no. surface atoms = 1291 nbur = 1524 mkacc time = 0.1000000 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.568000 m= 274 mr = 2814 m= 1 mr = 19 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1900000 number of dielectric boundary points 3202 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2746 ## 334 charges are in solution ## iepsmp to db, and charging done at 0.2600000 number of grid points assigned charge 7355 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 8.9737617E-10 -7.2868744E-10 midg,1,midg; midg,igrid,midg 1.8987742E-09 -1.2434636E-09 1,midg,midg; igrid,midg,midg 3.2623671E-11 -5.8723151E-11 gauss-seidel spectral radius is 0.9830242 estimated iterations to convergence 63 setup time was (sec) 0.3800000 now iterating at: 09:35:41 rms-change max change #iterations 7.2673544E-02 13.16100 at 10iterations 5.0055971E-03 0.8159580 at 20iterations 3.4989984E-04 6.7713737E-02 at 30iterations 3.2758817E-05 6.1981678E-03 at 40iterations 6.8814529E-06 1.7485619E-03 at 50iterations finished qdiffx linear iterations at : 09:35:44 total time elapsed so far: 3.220000 # loops : 50 mean,max change (kT/e) : 6.8814529E-06 1.7485619E-03 energy calculations done at 3.220000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.350000 DelPhi exited at 09:35:44 3.355u 0.168s 0:03.81 92.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 09:35:44 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: 279 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2815 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.653558 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): -79.62100 -30.89300 ymin,ymax (A): -36.80700 27.78100 zmin,zma (A): -51.50300 1.918000 x,y,z range (A): 48.72800 64.58800 53.42100 scale (grids/A): 1.653558 object centre (A): -55.25700 -4.513000 -24.79250 number of atom coordinates read : 2815 total number of charged atoms : 2668 net assigned charge : 2.0243227E-05 assigned positive charge : 416.8906 centred at (gu) : 88.03481 86.98988 88.28097 assigned negative charge : -416.8913 centred at (gu) : 88.05418 87.60016 88.60220 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 62924 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27931 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 20010 mr = 41049 m= 2196 mr = 13524 m= 70 mr = 1035 m= 0 mr = 5 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 28 time to turn everything in is 0.3100000 number of dielectric boundary points 29587 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 301 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 20501 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.5511860 object centre at (A) : -55.25700 -4.513000 -24.79250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.4290381E-03 -1.0069029E-02 midg,1,midg; midg,igrid,midg -4.8205513E-03 -9.9442583E-03 1,midg,midg; igrid,midg,midg 6.7509119E-03 6.0047386E-03 gauss-seidel spectral radius is 0.9982305 estimated iterations to convergence 189 setup time was (sec) 0.5300000 now iterating at: 09:35:45 rms-change max change #iterations 3.291639 158.5165 at 10iterations 1.377925 54.70520 at 20iterations 0.5788311 20.82596 at 30iterations 0.2438700 8.539001 at 40iterations 0.1019287 3.433264 at 50iterations 4.2972077E-02 1.605539 at 60iterations 1.8124759E-02 0.6446457 at 70iterations 7.6252981E-03 0.2946491 at 80iterations 3.2375830E-03 0.1252708 at 90iterations 1.3675913E-03 5.5323839E-02 at 100iterations 5.8439875E-04 2.1423340E-02 at 110iterations 2.5554231E-04 9.9821091E-03 at 120iterations finished qdiffx linear iterations at : 09:35:52 total time elapsed so far: 7.490000 # loops : 120 mean,max change (kT/e) : 2.5554231E-04 9.9821091E-03 energy calculations done at 7.490000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.620000 DelPhi exited at 09:35:52 7.624u 0.192s 0:08.08 96.6% 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 09:35:52 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: 279 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2815 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.480337 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): -79.62100 -30.89300 ymin,ymax (A): -36.80700 27.78100 zmin,zma (A): -51.50300 1.918000 x,y,z range (A): 48.72800 64.58800 53.42100 scale (grids/A): 2.480337 object centre (A): -55.25700 -4.513000 -24.79250 number of atom coordinates read : 2815 total number of charged atoms : 2668 net assigned charge : 2.0243227E-05 assigned positive charge : 416.8906 centred at (gu) : 87.05226 85.48462 87.42117 assigned negative charge : -416.8913 centred at (gu) : 87.08131 86.40027 87.90328 start vw surface at 0.1000000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 145988 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27931 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 67817 mr = 100955 m= 20584 mr = 52865 m= 3468 mr = 15193 m= 239 mr = 2183 m= 5 mr = 104 m= 0 mr = 0 time to grow re-entrant surface = 0.4300000 no. cavity mid-points inaccessible to solvent = 125 time to turn everything in is 0.7700000 number of dielectric boundary points 66801 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 18 iepsmp to db, and charging done at 0.8700000 number of grid points assigned charge 21330 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.653558 object centre at (A) : -55.25700 -4.513000 -24.79250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.2443672E-02 -0.1416165 midg,1,midg; midg,igrid,midg -0.2236023 -7.9545595E-02 1,midg,midg; igrid,midg,midg 0.1069771 9.8764576E-02 gauss-seidel spectral radius is 0.9991558 estimated iterations to convergence 272 setup time was (sec) 1.010000 now iterating at: 09:35:53 rms-change max change #iterations 8.651414 286.9080 at 10iterations 4.921740 159.3764 at 20iterations 2.789259 70.90201 at 30iterations 1.563904 37.11144 at 40iterations 0.8760858 20.90986 at 50iterations 0.4890422 11.90266 at 60iterations 0.2731337 6.920776 at 70iterations 0.1513786 3.669474 at 80iterations 8.4287867E-02 2.323494 at 90iterations 4.6706360E-02 0.9800625 at 100iterations 2.5925038E-02 0.5937195 at 110iterations 1.4335193E-02 0.2999601 at 120iterations 7.9422286E-03 0.1781387 at 130iterations 4.3969685E-03 0.1057385 at 140iterations 2.4242245E-03 5.5614471E-02 at 150iterations 1.3431614E-03 2.9754043E-02 at 160iterations 7.4375217E-04 1.5785217E-02 at 170iterations 4.1108369E-04 8.0757141E-03 at 180iterations finished qdiffx linear iterations at : 09:36:05 total time elapsed so far: 12.10000 # loops : 180 mean,max change (kT/e) : 4.1108369E-04 8.0757141E-03 energy calculations done at 12.10000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.23000 DelPhi exited at 09:36:05 12.231u 0.197s 0:12.70 97.7% 0+0k 0+0io 0pf+0w