Sat Oct 15 13:10:30 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 Sat Oct 15 2011 at 13:10:30 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 = 5431 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.5111784 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.61200 53.03100 ymin,ymax (A): 98.59500 167.3340 zmin,zma (A): -29.84200 31.71300 x,y,z range (A): 69.64301 68.73900 61.55500 scale (grids/A): 0.5111784 object centre (A): 18.20950 132.9645 0.9355001 number of atom coordinates read : 5431 total number of charged atoms : 5259 net assigned charge : -5.999967 assigned positive charge : 830.7071 centred at (gu) : 89.59780 88.71769 88.00623 assigned negative charge : -836.7137 centred at (gu) : 89.58810 88.80621 87.96107 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 8717 nv = 96 ne = 84 npr = 111550 no. pairs analyzed = 111550 no. exposed pairs = 6305 no. arc points = 43677 no. surface atoms = 2130 nbur = 3301 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= 288 mr = 4777 m= 0 mr = 2 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 6 time to turn everything in is 0.3600000 number of dielectric boundary points 4226 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4206 ## 582 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 11800 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.8729628E-10 2.9196322E-11 midg,1,midg; midg,igrid,midg 2.6052180E-10 -2.6014924E-10 1,midg,midg; igrid,midg,midg -1.3028850E-10 -5.1906226E-11 gauss-seidel spectral radius is 0.9804619 estimated iterations to convergence 59 setup time was (sec) 0.5500000 now iterating at: 13:10:31 rms-change max change #iterations 7.3128007E-02 9.114685 at 10iterations 5.0407308E-03 0.7920303 at 20iterations 7.2718225E-04 0.1100254 at 30iterations 1.6663328E-04 2.3387909E-02 at 40iterations 4.0653667E-05 5.5046082E-03 at 50iterations finished qdiffx linear iterations at : 13:10:34 total time elapsed so far: 3.630000 # loops : 50 mean,max change (kT/e) : 4.0653667E-05 5.5046082E-03 energy calculations done at 3.630000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.760000 DelPhi exited at 13:10:35 3.765u 0.189s 0:04.30 91.6% 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 15 2011 at 13:10:35 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 = 5431 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.533535 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.61200 53.03100 ymin,ymax (A): 98.59500 167.3340 zmin,zma (A): -29.84200 31.71300 x,y,z range (A): 69.64301 68.73900 61.55500 scale (grids/A): 1.533535 object centre (A): 18.20950 132.9645 0.9355001 number of atom coordinates read : 5431 total number of charged atoms : 5259 net assigned charge : -5.999967 assigned positive charge : 830.7071 centred at (gu) : 88.79197 86.15130 84.01742 assigned negative charge : -836.7137 centred at (gu) : 88.76377 86.41827 83.88300 start vw surface at 0.1400000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 99559 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43677 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 29440 mr = 70653 m= 2546 mr = 20288 m= 49 mr = 1122 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 2537 time to turn everything in is 0.5100000 number of dielectric boundary points 39531 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 540 ## 10 charges are in solution ## iepsmp to db, and charging done at 0.5900000 number of grid points assigned charge 39397 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.5111784 object centre at (A) : 18.20950 132.9645 0.9355001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.7694415E-04 -6.1545814E-03 midg,1,midg; midg,igrid,midg 2.1601819E-02 -1.4904909E-02 1,midg,midg; igrid,midg,midg -2.6263921E-02 -7.2323075E-03 gauss-seidel spectral radius is 0.9981514 estimated iterations to convergence 185 setup time was (sec) 0.7400000 now iterating at: 13:10:36 rms-change max change #iterations 4.143221 167.0036 at 10iterations 1.715047 52.99245 at 20iterations 0.7125034 22.37938 at 30iterations 0.2963093 8.863034 at 40iterations 0.1225648 3.436518 at 50iterations 5.0976843E-02 1.522886 at 60iterations 2.1261621E-02 0.6328697 at 70iterations 8.8464813E-03 0.3044281 at 80iterations 3.7054520E-03 0.1082153 at 90iterations 1.5741716E-03 4.8473597E-02 at 100iterations 6.7724386E-04 2.3497105E-02 at 110iterations 2.9781467E-04 9.4008446E-03 at 120iterations finished qdiffx linear iterations at : 13:10:46 total time elapsed so far: 8.220000 # loops : 120 mean,max change (kT/e) : 2.9781467E-04 9.4008446E-03 energy calculations done at 8.220000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.360000 DelPhi exited at 13:10:46 8.359u 0.238s 0:11.78 72.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 15 2011 at 13:10:46 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 = 5431 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.300303 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.61200 53.03100 ymin,ymax (A): 98.59500 167.3340 zmin,zma (A): -29.84200 31.71300 x,y,z range (A): 69.64301 68.73900 61.55500 scale (grids/A): 2.300303 object centre (A): 18.20950 132.9645 0.9355001 number of atom coordinates read : 5431 total number of charged atoms : 5259 net assigned charge : -5.999967 assigned positive charge : 830.7071 centred at (gu) : 88.18760 84.22644 81.02578 assigned negative charge : -836.7137 centred at (gu) : 88.14558 84.62731 80.82446 start vw surface at 0.1300000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 232778 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43677 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 105230 mr = 173573 m= 27297 mr = 83615 m= 3712 mr = 20397 m= 180 mr = 2290 m= 2 mr = 34 m= 0 mr = 0 time to grow re-entrant surface = 0.6700000 no. cavity mid-points inaccessible to solvent = 8364 time to turn everything in is 1.180000 number of dielectric boundary points 89290 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 63 iepsmp to db, and charging done at 1.300000 number of grid points assigned charge 41979 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.533535 object centre at (A) : 18.20950 132.9645 0.9355001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1211110 -0.1449784 midg,1,midg; midg,igrid,midg 0.4066125 -0.2176202 1,midg,midg; igrid,midg,midg -0.2821382 -8.6971000E-02 gauss-seidel spectral radius is 0.9991744 estimated iterations to convergence 275 setup time was (sec) 1.480000 now iterating at: 13:10:48 rms-change max change #iterations 11.10004 283.5143 at 10iterations 6.341661 179.2558 at 20iterations 3.599147 81.98475 at 30iterations 2.028019 41.30695 at 40iterations 1.139625 22.23364 at 50iterations 0.6404577 11.80850 at 60iterations 0.3589199 6.747747 at 70iterations 0.2010455 3.601311 at 80iterations 0.1121453 1.927990 at 90iterations 6.2549815E-02 1.052895 at 100iterations 3.4948062E-02 0.5723801 at 110iterations 1.9483145E-02 0.3321037 at 120iterations 1.0887363E-02 0.1857362 at 130iterations 6.0795317E-03 0.1157551 at 140iterations 3.3951784E-03 5.7556152E-02 at 150iterations 1.8951824E-03 3.4709930E-02 at 160iterations 1.0603598E-03 1.7606735E-02 at 170iterations 5.9250073E-04 1.0499954E-02 at 180iterations finished qdiffx linear iterations at : 13:11:00 total time elapsed so far: 13.51000 # loops : 180 mean,max change (kT/e) : 5.9250073E-04 1.0499954E-02 energy calculations done at 13.51000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.63000 DelPhi exited at 13:11:01 13.629u 0.255s 0:14.18 97.8% 0+0k 0+0io 0pf+0w