Sun Oct 9 15:52:17 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:52:17 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: 270 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5617 !!! WARNING: HIR 147 has a net charge of 0.5140 !!! WARNING: HIR 555 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.1000000 grid size : 179 scale,in grids/A, set to be: 0.5057177 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): 33.52600 103.9210 ymin,ymax (A): -5.945000 57.53000 zmin,zma (A): -32.64700 34.70900 x,y,z range (A): 70.39500 63.47500 67.35600 scale (grids/A): 0.5057177 object centre (A): 68.72350 25.79250 1.031000 number of atom coordinates read : 5617 total number of charged atoms : 5446 net assigned charge : -3.471953 assigned positive charge : 859.5915 centred at (gu) : 90.05056 90.75175 89.36028 assigned negative charge : -863.0711 centred at (gu) : 89.98509 90.68413 89.24548 start vw surface at 0.1500000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 8912 nv = 96 ne = 84 npr = 115753 no. pairs analyzed = 115753 no. exposed pairs = 6391 no. arc points = 44441 no. surface atoms = 2140 nbur = 3477 mkacc time = 0.1900000 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.680000 m= 305 mr = 4985 m= 2 mr = 16 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 37 time to turn everything in is 0.3700000 number of dielectric boundary points 4218 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4239 ## 638 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 12024 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.9780695E-10 2.0872172E-10 midg,1,midg; midg,igrid,midg -1.7345776E-10 1.6146233E-10 1,midg,midg; igrid,midg,midg -2.0363838E-10 1.2772290E-10 gauss-seidel spectral radius is 0.9800542 estimated iterations to convergence 59 setup time was (sec) 0.5600000 now iterating at: 15:52:17 rms-change max change #iterations 7.1588144E-02 12.54823 at 10iterations 4.4032563E-03 0.6227188 at 20iterations 5.1627087E-04 7.9334259E-02 at 30iterations 1.1629318E-04 1.6712189E-02 at 40iterations 3.2628355E-05 4.2610168E-03 at 50iterations finished qdiffx linear iterations at : 15:52:20 total time elapsed so far: 3.460000 # loops : 50 mean,max change (kT/e) : 3.2628355E-05 4.2610168E-03 energy calculations done at 3.470000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.600000 DelPhi exited at 15:52:21 3.600u 0.169s 0:04.05 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 Sun Oct 9 2011 at 15:52:21 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: 270 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5617 !!! WARNING: HIR 147 has a net charge of 0.5140 !!! WARNING: HIR 555 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.1000000 grid size : 179 scale,in grids/A, set to be: 1.517153 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): 33.52600 103.9210 ymin,ymax (A): -5.945000 57.53000 zmin,zma (A): -32.64700 34.70900 x,y,z range (A): 70.39500 63.47500 67.35600 scale (grids/A): 1.517153 object centre (A): 68.72350 25.79250 1.031000 number of atom coordinates read : 5617 total number of charged atoms : 5446 net assigned charge : -3.471953 assigned positive charge : 859.5915 centred at (gu) : 90.15026 92.25365 88.07920 assigned negative charge : -863.0711 centred at (gu) : 89.95525 92.05231 87.73615 start vw surface at 0.1500000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 101791 reading accessible surface arcs data from file ARCDAT no. of arc points read = 44441 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 30326 mr = 72695 m= 2732 mr = 21124 m= 55 mr = 1210 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 4852 time to turn everything in is 0.4900000 number of dielectric boundary points 39875 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 575 ## 9 charges are in solution ## iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 40707 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.5057177 object centre at (A) : 68.72350 25.79250 1.031000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.1910566E-02 5.0971122E-03 midg,1,midg; midg,igrid,midg -1.0293231E-02 6.9778943E-03 1,midg,midg; igrid,midg,midg -1.1532303E-02 -1.9673314E-02 gauss-seidel spectral radius is 0.9981351 estimated iterations to convergence 184 setup time was (sec) 0.7100000 now iterating at: 15:52:22 rms-change max change #iterations 4.134960 154.1792 at 10iterations 1.699700 57.59469 at 20iterations 0.7014565 21.82277 at 30iterations 0.2891992 9.128464 at 40iterations 0.1198378 3.550030 at 50iterations 4.9476340E-02 1.511406 at 60iterations 2.0445531E-02 0.6345673 at 70iterations 8.4760115E-03 0.2403191 at 80iterations 3.5309545E-03 0.1016979 at 90iterations 1.4754910E-03 4.4633865E-02 at 100iterations 6.2317436E-04 1.8394470E-02 at 110iterations 2.7241450E-04 8.1596375E-03 at 120iterations finished qdiffx linear iterations at : 15:52:29 total time elapsed so far: 7.880000 # loops : 120 mean,max change (kT/e) : 2.7241450E-04 8.1596375E-03 energy calculations done at 7.880000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.010000 DelPhi exited at 15:52:29 8.014u 0.202s 0:08.53 96.2% 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:52:29 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: 270 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5617 !!! WARNING: HIR 147 has a net charge of 0.5140 !!! WARNING: HIR 555 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.1000000 grid size : 179 scale,in grids/A, set to be: 2.275730 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): 33.52600 103.9210 ymin,ymax (A): -5.945000 57.53000 zmin,zma (A): -32.64700 34.70900 x,y,z range (A): 70.39500 63.47500 67.35600 scale (grids/A): 2.275730 object centre (A): 68.72350 25.79250 1.031000 number of atom coordinates read : 5617 total number of charged atoms : 5446 net assigned charge : -3.471953 assigned positive charge : 859.5915 centred at (gu) : 90.22485 93.38009 87.11849 assigned negative charge : -863.0711 centred at (gu) : 89.93276 93.07847 86.60429 start vw surface at 0.1400000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 237982 reading accessible surface arcs data from file ARCDAT no. of arc points read = 44441 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 108518 mr = 178279 m= 28305 mr = 86889 m= 4101 mr = 21251 m= 238 mr = 2566 m= 1 mr = 58 m= 0 mr = 0 time to grow re-entrant surface = 0.6799999 no. cavity mid-points inaccessible to solvent = 16288 time to turn everything in is 1.200000 number of dielectric boundary points 90102 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 80 iepsmp to db, and charging done at 1.290000 number of grid points assigned charge 43424 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.517153 object centre at (A) : 68.72350 25.79250 1.031000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1647741 4.2302359E-02 midg,1,midg; midg,igrid,midg -0.2170027 0.1994253 1,midg,midg; igrid,midg,midg -0.1087842 -0.5649505 gauss-seidel spectral radius is 0.9991780 estimated iterations to convergence 275 setup time was (sec) 1.440000 now iterating at: 15:52:31 rms-change max change #iterations 11.10561 297.6667 at 10iterations 6.343622 141.2243 at 20iterations 3.607412 76.49896 at 30iterations 2.042425 43.78072 at 40iterations 1.152329 22.81219 at 50iterations 0.6480699 13.27609 at 60iterations 0.3637327 7.821079 at 70iterations 0.2041200 3.736389 at 80iterations 0.1143784 2.120535 at 90iterations 6.3975595E-02 1.126874 at 100iterations 3.5842426E-02 0.6035099 at 110iterations 2.0031609E-02 0.3311710 at 120iterations 1.1179135E-02 0.2061195 at 130iterations 6.2455083E-03 0.1230783 at 140iterations 3.4919304E-03 6.1128527E-02 at 150iterations 1.9518799E-03 3.3966064E-02 at 160iterations 1.0947727E-03 2.0996094E-02 at 170iterations 6.1188464E-04 1.0358334E-02 at 180iterations finished qdiffx linear iterations at : 15:52:44 total time elapsed so far: 14.35000 # loops : 180 mean,max change (kT/e) : 6.1188464E-04 1.0358334E-02 energy calculations done at 14.35000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.47000 DelPhi exited at 15:52:44 14.471u 0.213s 0:15.01 97.8% 0+0k 0+0io 0pf+0w