Mon Oct 10 17:02:56 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 Mon Oct 10 2011 at 17:02:56 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 = 2967 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.5341817 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): -32.09600 34.54800 ymin,ymax (A): -25.37300 21.09100 zmin,zma (A): -40.64500 7.092000 x,y,z range (A): 66.64400 46.46400 47.73700 scale (grids/A): 0.5341817 object centre (A): 1.226000 -2.141000 -16.77650 number of atom coordinates read : 2967 total number of charged atoms : 2825 net assigned charge : -3.499966 assigned positive charge : 443.0050 centred at (gu) : 90.84618 89.89976 90.64173 assigned negative charge : -446.5061 centred at (gu) : 90.87022 90.06741 90.75260 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 5447 nv = 96 ne = 84 npr = 59150 no. pairs analyzed = 59150 no. exposed pairs = 3849 no. arc points = 27335 no. surface atoms = 1301 nbur = 1666 mkacc time = 0.1700000 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= 232 mr = 2710 m= 0 mr = 11 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 13 time to turn everything in is 0.3500000 number of dielectric boundary points 2958 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2799 ## 404 charges are in solution ## iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 7279 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.8173419E-10 -7.1763717E-10 midg,1,midg; midg,igrid,midg 5.8067101E-10 -8.3748042E-10 1,midg,midg; igrid,midg,midg -2.4886015E-11 -2.8923247E-10 gauss-seidel spectral radius is 0.9819447 estimated iterations to convergence 61 setup time was (sec) 0.6200000 now iterating at: 17:02:57 rms-change max change #iterations 6.4422511E-02 13.17871 at 10iterations 3.9989767E-03 0.8080463 at 20iterations 2.5485101E-04 4.3444633E-02 at 30iterations 1.6219687E-05 2.4681091E-03 at 40iterations 1.1145396E-06 2.1362305E-04 at 50iterations finished qdiffx linear iterations at : 17:03:00 total time elapsed so far: 3.990000 # loops : 50 mean,max change (kT/e) : 1.1145396E-06 2.1362305E-04 energy calculations done at 3.990000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.160000 DelPhi exited at 17:03:01 4.164u 0.296s 0:05.72 77.7% 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 Mon Oct 10 2011 at 17:03: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2967 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.602545 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): -32.09600 34.54800 ymin,ymax (A): -25.37300 21.09100 zmin,zma (A): -40.64500 7.092000 x,y,z range (A): 66.64400 46.46400 47.73700 scale (grids/A): 1.602545 object centre (A): 1.226000 -2.141000 -16.77650 number of atom coordinates read : 2967 total number of charged atoms : 2825 net assigned charge : -3.499966 assigned positive charge : 443.0050 centred at (gu) : 92.53781 89.69854 91.92439 assigned negative charge : -446.5061 centred at (gu) : 92.61025 90.20202 92.25742 start vw surface at 0.1600000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 61227 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27335 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 17324 mr = 40595 m= 1493 mr = 11377 m= 38 mr = 652 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 1084 time to turn everything in is 0.5500000 number of dielectric boundary points 27458 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 345 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.6700000 number of grid points assigned charge 21581 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.5341817 object centre at (A) : 1.226000 -2.141000 -16.77650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.9161332E-03 -4.2798426E-03 midg,1,midg; midg,igrid,midg 6.5755066E-03 -1.3579249E-02 1,midg,midg; igrid,midg,midg -2.8189598E-03 -2.4833281E-02 gauss-seidel spectral radius is 0.9981143 estimated iterations to convergence 183 setup time was (sec) 0.8400000 now iterating at: 17:03:03 rms-change max change #iterations 3.167788 162.0780 at 10iterations 1.293139 58.01978 at 20iterations 0.5292556 20.35787 at 30iterations 0.2162335 8.381134 at 40iterations 8.8339120E-02 3.136042 at 50iterations 3.6205228E-02 1.388542 at 60iterations 1.4850108E-02 0.5586548 at 70iterations 6.0951351E-03 0.2304306 at 80iterations 2.4948749E-03 9.9882126E-02 at 90iterations 1.0252460E-03 3.6676526E-02 at 100iterations 4.1847635E-04 1.6975403E-02 at 110iterations 1.7172363E-04 6.4353943E-03 at 120iterations finished qdiffx linear iterations at : 17:03:11 total time elapsed so far: 9.160000 # loops : 120 mean,max change (kT/e) : 1.7172363E-04 6.4353943E-03 energy calculations done at 9.160000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.340000 DelPhi exited at 17:03:12 9.339u 0.341s 0:10.18 94.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 Mon Oct 10 2011 at 17:03:12 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 = 2967 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.403817 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): -32.09600 34.54800 ymin,ymax (A): -25.37300 21.09100 zmin,zma (A): -40.64500 7.092000 x,y,z range (A): 66.64400 46.46400 47.73700 scale (grids/A): 2.403817 object centre (A): 1.226000 -2.141000 -16.77650 number of atom coordinates read : 2967 total number of charged atoms : 2825 net assigned charge : -3.499966 assigned positive charge : 443.0050 centred at (gu) : 93.80651 89.54759 92.88641 assigned negative charge : -446.5061 centred at (gu) : 93.91526 90.30302 93.38593 start vw surface at 0.1600000 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 142527 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27335 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 61483 mr = 99691 m= 15722 mr = 47596 m= 2186 mr = 11301 m= 138 mr = 1341 m= 2 mr = 59 m= 0 mr = 0 time to grow re-entrant surface = 0.7700000 no. cavity mid-points inaccessible to solvent = 3287 time to turn everything in is 1.330000 number of dielectric boundary points 62070 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 44 iepsmp to db, and charging done at 1.480000 number of grid points assigned charge 22567 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.602545 object centre at (A) : 1.226000 -2.141000 -16.77650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.6365769E-02 -4.6692628E-02 midg,1,midg; midg,igrid,midg 0.1193624 -0.1912564 1,midg,midg; igrid,midg,midg 8.2386136E-02 -0.7823138 gauss-seidel spectral radius is 0.9991190 estimated iterations to convergence 266 setup time was (sec) 1.650000 now iterating at: 17:03:14 rms-change max change #iterations 8.350950 270.5115 at 10iterations 4.630948 130.9439 at 20iterations 2.563374 75.99484 at 30iterations 1.406908 36.76538 at 40iterations 0.7739307 17.77547 at 50iterations 0.4241949 9.568779 at 60iterations 0.2317416 4.875616 at 70iterations 0.1265769 2.645563 at 80iterations 6.8936042E-02 1.533473 at 90iterations 3.7708405E-02 0.8756316 at 100iterations 2.0572385E-02 0.4602759 at 110iterations 1.1200766E-02 0.2467251 at 120iterations 6.1229574E-03 0.1308651 at 130iterations 3.3358980E-03 6.9400787E-02 at 140iterations 1.8165404E-03 3.9896011E-02 at 150iterations 9.9171454E-04 2.3900986E-02 at 160iterations 5.4131821E-04 1.1138916E-02 at 170iterations 2.9475006E-04 6.0262680E-03 at 180iterations finished qdiffx linear iterations at : 17:03:27 total time elapsed so far: 15.14000 # loops : 180 mean,max change (kT/e) : 2.9475006E-04 6.0262680E-03 energy calculations done at 15.14000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.32000 DelPhi exited at 17:03:28 15.320u 0.314s 0:16.25 96.1% 0+0k 0+0io 0pf+0w