Sun Oct 9 04:28:08 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 04:28:08 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 = 2713 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: 0.5396392 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): 41.41400 80.20500 ymin,ymax (A): 48.58500 114.5550 zmin,zma (A): -20.23700 37.00200 x,y,z range (A): 38.79100 65.97000 57.23900 scale (grids/A): 0.5396392 object centre (A): 60.80950 81.57000 8.382502 number of atom coordinates read : 2713 total number of charged atoms : 2579 net assigned charge : 4.000008 assigned positive charge : 385.7447 centred at (gu) : 90.87576 89.67978 90.86002 assigned negative charge : -381.7456 centred at (gu) : 90.93211 89.61085 90.90590 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 5354 nv = 96 ne = 84 npr = 51898 no. pairs analyzed = 51898 no. exposed pairs = 4084 no. arc points = 28228 no. surface atoms = 1363 nbur = 1350 mkacc time = 0.1200000 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= 267 mr = 2419 m= 3 mr = 16 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3000000 number of dielectric boundary points 3189 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2715 ## 313 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 6846 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.2630013E-10 -1.1845765E-11 midg,1,midg; midg,igrid,midg -1.2276520E-10 4.6674231E-10 1,midg,midg; igrid,midg,midg 3.6216796E-10 -7.1477581E-11 gauss-seidel spectral radius is 0.9822955 estimated iterations to convergence 62 setup time was (sec) 0.5700000 now iterating at: 04:28:09 rms-change max change #iterations 6.3264728E-02 10.61811 at 10iterations 4.5935409E-03 0.9146843 at 20iterations 1.3295989E-03 0.1522121 at 30iterations 7.2291488E-04 8.3112717E-02 at 40iterations 4.0160422E-04 4.6185493E-02 at 50iterations finished qdiffx linear iterations at : 04:28:13 total time elapsed so far: 4.110000 # loops : 50 mean,max change (kT/e) : 4.0160422E-04 4.6185493E-02 energy calculations done at 4.110000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.290000 DelPhi exited at 04:28:13 4.298u 0.254s 0:04.87 93.2% 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 04:28:13 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 = 2713 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.618918 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): 41.41400 80.20500 ymin,ymax (A): 48.58500 114.5550 zmin,zma (A): -20.23700 37.00200 x,y,z range (A): 38.79100 65.97000 57.23900 scale (grids/A): 1.618918 object centre (A): 60.80950 81.57000 8.382502 number of atom coordinates read : 2713 total number of charged atoms : 2579 net assigned charge : 4.000008 assigned positive charge : 385.7447 centred at (gu) : 92.62666 89.03876 92.57941 assigned negative charge : -381.7456 centred at (gu) : 92.79592 88.83246 92.71763 start vw surface at 0.1800000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 58853 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28228 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 18283 mr = 37120 m= 2085 mr = 11495 m= 77 mr = 926 m= 1 mr = 6 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5400000 number of dielectric boundary points 29752 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 231 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.6900000 number of grid points assigned charge 19739 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.5396392 object centre at (A) : 60.80950 81.57000 8.382502 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.0993527E-02 6.7111105E-03 midg,1,midg; midg,igrid,midg -1.5005833E-02 6.2584588E-03 1,midg,midg; igrid,midg,midg 5.8437809E-03 -9.7651442E-04 gauss-seidel spectral radius is 0.9981520 estimated iterations to convergence 185 setup time was (sec) 0.8900000 now iterating at: 04:28:14 rms-change max change #iterations 3.003501 150.6632 at 10iterations 1.246547 53.50874 at 20iterations 0.5208292 21.28531 at 30iterations 0.2170142 8.966919 at 40iterations 8.9871742E-02 3.398646 at 50iterations 3.7373088E-02 1.401225 at 60iterations 1.5771627E-02 0.5778408 at 70iterations 6.8754354E-03 0.3013439 at 80iterations 3.2905815E-03 0.1257439 at 90iterations 1.8914235E-03 6.6938877E-02 at 100iterations 1.3270945E-03 3.7666321E-02 at 110iterations 1.0287254E-03 2.5815964E-02 at 120iterations finished qdiffx linear iterations at : 04:28:23 total time elapsed so far: 9.790000 # loops : 120 mean,max change (kT/e) : 1.0287254E-03 2.5815964E-02 energy calculations done at 9.790000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.960000 DelPhi exited at 04:28:24 9.962u 0.337s 0:10.58 97.2% 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 04:28:24 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 = 2713 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.428376 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): 41.41400 80.20500 ymin,ymax (A): 48.58500 114.5550 zmin,zma (A): -20.23700 37.00200 x,y,z range (A): 38.79100 65.97000 57.23900 scale (grids/A): 2.428376 object centre (A): 60.80950 81.57000 8.382502 number of atom coordinates read : 2713 total number of charged atoms : 2579 net assigned charge : 4.000008 assigned positive charge : 385.7447 centred at (gu) : 93.93984 88.55788 93.86900 assigned negative charge : -381.7456 centred at (gu) : 94.19398 88.24873 94.07627 start vw surface at 0.1500000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 136414 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28228 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 61369 mr = 91899 m= 18527 mr = 45615 m= 3233 mr = 13073 m= 242 mr = 1985 m= 8 mr = 97 m= 0 mr = 0 time to grow re-entrant surface = 0.6500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.180000 number of dielectric boundary points 67124 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 18 iepsmp to db, and charging done at 1.340000 number of grid points assigned charge 20596 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.618918 object centre at (A) : 60.80950 81.57000 8.382502 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3664966 0.1500148 midg,1,midg; midg,igrid,midg -0.2902020 0.1340239 1,midg,midg; igrid,midg,midg 9.3687475E-02 -2.6084868E-02 gauss-seidel spectral radius is 0.9991413 estimated iterations to convergence 270 setup time was (sec) 1.540000 now iterating at: 04:28:26 rms-change max change #iterations 8.143420 274.5701 at 10iterations 4.691496 131.6138 at 20iterations 2.682782 84.54649 at 30iterations 1.521095 36.68631 at 40iterations 0.8608691 23.66369 at 50iterations 0.4834909 11.63813 at 60iterations 0.2716137 6.714883 at 70iterations 0.1516298 3.604593 at 80iterations 8.4740274E-02 2.029608 at 90iterations 4.7268264E-02 1.123762 at 100iterations 2.6331272E-02 0.5774841 at 110iterations 1.4634841E-02 0.3433037 at 120iterations 8.1452886E-03 0.1932182 at 130iterations 4.5194868E-03 0.1028481 at 140iterations 2.5242772E-03 5.7191849E-02 at 150iterations 1.4233913E-03 3.9316177E-02 at 160iterations 8.1616262E-04 1.8125534E-02 at 170iterations 4.9107295E-04 1.1073112E-02 at 180iterations finished qdiffx linear iterations at : 04:28:40 total time elapsed so far: 15.65000 # loops : 180 mean,max change (kT/e) : 4.9107295E-04 1.1073112E-02 energy calculations done at 15.65000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.82000 DelPhi exited at 04:28:40 15.823u 0.336s 0:16.44 98.2% 0+0k 0+0io 0pf+0w