Sun Oct 9 15:14: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+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 Sun Oct 9 2011 at 15:14: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: 303 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5448 !!! WARNING: HIR 748 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 0.4977838 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): -18.40800 53.10900 ymin,ymax (A): 97.12900 163.4930 zmin,zma (A): -30.57100 32.27500 x,y,z range (A): 71.51700 66.36401 62.84600 scale (grids/A): 0.4977838 object centre (A): 17.35050 130.3110 0.8519983 number of atom coordinates read : 5448 total number of charged atoms : 5277 net assigned charge : -6.485960 assigned positive charge : 836.0334 centred at (gu) : 89.70738 89.19827 88.60381 assigned negative charge : -842.5264 centred at (gu) : 89.72687 89.27183 88.55503 start vw surface at 0.2100000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 8211 nv = 96 ne = 84 npr = 112110 no. pairs analyzed = 112110 no. exposed pairs = 6387 no. arc points = 44217 no. surface atoms = 2141 nbur = 3307 mkacc time = 0.2400000 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.708000 m= 251 mr = 4389 m= 1 mr = 16 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 35 time to turn everything in is 0.4900000 number of dielectric boundary points 4058 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4211 ## 693 charges are in solution ## iepsmp to db, and charging done at 0.6000000 number of grid points assigned charge 11265 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.9938157E-10 2.2231088E-11 midg,1,midg; midg,igrid,midg 9.4993867E-11 -1.4522429E-10 1,midg,midg; igrid,midg,midg -1.8413679E-11 -7.8588865E-11 gauss-seidel spectral radius is 0.9794015 estimated iterations to convergence 58 setup time was (sec) 0.7100000 now iterating at: 15:14:20 rms-change max change #iterations 6.3559249E-02 13.48814 at 10iterations 3.6252509E-03 0.6937561 at 20iterations 3.6490729E-04 5.4842949E-02 at 30iterations 8.0945487E-05 1.3224602E-02 at 40iterations 2.0204730E-05 3.3531189E-03 at 50iterations finished qdiffx linear iterations at : 15:14:22 total time elapsed so far: 3.130000 # loops : 50 mean,max change (kT/e) : 2.0204730E-05 3.3531189E-03 energy calculations done at 3.130000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.300000 DelPhi exited at 15:14:23 3.304u 0.141s 0:03.73 92.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 15:14: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: 303 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5448 !!! WARNING: HIR 748 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 1.493351 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): -18.40800 53.10900 ymin,ymax (A): 97.12900 163.4930 zmin,zma (A): -30.57100 32.27500 x,y,z range (A): 71.51700 66.36401 62.84600 scale (grids/A): 1.493351 object centre (A): 17.35050 130.3110 0.8519983 number of atom coordinates read : 5448 total number of charged atoms : 5277 net assigned charge : -6.485960 assigned positive charge : 836.0334 centred at (gu) : 89.12035 87.59347 85.80981 assigned negative charge : -842.5264 centred at (gu) : 89.18072 87.81539 85.66481 start vw surface at 0.2000000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 94410 reading accessible surface arcs data from file ARCDAT no. of arc points read = 44217 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.624000 m= 26035 mr = 66213 m= 2128 mr = 17540 m= 37 mr = 882 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 2756 time to turn everything in is 0.6300000 number of dielectric boundary points 37975 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 621 ## 15 charges are in solution ## iepsmp to db, and charging done at 0.7500000 number of grid points assigned charge 39264 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.4977838 object centre at (A) : 17.35050 130.3110 0.8519983 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.5315884E-03 -5.2340962E-03 midg,1,midg; midg,igrid,midg 1.1065800E-02 -1.2196981E-02 1,midg,midg; igrid,midg,midg -2.0816155E-02 -3.8386818E-03 gauss-seidel spectral radius is 0.9980469 estimated iterations to convergence 180 setup time was (sec) 0.8900000 now iterating at: 15:14:24 rms-change max change #iterations 3.922525 174.6530 at 10iterations 1.581310 53.16994 at 20iterations 0.6384425 22.05848 at 30iterations 0.2576526 7.591194 at 40iterations 0.1045447 3.508340 at 50iterations 4.2279713E-02 1.397707 at 60iterations 1.7187387E-02 0.5056419 at 70iterations 6.9398028E-03 0.2074738 at 80iterations 2.8215689E-03 9.3750000E-02 at 90iterations 1.1516983E-03 3.5635471E-02 at 100iterations 4.7354423E-04 1.6723633E-02 at 110iterations 1.9713465E-04 6.2260628E-03 at 120iterations finished qdiffx linear iterations at : 15:14:30 total time elapsed so far: 6.900000 # loops : 120 mean,max change (kT/e) : 1.9713465E-04 6.2260628E-03 energy calculations done at 6.900000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.060000 DelPhi exited at 15:14:31 7.067u 0.172s 0:07.55 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 15:14: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: 303 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5448 !!! WARNING: HIR 748 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 2.240027 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): -18.40800 53.10900 ymin,ymax (A): 97.12900 163.4930 zmin,zma (A): -30.57100 32.27500 x,y,z range (A): 71.51700 66.36401 62.84600 scale (grids/A): 2.240027 object centre (A): 17.35050 130.3110 0.8519983 number of atom coordinates read : 5448 total number of charged atoms : 5277 net assigned charge : -6.485960 assigned positive charge : 836.0334 centred at (gu) : 88.67986 86.38973 83.71417 assigned negative charge : -842.5264 centred at (gu) : 88.77094 86.72323 83.49717 start vw surface at 0.2100000 fill in re-entrant regions at 0.5200000 boundary points on vw surface= 221134 reading accessible surface arcs data from file ARCDAT no. of arc points read = 44217 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.596000 m= 95511 mr = 163363 m= 22866 mr = 75131 m= 2877 mr = 16471 m= 124 mr = 1720 m= 2 mr = 33 m= 0 mr = 0 time to grow re-entrant surface = 0.8600000 no. cavity mid-points inaccessible to solvent = 9202 time to turn everything in is 1.480000 number of dielectric boundary points 85796 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 90 iepsmp to db, and charging done at 1.620000 number of grid points assigned charge 42064 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.493351 object centre at (A) : 17.35050 130.3110 0.8519983 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.0321529E-02 -0.1394636 midg,1,midg; midg,igrid,midg 0.2254425 -0.2824623 1,midg,midg; igrid,midg,midg -0.3212870 1.2050180E-02 gauss-seidel spectral radius is 0.9991457 estimated iterations to convergence 270 setup time was (sec) 1.770000 now iterating at: 15:14:32 rms-change max change #iterations 10.66434 239.5462 at 10iterations 6.023287 164.2143 at 20iterations 3.375209 70.10540 at 30iterations 1.881765 43.35902 at 40iterations 1.048338 20.57254 at 50iterations 0.5812846 10.48716 at 60iterations 0.3226629 5.988621 at 70iterations 0.1785185 3.502426 at 80iterations 9.8636985E-02 1.888159 at 90iterations 5.4545525E-02 1.015247 at 100iterations 3.0142399E-02 0.5214767 at 110iterations 1.6613327E-02 0.3413040 at 120iterations 9.1874953E-03 0.1525097 at 130iterations 5.0592981E-03 9.2640400E-02 at 140iterations 2.7928241E-03 4.9253464E-02 at 150iterations 1.5408430E-03 2.7379990E-02 at 160iterations 8.4985950E-04 1.6309738E-02 at 170iterations 4.6898765E-04 8.8510513E-03 at 180iterations finished qdiffx linear iterations at : 15:14:42 total time elapsed so far: 11.42000 # loops : 180 mean,max change (kT/e) : 4.6898765E-04 8.8510513E-03 energy calculations done at 11.42000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.59000 DelPhi exited at 15:14:43 11.595u 0.167s 0:12.04 97.5% 0+0k 0+0io 0pf+0w