Sun Oct 9 07:21:19 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 Sun Oct 9 2011 at 07:21:19 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 = 2478 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.5452513 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): -4.720000 42.09700 ymin,ymax (A): 35.82800 87.22701 zmin,zma (A): -3.599000 61.69200 x,y,z range (A): 46.81700 51.39900 65.29100 scale (grids/A): 0.5452513 object centre (A): 18.68850 61.52750 29.04650 number of atom coordinates read : 2478 total number of charged atoms : 2333 net assigned charge : -10.49998 assigned positive charge : 371.1360 centred at (gu) : 90.64399 89.10735 89.48557 assigned negative charge : -381.6364 centred at (gu) : 90.80901 88.74454 89.39646 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 4857 nv = 96 ne = 84 npr = 49366 no. pairs analyzed = 49366 no. exposed pairs = 3458 no. arc points = 24944 no. surface atoms = 1162 nbur = 1316 mkacc time = 7.9999998E-02 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= 186 mr = 2268 m= 1 mr = 3 m= 0 mr = 0 time to grow re-entrant surface = 9.0000004E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1700000 number of dielectric boundary points 2773 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2459 ## 297 charges are in solution ## iepsmp to db, and charging done at 0.2400000 number of grid points assigned charge 6250 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.2471419E-09 -1.0173781E-10 midg,1,midg; midg,igrid,midg -3.3831633E-09 1.0506170E-09 1,midg,midg; igrid,midg,midg 2.4710220E-10 -1.7987810E-09 gauss-seidel spectral radius is 0.9826274 estimated iterations to convergence 62 setup time was (sec) 0.3700000 now iterating at: 07:21:20 rms-change max change #iterations 6.3664347E-02 12.93779 at 10iterations 4.0486851E-03 0.8645630 at 20iterations 2.7075992E-04 5.5707574E-02 at 30iterations 1.7852226E-05 3.3340454E-03 at 40iterations 1.2385378E-06 2.3651123E-04 at 50iterations finished qdiffx linear iterations at : 07:21:22 total time elapsed so far: 3.250000 # loops : 50 mean,max change (kT/e) : 1.2385378E-06 2.3651123E-04 energy calculations done at 3.250000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.380000 DelPhi exited at 07:21:23 3.383u 0.177s 0:03.83 92.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 07:21:23 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 = 2478 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.635754 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): -4.720000 42.09700 ymin,ymax (A): 35.82800 87.22701 zmin,zma (A): -3.599000 61.69200 x,y,z range (A): 46.81700 51.39900 65.29100 scale (grids/A): 1.635754 object centre (A): 18.68850 61.52750 29.04650 number of atom coordinates read : 2478 total number of charged atoms : 2333 net assigned charge : -10.49998 assigned positive charge : 371.1360 centred at (gu) : 91.93144 87.32166 88.45618 assigned negative charge : -381.6364 centred at (gu) : 92.42669 86.23359 88.18903 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 53054 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24944 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 15576 mr = 33392 m= 1433 mr = 10254 m= 33 mr = 590 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 82 time to turn everything in is 0.2700000 number of dielectric boundary points 25860 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 262 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.3400000 number of grid points assigned charge 17919 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.5452513 object centre at (A) : 18.68850 61.52750 29.04650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.5310496E-02 4.1151885E-03 midg,1,midg; midg,igrid,midg -2.3102676E-02 7.1462221E-03 1,midg,midg; igrid,midg,midg -2.2435451E-03 -1.5985031E-02 gauss-seidel spectral radius is 0.9981402 estimated iterations to convergence 184 setup time was (sec) 0.4800000 now iterating at: 07:21:24 rms-change max change #iterations 3.009347 160.5739 at 10iterations 1.235721 58.77699 at 20iterations 0.5076249 20.09553 at 30iterations 0.2084648 8.158057 at 40iterations 8.5629597E-02 3.497839 at 50iterations 3.5305135E-02 1.456917 at 60iterations 1.4534483E-02 0.5398740 at 70iterations 5.9743831E-03 0.2358418 at 80iterations 2.4608863E-03 0.1090481 at 90iterations 1.0132628E-03 3.6525726E-02 at 100iterations 4.1769919E-04 1.7261505E-02 at 110iterations 1.7192309E-04 7.6427460E-03 at 120iterations finished qdiffx linear iterations at : 07:21:31 total time elapsed so far: 7.510000 # loops : 120 mean,max change (kT/e) : 1.7192309E-04 7.6427460E-03 energy calculations done at 7.510000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.640000 DelPhi exited at 07:21:31 7.642u 0.212s 0:08.20 95.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 Sun Oct 9 2011 at 07:21:31 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 = 2478 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: 2.453631 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): -4.720000 42.09700 ymin,ymax (A): 35.82800 87.22701 zmin,zma (A): -3.599000 61.69200 x,y,z range (A): 46.81700 51.39900 65.29100 scale (grids/A): 2.453631 object centre (A): 18.68850 61.52750 29.04650 number of atom coordinates read : 2478 total number of charged atoms : 2333 net assigned charge : -10.49998 assigned positive charge : 371.1360 centred at (gu) : 92.89700 85.98232 87.68415 assigned negative charge : -381.6364 centred at (gu) : 93.64006 84.35025 87.28345 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 122966 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24944 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 54334 mr = 82192 m= 14458 mr = 41830 m= 2022 mr = 10331 m= 117 mr = 1135 m= 2 mr = 42 m= 0 mr = 0 time to grow re-entrant surface = 0.3400000 no. cavity mid-points inaccessible to solvent = 310 time to turn everything in is 0.6500000 number of dielectric boundary points 58369 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 22 iepsmp to db, and charging done at 0.7400000 number of grid points assigned charge 18649 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.635754 object centre at (A) : 18.68850 61.52750 29.04650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.7932541 3.3983506E-02 midg,1,midg; midg,igrid,midg -0.3159639 9.9273160E-02 1,midg,midg; igrid,midg,midg -2.7841052E-02 -0.2065864 gauss-seidel spectral radius is 0.9991159 estimated iterations to convergence 266 setup time was (sec) 0.8900000 now iterating at: 07:21:32 rms-change max change #iterations 7.858202 365.3187 at 10iterations 4.368906 141.1051 at 20iterations 2.423479 66.29272 at 30iterations 1.337897 37.02858 at 40iterations 0.7369056 18.00543 at 50iterations 0.4047634 9.921474 at 60iterations 0.2220200 5.255089 at 70iterations 0.1214441 2.767876 at 80iterations 6.6439986E-02 1.525021 at 90iterations 3.6286622E-02 0.8074957 at 100iterations 1.9865729E-02 0.4676247 at 110iterations 1.0838414E-02 0.2386036 at 120iterations 5.9063127E-03 0.1416807 at 130iterations 3.2180985E-03 7.9032898E-02 at 140iterations 1.7548022E-03 4.2964935E-02 at 150iterations 9.5559866E-04 2.3338318E-02 at 160iterations 5.2063953E-04 1.1117935E-02 at 170iterations 2.8426020E-04 6.7949295E-03 at 180iterations finished qdiffx linear iterations at : 07:21:43 total time elapsed so far: 12.01000 # loops : 180 mean,max change (kT/e) : 2.8426020E-04 6.7949295E-03 energy calculations done at 12.01000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.14000 DelPhi exited at 07:21:44 12.146u 0.202s 0:12.75 96.7% 0+0k 0+0io 0pf+0w