Mon Oct 10 19:43: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 Mon Oct 10 2011 at 19:43: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: 289 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3055 !!! WARNING: HIR 237 has a net charge of 0.5140 !!! WARNING: TYR 265 has a net charge of -0.2720 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.5438519 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.114000 61.34500 ymin,ymax (A): 13.54800 69.22000 zmin,zma (A): -13.29300 51.59600 x,y,z range (A): 65.45900 55.67200 64.88900 scale (grids/A): 0.5438519 object centre (A): 28.61550 41.38400 19.15150 number of atom coordinates read : 3055 total number of charged atoms : 2915 net assigned charge : 4.242020 assigned positive charge : 457.8870 centred at (gu) : 91.45041 91.73379 90.65078 assigned negative charge : -453.6463 centred at (gu) : 91.48039 91.70132 90.72661 start vw surface at 0.1800000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 6095 nv = 96 ne = 84 npr = 58134 no. pairs analyzed = 58134 no. exposed pairs = 4488 no. arc points = 33157 no. surface atoms = 1486 nbur = 1569 mkacc time = 0.1600000 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.596000 m= 245 mr = 2650 m= 0 mr = 3 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3800000 number of dielectric boundary points 3687 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3310 ## 451 charges are in solution ## iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 7877 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.0522154E-10 -2.7579805E-10 midg,1,midg; midg,igrid,midg 3.0014893E-11 6.8532791E-10 1,midg,midg; igrid,midg,midg 3.0172570E-10 7.6410683E-11 gauss-seidel spectral radius is 0.9825964 estimated iterations to convergence 62 setup time was (sec) 0.6700000 now iterating at: 19:43:18 rms-change max change #iterations 7.2733097E-02 13.84963 at 10iterations 4.7855079E-03 0.8121109 at 20iterations 3.1372884E-04 5.7927132E-02 at 30iterations 2.2683049E-05 3.9646626E-03 at 40iterations 3.0454153E-06 5.3480268E-04 at 50iterations finished qdiffx linear iterations at : 19:43:22 total time elapsed so far: 4.060000 # loops : 50 mean,max change (kT/e) : 3.0454153E-06 5.3480268E-04 energy calculations done at 4.060000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.240000 DelPhi exited at 19:43:22 4.239u 0.261s 0:05.02 89.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 Mon Oct 10 2011 at 19:43:22 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: 289 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3055 !!! WARNING: HIR 237 has a net charge of 0.5140 !!! WARNING: TYR 265 has a net charge of -0.2720 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.631556 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.114000 61.34500 ymin,ymax (A): 13.54800 69.22000 zmin,zma (A): -13.29300 51.59600 x,y,z range (A): 65.45900 55.67200 64.88900 scale (grids/A): 1.631556 object centre (A): 28.61550 41.38400 19.15150 number of atom coordinates read : 3055 total number of charged atoms : 2915 net assigned charge : 4.242020 assigned positive charge : 457.8870 centred at (gu) : 94.35056 95.20061 91.95180 assigned negative charge : -453.6463 centred at (gu) : 94.44090 95.10349 92.17965 start vw surface at 0.1600000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 66669 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33157 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 18543 mr = 40885 m= 1929 mr = 11306 m= 61 mr = 761 m= 0 mr = 6 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6000000 number of dielectric boundary points 34244 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 381 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.7400000 number of grid points assigned charge 22361 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.5438519 object centre at (A) : 28.61550 41.38400 19.15150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.8101858E-02 1.6461840E-02 midg,1,midg; midg,igrid,midg -7.4778707E-03 -4.1858577E-03 1,midg,midg; igrid,midg,midg 2.4427038E-03 1.0271951E-03 gauss-seidel spectral radius is 0.9982024 estimated iterations to convergence 187 setup time was (sec) 0.9000000 now iterating at: 19:43:24 rms-change max change #iterations 3.339682 150.3873 at 10iterations 1.385014 55.79603 at 20iterations 0.5771424 23.97832 at 30iterations 0.2403300 8.888369 at 40iterations 9.9749818E-02 4.136724 at 50iterations 4.1707367E-02 1.800849 at 60iterations 1.7412119E-02 0.6441269 at 70iterations 7.2535505E-03 0.3104210 at 80iterations 3.0248393E-03 0.1091862 at 90iterations 1.2675370E-03 4.7631264E-02 at 100iterations 5.3036230E-04 2.0110607E-02 at 110iterations 2.2156806E-04 8.2421303E-03 at 120iterations finished qdiffx linear iterations at : 19:43:32 total time elapsed so far: 9.390000 # loops : 120 mean,max change (kT/e) : 2.2156806E-04 8.2421303E-03 energy calculations done at 9.390000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.570000 DelPhi exited at 19:43:33 9.576u 0.324s 0:10.22 96.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 19:43:33 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: 289 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3055 !!! WARNING: HIR 237 has a net charge of 0.5140 !!! WARNING: TYR 265 has a net charge of -0.2720 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.447334 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.114000 61.34500 ymin,ymax (A): 13.54800 69.22000 zmin,zma (A): -13.29300 51.59600 x,y,z range (A): 65.45900 55.67200 64.88900 scale (grids/A): 2.447334 object centre (A): 28.61550 41.38400 19.15150 number of atom coordinates read : 3055 total number of charged atoms : 2915 net assigned charge : 4.242020 assigned positive charge : 457.8870 centred at (gu) : 96.52550 97.80071 92.92744 assigned negative charge : -453.6463 centred at (gu) : 96.66123 97.65528 93.26954 start vw surface at 0.1700000 fill in re-entrant regions at 0.4900000 boundary points on vw surface= 154950 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33157 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 63818 mr = 101713 m= 17591 mr = 46615 m= 2871 mr = 12090 m= 175 mr = 1640 m= 3 mr = 68 m= 0 mr = 0 time to grow re-entrant surface = 0.8500001 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.470000 number of dielectric boundary points 77282 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 27 iepsmp to db, and charging done at 1.640000 number of grid points assigned charge 23291 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.631556 object centre at (A) : 28.61550 41.38400 19.15150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1268679 0.2237523 midg,1,midg; midg,igrid,midg -9.4179094E-02 -8.8056020E-02 1,midg,midg; igrid,midg,midg -0.1071119 -2.6506476E-02 gauss-seidel spectral radius is 0.9991477 estimated iterations to convergence 271 setup time was (sec) 1.820000 now iterating at: 19:43:35 rms-change max change #iterations 8.855618 298.2117 at 10iterations 5.079400 153.8835 at 20iterations 2.873980 72.80478 at 30iterations 1.619896 41.29033 at 40iterations 0.9079169 20.57637 at 50iterations 0.5058566 13.80431 at 60iterations 0.2817219 6.836775 at 70iterations 0.1566395 3.962452 at 80iterations 8.6708389E-02 1.873907 at 90iterations 4.8019167E-02 1.045357 at 100iterations 2.6573269E-02 0.5609074 at 110iterations 1.4661964E-02 0.3089943 at 120iterations 8.1047667E-03 0.1713638 at 130iterations 4.4721593E-03 9.7137451E-02 at 140iterations 2.4645834E-03 5.5696487E-02 at 150iterations 1.3589332E-03 2.9918671E-02 at 160iterations 7.4810552E-04 1.5329361E-02 at 170iterations 4.1306898E-04 8.3384514E-03 at 180iterations finished qdiffx linear iterations at : 19:43:49 total time elapsed so far: 15.92000 # loops : 180 mean,max change (kT/e) : 4.1306898E-04 8.3384514E-03 energy calculations done at 15.92000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.10000 DelPhi exited at 19:43:49 16.105u 0.313s 0:16.78 97.7% 0+0k 0+0io 0pf+0w