Sat Oct 8 17:54:22 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 8 2011 at 17:54: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: 308 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3763 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 0.5522633 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.822000 60.42800 ymin,ymax (A): -18.50800 44.52500 zmin,zma (A): -5.357000 59.10500 x,y,z range (A): 62.25000 63.03300 64.46201 scale (grids/A): 0.5522633 object centre (A): 29.30300 13.00850 26.87400 number of atom coordinates read : 3763 total number of charged atoms : 3612 net assigned charge : -8.999962 assigned positive charge : 572.9892 centred at (gu) : 88.84541 86.70103 90.49305 assigned negative charge : -581.9918 centred at (gu) : 88.92561 86.70677 90.50081 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 7573 nv = 96 ne = 84 npr = 75506 no. pairs analyzed = 75506 no. exposed pairs = 4950 no. arc points = 34803 no. surface atoms = 1638 nbur = 2125 mkacc time = 0.2700000 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= 336 mr = 3907 m= 2 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.3300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5400000 number of dielectric boundary points 3990 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3507 ## 439 charges are in solution ## iepsmp to db, and charging done at 0.7100000 number of grid points assigned charge 9858 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.6336341E-10 -9.0055524E-10 midg,1,midg; midg,igrid,midg -1.4499794E-09 -3.5977615E-10 1,midg,midg; igrid,midg,midg 2.0139185E-10 -1.2030547E-09 gauss-seidel spectral radius is 0.9831561 estimated iterations to convergence 63 setup time was (sec) 0.8800000 now iterating at: 17:54:23 rms-change max change #iterations 8.9173757E-02 15.23553 at 10iterations 6.3387579E-03 0.9574051 at 20iterations 5.2045198E-04 8.1146240E-02 at 30iterations 8.4094390E-05 1.5219688E-02 at 40iterations 2.1983502E-05 4.0845871E-03 at 50iterations finished qdiffx linear iterations at : 17:54:27 total time elapsed so far: 4.430000 # loops : 50 mean,max change (kT/e) : 2.1983502E-05 4.0845871E-03 energy calculations done at 4.430000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.650000 DelPhi exited at 17:54:28 4.650u 0.409s 0:05.34 94.5% 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 8 2011 at 17:54:28 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: 308 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3763 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 1.656790 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.822000 60.42800 ymin,ymax (A): -18.50800 44.52500 zmin,zma (A): -5.357000 59.10500 x,y,z range (A): 62.25000 63.03300 64.46201 scale (grids/A): 1.656790 object centre (A): 29.30300 13.00850 26.87400 number of atom coordinates read : 3763 total number of charged atoms : 3612 net assigned charge : -8.999962 assigned positive charge : 572.9892 centred at (gu) : 86.53536 80.10167 91.47806 assigned negative charge : -581.9918 centred at (gu) : 86.77637 80.11965 91.50189 start vw surface at 0.1800000 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 83774 reading accessible surface arcs data from file ARCDAT no. of arc points read = 34803 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 26684 mr = 56854 m= 2875 mr = 18153 m= 80 mr = 1335 m= 0 mr = 5 time to grow re-entrant surface = 0.4500000 no. cavity mid-points inaccessible to solvent = 10 time to turn everything in is 0.8600000 number of dielectric boundary points 37066 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 390 ## 3 charges are in solution ## iepsmp to db, and charging done at 1.000000 number of grid points assigned charge 27741 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.5522633 object centre at (A) : 29.30300 13.00850 26.87400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.2506245E-03 -3.1822016E-03 midg,1,midg; midg,igrid,midg -2.7536603E-02 -8.9894189E-03 1,midg,midg; igrid,midg,midg -1.1948368E-02 -3.4554191E-02 gauss-seidel spectral radius is 0.9983146 estimated iterations to convergence 193 setup time was (sec) 1.190000 now iterating at: 17:54:29 rms-change max change #iterations 3.987380 171.6319 at 10iterations 1.710187 59.60276 at 20iterations 0.7380139 25.11194 at 30iterations 0.3176841 10.15029 at 40iterations 0.1367978 4.825597 at 50iterations 5.8884293E-02 1.860309 at 60iterations 2.5279474E-02 0.8488007 at 70iterations 1.0910832E-02 0.3345299 at 80iterations 4.7228779E-03 0.1461811 at 90iterations 2.0453779E-03 6.8987846E-02 at 100iterations 8.9995260E-04 2.9238224E-02 at 110iterations 4.0224683E-04 1.2783408E-02 at 120iterations finished qdiffx linear iterations at : 17:54:38 total time elapsed so far: 10.34000 # loops : 120 mean,max change (kT/e) : 4.0224683E-04 1.2783408E-02 energy calculations done at 10.34000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.56000 DelPhi exited at 17:54:39 10.567u 0.475s 0:11.39 96.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 8 2011 at 17:54:39 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: 308 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3763 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 2.485185 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.822000 60.42800 ymin,ymax (A): -18.50800 44.52500 zmin,zma (A): -5.357000 59.10500 x,y,z range (A): 62.25000 63.03300 64.46201 scale (grids/A): 2.485185 object centre (A): 29.30300 13.00850 26.87400 number of atom coordinates read : 3763 total number of charged atoms : 3612 net assigned charge : -8.999962 assigned positive charge : 572.9892 centred at (gu) : 84.80272 75.15221 92.21671 assigned negative charge : -581.9918 centred at (gu) : 85.16447 75.17946 92.25284 start vw surface at 0.2000000 fill in re-entrant regions at 0.6900000 boundary points on vw surface= 194305 reading accessible surface arcs data from file ARCDAT no. of arc points read = 34803 grid for indexing accessible points = 1.400000 m= 91762 mr = 139008 m= 26470 mr = 72183 m= 4404 mr = 19534 m= 339 mr = 2720 m= 6 mr = 126 m= 0 mr = 0 time to grow re-entrant surface = 1.290000 no. cavity mid-points inaccessible to solvent = 53 time to turn everything in is 2.130000 number of dielectric boundary points 83715 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 22 iepsmp to db, and charging done at 2.290000 number of grid points assigned charge 28863 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.656790 object centre at (A) : 29.30300 13.00850 26.87400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.5050874E-02 0.1493198 midg,1,midg; midg,igrid,midg -0.4258777 -0.1095000 1,midg,midg; igrid,midg,midg -0.1929953 -0.6200779 gauss-seidel spectral radius is 0.9991969 estimated iterations to convergence 279 setup time was (sec) 2.500000 now iterating at: 17:54:42 rms-change max change #iterations 10.30778 344.9670 at 10iterations 5.929479 122.6530 at 20iterations 3.393520 74.37457 at 30iterations 1.928001 39.49598 at 40iterations 1.094653 22.60788 at 50iterations 0.6186873 12.19662 at 60iterations 0.3503545 6.692789 at 70iterations 0.1971245 3.827509 at 80iterations 0.1108943 2.070367 at 90iterations 6.2451638E-02 1.160010 at 100iterations 3.5152633E-02 0.6275008 at 110iterations 1.9791130E-02 0.3634849 at 120iterations 1.1107332E-02 0.1972937 at 130iterations 6.2507847E-03 0.1277237 at 140iterations 3.5121576E-03 6.4992905E-02 at 150iterations 1.9729871E-03 3.9340168E-02 at 160iterations 1.1160439E-03 2.0608187E-02 at 170iterations 6.2981626E-04 1.2493134E-02 at 180iterations finished qdiffx linear iterations at : 17:54:58 total time elapsed so far: 18.05000 # loops : 180 mean,max change (kT/e) : 6.2981626E-04 1.2493134E-02 energy calculations done at 18.05000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 18.26000 DelPhi exited at 17:54:58 18.265u 0.497s 0:19.04 98.4% 0+0k 0+0io 0pf+0w