Mon Oct 10 14:04:13 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 Mon Oct 10 2011 at 14:04: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 = 2567 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: 0.5420632 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): -4.054000 42.44000 ymin,ymax (A): 37.50400 88.98600 zmin,zma (A): -3.351000 62.32400 x,y,z range (A): 46.49400 51.48200 65.67500 scale (grids/A): 0.5420632 object centre (A): 19.19300 63.24500 29.48650 number of atom coordinates read : 2567 total number of charged atoms : 2422 net assigned charge : -9.499981 assigned positive charge : 383.7238 centred at (gu) : 90.48148 88.38515 89.93893 assigned negative charge : -393.2243 centred at (gu) : 90.64519 88.09116 89.88229 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 4922 nv = 96 ne = 84 npr = 51536 no. pairs analyzed = 51536 no. exposed pairs = 3512 no. arc points = 24944 no. surface atoms = 1173 nbur = 1394 mkacc time = 0.1100000 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= 191 mr = 2343 m= 1 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2900000 number of dielectric boundary points 2762 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2505 ## 314 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 6437 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -7.6992301E-10 -1.8409360E-10 midg,1,midg; midg,igrid,midg -3.0283052E-09 6.3424438E-10 1,midg,midg; igrid,midg,midg 2.9775188E-10 -1.4822674E-09 gauss-seidel spectral radius is 0.9824305 estimated iterations to convergence 62 setup time was (sec) 0.5200000 now iterating at: 14:04:13 rms-change max change #iterations 6.5212578E-02 12.50709 at 10iterations 4.1640960E-03 0.7506275 at 20iterations 2.7112706E-04 5.0047040E-02 at 30iterations 1.8378423E-05 3.2444000E-03 at 40iterations 1.3541102E-06 2.2125244E-04 at 50iterations finished qdiffx linear iterations at : 14:04:16 total time elapsed so far: 3.140000 # loops : 50 mean,max change (kT/e) : 1.3541102E-06 2.2125244E-04 energy calculations done at 3.140000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.300000 DelPhi exited at 14:04:17 3.309u 0.192s 0:03.82 91.3% 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 Mon Oct 10 2011 at 14:04:17 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 = 2567 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.626190 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): -4.054000 42.44000 ymin,ymax (A): 37.50400 88.98600 zmin,zma (A): -3.351000 62.32400 x,y,z range (A): 46.49400 51.48200 65.67500 scale (grids/A): 1.626190 object centre (A): 19.19300 63.24500 29.48650 number of atom coordinates read : 2567 total number of charged atoms : 2422 net assigned charge : -9.499981 assigned positive charge : 383.7238 centred at (gu) : 91.44410 85.15502 89.81627 assigned negative charge : -393.2243 centred at (gu) : 91.93530 84.27320 89.64658 start vw surface at 0.1600000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 53853 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24944 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 16042 mr = 34373 m= 1478 mr = 10659 m= 38 mr = 657 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 217 time to turn everything in is 0.4300000 number of dielectric boundary points 25722 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 265 iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 18460 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.5420632 object centre at (A) : 19.19300 63.24500 29.48650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.9003821E-02 4.1406765E-03 midg,1,midg; midg,igrid,midg -2.4141567E-02 2.9695365E-03 1,midg,midg; igrid,midg,midg -2.1387720E-03 -1.0075311E-02 gauss-seidel spectral radius is 0.9981203 estimated iterations to convergence 183 setup time was (sec) 0.7100000 now iterating at: 14:04:18 rms-change max change #iterations 3.039470 138.7869 at 10iterations 1.250276 50.48253 at 20iterations 0.5104437 20.74557 at 30iterations 0.2091241 8.166884 at 40iterations 8.5920997E-02 3.552340 at 50iterations 3.5168547E-02 1.358114 at 60iterations 1.4419385E-02 0.6595612 at 70iterations 5.9052021E-03 0.2275310 at 80iterations 2.4168738E-03 9.6044540E-02 at 90iterations 9.9310465E-04 3.7070990E-02 at 100iterations 4.0605312E-04 1.4903069E-02 at 110iterations 1.6725155E-04 6.9408417E-03 at 120iterations finished qdiffx linear iterations at : 14:04:24 total time elapsed so far: 7.050000 # loops : 120 mean,max change (kT/e) : 1.6725155E-04 6.9408417E-03 energy calculations done at 7.050000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.230000 DelPhi exited at 14:04:24 7.231u 0.209s 0:07.85 94.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 Mon Oct 10 2011 at 14:04:25 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 = 2567 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.439285 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): -4.054000 42.44000 ymin,ymax (A): 37.50400 88.98600 zmin,zma (A): -3.351000 62.32400 x,y,z range (A): 46.49400 51.48200 65.67500 scale (grids/A): 2.439285 object centre (A): 19.19300 63.24500 29.48650 number of atom coordinates read : 2567 total number of charged atoms : 2422 net assigned charge : -9.499981 assigned positive charge : 383.7238 centred at (gu) : 92.16604 82.73235 89.72435 assigned negative charge : -393.2243 centred at (gu) : 92.90295 81.40975 89.46981 start vw surface at 0.1500000 fill in re-entrant regions at 0.3500000 boundary points on vw surface= 124705 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24944 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 56154 mr = 84328 m= 15075 mr = 43505 m= 2142 mr = 11002 m= 120 mr = 1295 m= 2 mr = 39 m= 0 mr = 0 time to grow re-entrant surface = 0.5000000 no. cavity mid-points inaccessible to solvent = 719 time to turn everything in is 0.9400000 number of dielectric boundary points 58029 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 16 iepsmp to db, and charging done at 1.070000 number of grid points assigned charge 19357 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.626190 object centre at (A) : 19.19300 63.24500 29.48650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.7828056 3.7672546E-02 midg,1,midg; midg,igrid,midg -0.3384699 6.3161775E-02 1,midg,midg; igrid,midg,midg -3.7988462E-02 -0.1326181 gauss-seidel spectral radius is 0.9991079 estimated iterations to convergence 265 setup time was (sec) 1.240000 now iterating at: 14:04:26 rms-change max change #iterations 7.968045 277.2695 at 10iterations 4.424806 125.2479 at 20iterations 2.449694 68.37189 at 30iterations 1.351081 37.04973 at 40iterations 0.7440132 18.11967 at 50iterations 0.4090074 9.202456 at 60iterations 0.2235119 5.275835 at 70iterations 0.1223385 2.702271 at 80iterations 6.6874161E-02 1.716872 at 90iterations 3.6422923E-02 0.8141155 at 100iterations 1.9817226E-02 0.4432824 at 110iterations 1.0836954E-02 0.2339516 at 120iterations 5.8983397E-03 0.1319580 at 130iterations 3.2096133E-03 7.2952509E-02 at 140iterations 1.7406392E-03 4.1118383E-02 at 150iterations 9.4844482E-04 2.1056652E-02 at 160iterations 5.1571714E-04 1.2389183E-02 at 170iterations 2.8010661E-04 6.8759918E-03 at 180iterations finished qdiffx linear iterations at : 14:04:36 total time elapsed so far: 11.41000 # loops : 180 mean,max change (kT/e) : 2.8010661E-04 6.8759918E-03 energy calculations done at 11.41000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.59000 DelPhi exited at 14:04:37 11.591u 0.239s 0:12.60 93.8% 0+0k 0+0io 0pf+0w