Sun Oct 9 14:36:01 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 14:36: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 = 2707 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.5678918 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): -0.3370000 51.82000 ymin,ymax (A): -10.04600 39.97400 zmin,zma (A): -15.80000 46.88800 x,y,z range (A): 52.15700 50.02000 62.68800 scale (grids/A): 0.5678918 object centre (A): 25.74150 14.96400 15.54400 number of atom coordinates read : 2707 total number of charged atoms : 2567 net assigned charge : 7.000018 assigned positive charge : 409.5574 centred at (gu) : 89.69341 90.52241 88.56084 assigned negative charge : -402.5584 centred at (gu) : 89.65616 90.42693 88.59628 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 5695 nv = 96 ne = 84 npr = 53474 no. pairs analyzed = 53474 no. exposed pairs = 3526 no. arc points = 25198 no. surface atoms = 1192 nbur = 1515 mkacc time = 8.9999996E-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.512000 m= 239 mr = 2829 m= 1 mr = 8 m= 0 mr = 0 time to grow re-entrant surface = 0.1000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2000000 number of dielectric boundary points 3098 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2619 ## 342 charges are in solution ## iepsmp to db, and charging done at 0.2700000 number of grid points assigned charge 7369 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.0338786E-09 3.7249143E-10 midg,1,midg; midg,igrid,midg -2.5477806E-10 2.5216567E-09 1,midg,midg; igrid,midg,midg 5.1985194E-10 1.3676916E-09 gauss-seidel spectral radius is 0.9839815 estimated iterations to convergence 65 setup time was (sec) 0.4100000 now iterating at: 14:36:02 rms-change max change #iterations 8.1954554E-02 13.73217 at 10iterations 6.0688676E-03 0.9919243 at 20iterations 4.4396892E-04 7.1720123E-02 at 30iterations 3.3679466E-05 5.6457520E-03 at 40iterations 2.6651035E-06 4.8828125E-04 at 50iterations finished qdiffx linear iterations at : 14:36:05 total time elapsed so far: 3.360000 # loops : 50 mean,max change (kT/e) : 2.6651035E-06 4.8828125E-04 energy calculations done at 3.360000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.500000 DelPhi exited at 14:36:06 3.506u 0.386s 0:04.26 91.0% 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 14:36:06 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 = 2707 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.703676 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): -0.3370000 51.82000 ymin,ymax (A): -10.04600 39.97400 zmin,zma (A): -15.80000 46.88800 x,y,z range (A): 52.15700 50.02000 62.68800 scale (grids/A): 1.703676 object centre (A): 25.74150 14.96400 15.54400 number of atom coordinates read : 2707 total number of charged atoms : 2567 net assigned charge : 7.000018 assigned positive charge : 409.5574 centred at (gu) : 89.07967 91.56640 85.68165 assigned negative charge : -402.5584 centred at (gu) : 88.96830 91.28045 85.78869 start vw surface at 0.1000000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 62235 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25198 grid for indexing accessible points = 1.400000 m= 19346 mr = 41115 m= 2160 mr = 13080 m= 69 mr = 966 m= 0 mr = 4 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 28645 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 299 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 19811 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.5678918 object centre at (A) : 25.74150 14.96400 15.54400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.6247322E-02 1.2251604E-02 midg,1,midg; midg,igrid,midg -4.2314571E-04 4.1289586E-03 1,midg,midg; igrid,midg,midg -1.0526487E-02 -8.4987929E-04 gauss-seidel spectral radius is 0.9983171 estimated iterations to convergence 194 setup time was (sec) 0.5600000 now iterating at: 14:36:07 rms-change max change #iterations 3.406838 150.8734 at 10iterations 1.460669 51.29052 at 20iterations 0.6309100 23.02117 at 30iterations 0.2710480 9.138123 at 40iterations 0.1169848 4.533722 at 50iterations 5.0344516E-02 1.654010 at 60iterations 2.1625271E-02 0.7936802 at 70iterations 9.3242554E-03 0.3638020 at 80iterations 4.0254202E-03 0.1799717 at 90iterations 1.7334891E-03 6.8522453E-02 at 100iterations 7.5075257E-04 2.6132584E-02 at 110iterations 3.2264367E-04 1.2239456E-02 at 120iterations finished qdiffx linear iterations at : 14:36:14 total time elapsed so far: 7.730000 # loops : 120 mean,max change (kT/e) : 3.2264367E-04 1.2239456E-02 energy calculations done at 7.730000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.880000 DelPhi exited at 14:36:14 7.880u 0.233s 0:08.54 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 Sun Oct 9 2011 at 14:36:14 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 = 2707 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.555513 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): -0.3370000 51.82000 ymin,ymax (A): -10.04600 39.97400 zmin,zma (A): -15.80000 46.88800 x,y,z range (A): 52.15700 50.02000 62.68800 scale (grids/A): 2.555513 object centre (A): 25.74150 14.96400 15.54400 number of atom coordinates read : 2707 total number of charged atoms : 2567 net assigned charge : 7.000018 assigned positive charge : 409.5574 centred at (gu) : 88.61935 92.34937 83.52218 assigned negative charge : -402.5584 centred at (gu) : 88.45229 91.92056 83.68295 start vw surface at 0.1100000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 144480 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25198 grid for indexing accessible points = 1.400000 m= 66180 mr = 101003 m= 19474 mr = 51476 m= 3270 mr = 14432 m= 274 mr = 1971 m= 8 mr = 125 m= 0 mr = 0 time to grow re-entrant surface = 0.4200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.8000000 number of dielectric boundary points 64679 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 17 iepsmp to db, and charging done at 0.9000000 number of grid points assigned charge 20509 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.703676 object centre at (A) : 25.74150 14.96400 15.54400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.027385 0.1676057 midg,1,midg; midg,igrid,midg -1.9820334E-02 1.9125149E-02 1,midg,midg; igrid,midg,midg -0.1243748 -3.8161222E-02 gauss-seidel spectral radius is 0.9991744 estimated iterations to convergence 275 setup time was (sec) 1.030000 now iterating at: 14:36:16 rms-change max change #iterations 8.766847 275.8564 at 10iterations 5.051037 136.2792 at 20iterations 2.879896 68.34196 at 30iterations 1.631931 38.08096 at 40iterations 0.9237536 21.47873 at 50iterations 0.5192110 10.75675 at 60iterations 0.2928008 6.655354 at 70iterations 0.1643676 3.417461 at 80iterations 9.1961548E-02 2.429237 at 90iterations 5.1483128E-02 1.160415 at 100iterations 2.8763730E-02 0.6382008 at 110iterations 1.6055906E-02 0.3611279 at 120iterations 8.9749927E-03 0.1973782 at 130iterations 5.0109853E-03 0.1098289 at 140iterations 2.7978448E-03 5.7626963E-02 at 150iterations 1.5627721E-03 3.1224251E-02 at 160iterations 8.7790901E-04 1.7761230E-02 at 170iterations 4.9443572E-04 1.1398315E-02 at 180iterations finished qdiffx linear iterations at : 14:36:27 total time elapsed so far: 12.39000 # loops : 180 mean,max change (kT/e) : 4.9443572E-04 1.1398315E-02 energy calculations done at 12.39000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.53000 DelPhi exited at 14:36:27 12.537u 0.210s 0:13.06 97.5% 0+0k 0+0io 0pf+0w