Sun Oct 9 14:17:01 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 14:17:01 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: 322 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2816 !!! WARNING: HIQ 183 has a net charge of 0.5140 !!! WARNING: SEP 329 has a net charge of -0.4750 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: 0.5566501 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): -1.540000 54.90600 ymin,ymax (A): -7.645000 40.65100 zmin,zma (A): -16.42500 47.52900 x,y,z range (A): 56.44600 48.29600 63.95400 scale (grids/A): 0.5566501 object centre (A): 26.68300 16.50300 15.55200 number of atom coordinates read : 2816 total number of charged atoms : 2673 net assigned charge : 5.539017 assigned positive charge : 432.3474 centred at (gu) : 88.54484 90.20176 89.23839 assigned negative charge : -426.8094 centred at (gu) : 88.50728 90.05734 89.28579 start vw surface at 0.1000000 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 5702 nv = 96 ne = 84 npr = 55619 no. pairs analyzed = 55619 no. exposed pairs = 3656 no. arc points = 25513 no. surface atoms = 1221 nbur = 1595 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.540000 m= 242 mr = 2890 m= 0 mr = 9 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2100000 number of dielectric boundary points 3045 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2664 ## 346 charges are in solution ## iepsmp to db, and charging done at 0.2800000 number of grid points assigned charge 7370 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.1565685E-09 6.1498022E-11 midg,1,midg; midg,igrid,midg -8.2209156E-10 1.9469844E-09 1,midg,midg; igrid,midg,midg 2.2172331E-10 6.1506739E-10 gauss-seidel spectral radius is 0.9833436 estimated iterations to convergence 64 setup time was (sec) 0.4100000 now iterating at: 14:17:01 rms-change max change #iterations 8.2135126E-02 17.35601 at 10iterations 5.5750357E-03 0.9149246 at 20iterations 3.9838714E-04 7.3693275E-02 at 30iterations 2.9563320E-05 4.7321320E-03 at 40iterations 2.4944766E-06 4.5394897E-04 at 50iterations finished qdiffx linear iterations at : 14:17:04 total time elapsed so far: 3.280000 # loops : 50 mean,max change (kT/e) : 2.4944766E-06 4.5394897E-04 energy calculations done at 3.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.410000 DelPhi exited at 14:17:05 3.415u 0.155s 0:03.83 92.9% 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 14:17:05 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: 322 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2816 !!! WARNING: HIQ 183 has a net charge of 0.5140 !!! WARNING: SEP 329 has a net charge of -0.4750 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.669950 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): -1.540000 54.90600 ymin,ymax (A): -7.645000 40.65100 zmin,zma (A): -16.42500 47.52900 x,y,z range (A): 56.44600 48.29600 63.95400 scale (grids/A): 1.669950 object centre (A): 26.68300 16.50300 15.55200 number of atom coordinates read : 2816 total number of charged atoms : 2673 net assigned charge : 5.539017 assigned positive charge : 432.3474 centred at (gu) : 85.63372 90.60423 87.71434 assigned negative charge : -426.8094 centred at (gu) : 85.52142 90.17179 87.85721 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 62880 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25513 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 19119 mr = 41949 m= 1966 mr = 12886 m= 56 mr = 873 m= 3 mr = 2 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 204 time to turn everything in is 0.3100000 number of dielectric boundary points 28314 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 311 iepsmp to db, and charging done at 0.3800000 number of grid points assigned charge 20558 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.5566501 object centre at (A) : 26.68300 16.50300 15.55200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.3767028E-02 1.3926635E-02 midg,1,midg; midg,igrid,midg -2.5218895E-03 9.8668057E-03 1,midg,midg; igrid,midg,midg -1.7034149E-02 -5.6076259E-04 gauss-seidel spectral radius is 0.9982566 estimated iterations to convergence 190 setup time was (sec) 0.5200000 now iterating at: 14:17:06 rms-change max change #iterations 3.435352 159.9113 at 10iterations 1.451188 53.14484 at 20iterations 0.6137730 24.97092 at 30iterations 0.2603001 9.340055 at 40iterations 0.1096416 3.834572 at 50iterations 4.6588559E-02 1.594942 at 60iterations 1.9807616E-02 0.7782569 at 70iterations 8.4183989E-03 0.3302460 at 80iterations 3.5760719E-03 0.1295948 at 90iterations 1.5176731E-03 5.4115295E-02 at 100iterations 6.4621808E-04 2.5419235E-02 at 110iterations 2.7453736E-04 1.0043144E-02 at 120iterations finished qdiffx linear iterations at : 14:17:13 total time elapsed so far: 7.530000 # loops : 120 mean,max change (kT/e) : 2.7453736E-04 1.0043144E-02 energy calculations done at 7.530000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.650000 DelPhi exited at 14:17:13 7.657u 0.206s 0:08.14 96.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 14:17: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: 322 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2816 !!! WARNING: HIQ 183 has a net charge of 0.5140 !!! WARNING: SEP 329 has a net charge of -0.4750 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.504925 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): -1.540000 54.90600 ymin,ymax (A): -7.645000 40.65100 zmin,zma (A): -16.42500 47.52900 x,y,z range (A): 56.44600 48.29600 63.95400 scale (grids/A): 2.504925 object centre (A): 26.68300 16.50300 15.55200 number of atom coordinates read : 2816 total number of charged atoms : 2673 net assigned charge : 5.539017 assigned positive charge : 432.3474 centred at (gu) : 83.45042 90.90622 86.57126 assigned negative charge : -426.8094 centred at (gu) : 83.28210 90.25762 86.78579 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 145811 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25513 grid for indexing accessible points = 1.400000 m= 66736 mr = 102825 m= 18568 mr = 52185 m= 2904 mr = 13433 m= 262 mr = 1800 m= 6 mr = 94 m= 0 mr = 0 time to grow re-entrant surface = 0.4200000 no. cavity mid-points inaccessible to solvent = 643 time to turn everything in is 0.7500000 number of dielectric boundary points 63950 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 23 iepsmp to db, and charging done at 0.8400000 number of grid points assigned charge 21359 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.669950 object centre at (A) : 26.68300 16.50300 15.55200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.6725892 0.2945022 midg,1,midg; midg,igrid,midg -2.5401939E-02 0.1153819 1,midg,midg; igrid,midg,midg -0.2235480 -2.7888360E-02 gauss-seidel spectral radius is 0.9991573 estimated iterations to convergence 272 setup time was (sec) 0.9900000 now iterating at: 14:17:14 rms-change max change #iterations 8.845913 292.7534 at 10iterations 5.086885 141.5820 at 20iterations 2.895843 91.61862 at 30iterations 1.631617 41.58537 at 40iterations 0.9167209 23.54208 at 50iterations 0.5128798 13.07873 at 60iterations 0.2867830 7.283619 at 70iterations 0.1596568 3.495796 at 80iterations 8.8782586E-02 2.047023 at 90iterations 4.9477190E-02 1.075196 at 100iterations 2.7456397E-02 0.5626255 at 110iterations 1.5197971E-02 0.3227730 at 120iterations 8.4574111E-03 0.1778870 at 130iterations 4.6840012E-03 0.1017990 at 140iterations 2.5933469E-03 6.2213898E-02 at 150iterations 1.4387185E-03 3.1676292E-02 at 160iterations 8.0099958E-04 1.5791893E-02 at 170iterations 4.4457347E-04 1.0967255E-02 at 180iterations finished qdiffx linear iterations at : 14:17:25 total time elapsed so far: 12.23000 # loops : 180 mean,max change (kT/e) : 4.4457347E-04 1.0967255E-02 energy calculations done at 12.23000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.36000 DelPhi exited at 14:17:26 12.361u 0.202s 0:12.98 96.7% 0+0k 0+0io 0pf+0w