Sun Oct 9 15:07:34 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:07:34 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: 261 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5424 !!! WARNING: HIR 862 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= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5186329 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): -16.56200 51.99400 ymin,ymax (A): 98.23500 166.8770 zmin,zma (A): -29.89400 31.75400 x,y,z range (A): 68.55600 68.64200 61.64800 scale (grids/A): 0.5186329 object centre (A): 17.71600 132.5560 0.9299994 number of atom coordinates read : 5424 total number of charged atoms : 5251 net assigned charge : -6.485954 assigned positive charge : 830.3272 centred at (gu) : 89.74641 88.64896 88.06635 assigned negative charge : -836.8197 centred at (gu) : 89.74509 88.74257 88.00873 start vw surface at 0.1400000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 8924 nv = 96 ne = 84 npr = 111792 no. pairs analyzed = 111792 no. exposed pairs = 6271 no. arc points = 43478 no. surface atoms = 2104 nbur = 3320 mkacc time = 0.1900000 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.680000 m= 327 mr = 4918 m= 1 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3500000 number of dielectric boundary points 4325 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4203 ## 565 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 12124 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -6.2585370E-10 6.5526931E-11 midg,1,midg; midg,igrid,midg 3.7623846E-10 -3.7475195E-10 1,midg,midg; igrid,midg,midg -1.4522898E-10 -1.1737489E-10 gauss-seidel spectral radius is 0.9810179 estimated iterations to convergence 60 setup time was (sec) 0.5600000 now iterating at: 15:07:34 rms-change max change #iterations 8.0962166E-02 9.960356 at 10iterations 5.8469474E-03 0.8455639 at 20iterations 9.4778824E-04 0.1596642 at 30iterations 2.3635197E-04 3.8951874E-02 at 40iterations 6.1614046E-05 9.9258423E-03 at 50iterations finished qdiffx linear iterations at : 15:07:37 total time elapsed so far: 3.470000 # loops : 50 mean,max change (kT/e) : 6.1614046E-05 9.9258423E-03 energy calculations done at 3.470000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.600000 DelPhi exited at 15:07:38 3.606u 0.198s 0:04.12 91.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 15:07:38 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: 261 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5424 !!! WARNING: HIR 862 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= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.555899 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): -16.56200 51.99400 ymin,ymax (A): 98.23500 166.8770 zmin,zma (A): -29.89400 31.75400 x,y,z range (A): 68.55600 68.64200 61.64800 scale (grids/A): 1.555899 object centre (A): 17.71600 132.5560 0.9299994 number of atom coordinates read : 5424 total number of charged atoms : 5251 net assigned charge : -6.485954 assigned positive charge : 830.3272 centred at (gu) : 89.23735 85.94557 84.19764 assigned negative charge : -836.8197 centred at (gu) : 89.23510 86.22697 84.02576 start vw surface at 0.1400000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 102122 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43478 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 30440 mr = 72640 m= 2856 mr = 21167 m= 62 mr = 1360 m= 1 mr = 3 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 2673 time to turn everything in is 0.4900000 number of dielectric boundary points 40311 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 539 ## 11 charges are in solution ## iepsmp to db, and charging done at 0.5800000 number of grid points assigned charge 39539 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.5186329 object centre at (A) : 17.71600 132.5560 0.9299994 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.2838907E-03 -6.8370448E-03 midg,1,midg; midg,igrid,midg 2.4170484E-02 -1.7207814E-02 1,midg,midg; igrid,midg,midg -2.9512972E-02 -1.2534019E-02 gauss-seidel spectral radius is 0.9982097 estimated iterations to convergence 188 setup time was (sec) 0.7200000 now iterating at: 15:07:39 rms-change max change #iterations 4.271177 156.8020 at 10iterations 1.792135 56.68977 at 20iterations 0.7553597 24.05629 at 30iterations 0.3169563 8.900007 at 40iterations 0.1338512 4.161556 at 50iterations 5.6402735E-02 1.721832 at 60iterations 2.3822146E-02 0.7177238 at 70iterations 1.0148139E-02 0.2856493 at 80iterations 4.3302705E-03 0.1373444 at 90iterations 1.8853312E-03 5.9247971E-02 at 100iterations 8.4082474E-04 2.6859283E-02 at 110iterations 3.9061057E-04 1.3111115E-02 at 120iterations finished qdiffx linear iterations at : 15:07:46 total time elapsed so far: 7.980000 # loops : 120 mean,max change (kT/e) : 3.9061057E-04 1.3111115E-02 energy calculations done at 7.980000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.120000 DelPhi exited at 15:07:46 8.121u 0.221s 0:08.77 95.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 15:07:47 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: 261 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5424 !!! WARNING: HIR 862 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= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 2.333848 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): -16.56200 51.99400 ymin,ymax (A): 98.23500 166.8770 zmin,zma (A): -29.89400 31.75400 x,y,z range (A): 68.55600 68.64200 61.64800 scale (grids/A): 2.333848 object centre (A): 17.71600 132.5560 0.9299994 number of atom coordinates read : 5424 total number of charged atoms : 5251 net assigned charge : -6.485954 assigned positive charge : 830.3272 centred at (gu) : 88.85558 83.91780 81.29617 assigned negative charge : -836.8197 centred at (gu) : 88.85257 84.34042 81.03855 start vw surface at 0.1300000 fill in re-entrant regions at 0.4200000 boundary points on vw surface= 238924 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43478 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 108290 mr = 178385 m= 28597 mr = 86330 m= 4240 mr = 21559 m= 240 mr = 2753 m= 4 mr = 71 m= 0 mr = 0 time to grow re-entrant surface = 0.6799999 no. cavity mid-points inaccessible to solvent = 8888 time to turn everything in is 1.200000 number of dielectric boundary points 91197 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 52 iepsmp to db, and charging done at 1.300000 number of grid points assigned charge 41896 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.555899 object centre at (A) : 17.71600 132.5560 0.9299994 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1393870 -0.1441924 midg,1,midg; midg,igrid,midg 0.4444601 -0.2435187 1,midg,midg; igrid,midg,midg -0.3018684 -0.2864358 gauss-seidel spectral radius is 0.9991915 estimated iterations to convergence 278 setup time was (sec) 1.460000 now iterating at: 15:07:48 rms-change max change #iterations 11.32897 296.4424 at 10iterations 6.502325 160.4245 at 20iterations 3.710637 71.09497 at 30iterations 2.106055 47.23595 at 40iterations 1.192047 27.45245 at 50iterations 0.6743177 13.48983 at 60iterations 0.3799371 6.950634 at 70iterations 0.2140649 3.774376 at 80iterations 0.1205552 2.238209 at 90iterations 6.7788251E-02 1.203209 at 100iterations 3.8093828E-02 0.6392002 at 110iterations 2.1431178E-02 0.3819695 at 120iterations 1.2020280E-02 0.2043457 at 130iterations 6.7637600E-03 0.1141052 at 140iterations 3.8039631E-03 7.0224762E-02 at 150iterations 2.1484983E-03 3.5713196E-02 at 160iterations 1.2151797E-03 2.0629883E-02 at 170iterations 6.9239549E-04 1.2359619E-02 at 180iterations finished qdiffx linear iterations at : 15:08:00 total time elapsed so far: 13.17000 # loops : 180 mean,max change (kT/e) : 6.9239549E-04 1.2359619E-02 energy calculations done at 13.17000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.30000 DelPhi exited at 15:08:00 13.300u 0.250s 0:13.84 97.9% 0+0k 0+0io 0pf+0w