Sat Oct 15 12:25:44 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 15 2011 at 12:25: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: 301 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4531 !!! WARNING: HEM 1107 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 0.4198410 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): -53.94800 3.388000 ymin,ymax (A): 17.85100 84.64600 zmin,zma (A): -42.94200 41.85200 x,y,z range (A): 57.33600 66.79500 84.79401 scale (grids/A): 0.4198410 object centre (A): -25.28000 51.24850 -0.5450001 number of atom coordinates read : 4531 total number of charged atoms : 4303 net assigned charge : 19.29999 assigned positive charge : 666.2291 centred at (gu) : 89.99851 91.58920 93.74116 assigned negative charge : -646.9337 centred at (gu) : 90.01884 91.55457 93.78211 start vw surface at 0.2200000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 4785 nv = 96 ne = 84 npr = 90668 no. pairs analyzed = 90668 no. exposed pairs = 5815 no. arc points = 40742 no. surface atoms = 1967 nbur = 2564 mkacc time = 0.3000000 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 = 2.016000 m= 120 mr = 2237 m= 0 mr = 0 time to grow re-entrant surface = 0.3500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6000000 number of dielectric boundary points 2668 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3230 ## 732 charges are in solution ## iepsmp to db, and charging done at 0.7400000 number of grid points assigned charge 6514 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 9.0205979E-13 3.6378853E-12 midg,1,midg; midg,igrid,midg 7.9886163E-13 4.4523751E-12 1,midg,midg; igrid,midg,midg 2.4119667E-12 1.5801450E-12 gauss-seidel spectral radius is 0.9710965 estimated iterations to convergence 49 setup time was (sec) 0.9300000 now iterating at: 12:25:46 rms-change max change #iterations 2.5348283E-02 9.163430 at 10iterations 3.2548541E-03 0.6134262 at 20iterations 1.0035051E-03 0.2033749 at 30iterations 3.2368809E-04 6.6390991E-02 at 40iterations 1.0494814E-04 2.1612167E-02 at 50iterations finished qdiffx linear iterations at : 12:25:50 total time elapsed so far: 5.420000 # loops : 50 mean,max change (kT/e) : 1.0494814E-04 2.1612167E-02 energy calculations done at 5.420000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.650000 DelPhi exited at 12:25:51 5.655u 0.418s 0:06.39 94.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 15 2011 at 12:25:51 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: 301 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4531 !!! WARNING: HEM 1107 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 1.259523 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): -53.94800 3.388000 ymin,ymax (A): 17.85100 84.64600 zmin,zma (A): -42.94200 41.85200 x,y,z range (A): 57.33600 66.79500 84.79401 scale (grids/A): 1.259523 object centre (A): -25.28000 51.24850 -0.5450001 number of atom coordinates read : 4531 total number of charged atoms : 4303 net assigned charge : 19.29999 assigned positive charge : 666.2291 centred at (gu) : 89.99397 94.76578 101.2217 assigned negative charge : -646.9337 centred at (gu) : 90.05605 94.66325 101.3459 start vw surface at 0.2200000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 56553 reading accessible surface arcs data from file ARCDAT no. of arc points read = 40742 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.876000 m= 12685 mr = 37017 m= 572 mr = 7432 m= 3 mr = 94 m= 0 mr = 0 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 201 time to turn everything in is 0.6700000 number of dielectric boundary points 25270 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 791 ## 29 charges are in solution ## iepsmp to db, and charging done at 0.8100000 number of grid points assigned charge 29541 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.4198410 object centre at (A) : -25.28000 51.24850 -0.5450001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.1952912E-03 1.4430321E-02 midg,1,midg; midg,igrid,midg 1.3628510E-03 3.8879320E-03 1,midg,midg; igrid,midg,midg 8.3366962E-04 9.6860214E-04 gauss-seidel spectral radius is 0.9970228 estimated iterations to convergence 146 setup time was (sec) 1.010000 now iterating at: 12:25:52 rms-change max change #iterations 2.202568 110.1799 at 10iterations 0.7222160 31.98926 at 20iterations 0.2381582 10.27249 at 30iterations 7.8482360E-02 3.340961 at 40iterations 2.6245454E-02 1.083718 at 50iterations 9.2231827E-03 0.4042206 at 60iterations 3.7919295E-03 0.1713486 at 70iterations 1.9688420E-03 9.4589233E-02 at 80iterations 1.2353442E-03 5.7168961E-02 at 90iterations 8.2706608E-04 3.7466049E-02 at 100iterations 5.6330330E-04 2.5421143E-02 at 110iterations 3.8644605E-04 1.7351151E-02 at 120iterations finished qdiffx linear iterations at : 12:26:02 total time elapsed so far: 10.92000 # loops : 120 mean,max change (kT/e) : 3.8644605E-04 1.7351151E-02 energy calculations done at 10.92000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.13000 DelPhi exited at 12:26:03 11.137u 0.498s 0:12.02 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 Sat Oct 15 2011 at 12:26: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: 301 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4531 !!! WARNING: HEM 1107 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 1.889284 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): -53.94800 3.388000 ymin,ymax (A): 17.85100 84.64600 zmin,zma (A): -42.94200 41.85200 x,y,z range (A): 57.33600 66.79500 84.79401 scale (grids/A): 1.889284 object centre (A): -25.28000 51.24850 -0.5450001 number of atom coordinates read : 4531 total number of charged atoms : 4303 net assigned charge : 19.29999 assigned positive charge : 666.2291 centred at (gu) : 89.99045 97.14828 106.8322 assigned negative charge : -646.9337 centred at (gu) : 90.08393 96.99483 107.0189 start vw surface at 0.2200000 fill in re-entrant regions at 0.5000000 boundary points on vw surface= 132901 reading accessible surface arcs data from file ARCDAT no. of arc points read = 40742 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.848000 m= 49795 mr = 92579 m= 8618 mr = 36529 m= 523 mr = 5411 m= 6 mr = 154 m= 0 mr = 0 time to grow re-entrant surface = 0.8700001 no. cavity mid-points inaccessible to solvent = 679 time to turn everything in is 1.500000 number of dielectric boundary points 57170 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 265 ## 1 charges are in solution ## iepsmp to db, and charging done at 1.650000 number of grid points assigned charge 33813 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.259523 object centre at (A) : -25.28000 51.24850 -0.5450001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.5694006E-02 0.3950838 midg,1,midg; midg,igrid,midg 3.9262023E-02 0.1046316 1,midg,midg; igrid,midg,midg 1.6289387E-02 2.6916865E-02 gauss-seidel spectral radius is 0.9987687 estimated iterations to convergence 226 setup time was (sec) 1.870000 now iterating at: 12:26:05 rms-change max change #iterations 6.774311 226.7357 at 10iterations 3.420995 106.5818 at 20iterations 1.712335 48.07188 at 30iterations 0.8517765 21.78132 at 40iterations 0.4227649 10.86376 at 50iterations 0.2087365 5.473183 at 60iterations 0.1028879 2.556897 at 70iterations 5.0539955E-02 1.301693 at 80iterations 2.4866372E-02 0.6504059 at 90iterations 1.2249503E-02 0.3354092 at 100iterations 6.0297721E-03 0.1672497 at 110iterations 3.0017034E-03 7.3802948E-02 at 120iterations 1.5238831E-03 4.0405273E-02 at 130iterations 8.0718554E-04 2.1099091E-02 at 140iterations 4.5818344E-04 1.2691498E-02 at 150iterations 2.8697817E-04 8.1386566E-03 at 160iterations 1.9533740E-04 5.0430298E-03 at 170iterations 1.4241313E-04 3.7117004E-03 at 180iterations finished qdiffx linear iterations at : 12:26:22 total time elapsed so far: 18.43000 # loops : 180 mean,max change (kT/e) : 1.4241313E-04 3.7117004E-03 energy calculations done at 18.43000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 18.66000 DelPhi exited at 12:26:22 18.664u 0.529s 0:19.60 97.8% 0+0k 0+0io 0pf+0w