Wed Dec 28 11:04:15 PST 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 Wed Dec 28 2011 at 11:04:15 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 = 1966 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: 0.5740269 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): -34.93800 10.09800 ymin,ymax (A): 1.529000 41.66900 zmin,zma (A): -4.745000 57.27300 x,y,z range (A): 45.03600 40.14000 62.01800 scale (grids/A): 0.5740269 object centre (A): -12.42000 21.59900 26.26400 number of atom coordinates read : 1966 total number of charged atoms : 1834 net assigned charge : 2.000005 assigned positive charge : 288.9261 centred at (gu) : 90.26310 89.49188 90.88358 assigned negative charge : -286.9263 centred at (gu) : 90.17590 89.63743 90.88432 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 4382 nv = 96 ne = 84 npr = 39529 no. pairs analyzed = 39529 no. exposed pairs = 2477 no. arc points = 17353 no. surface atoms = 845 nbur = 1121 mkacc time = 7.9999998E-02 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.512000 m= 182 mr = 2339 m= 0 mr = 23 time to grow re-entrant surface = 9.0000004E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2500000 number of dielectric boundary points 2202 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1812 ## 225 charges are in solution ## iepsmp to db, and charging done at 0.3600000 number of grid points assigned charge 5470 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.8785260E-10 4.0980952E-10 midg,1,midg; midg,igrid,midg 2.2661217E-09 -1.2190633E-09 1,midg,midg; igrid,midg,midg -6.3879901E-10 1.4339662E-09 gauss-seidel spectral radius is 0.9842569 estimated iterations to convergence 65 setup time was (sec) 0.4900000 now iterating at: 11:04:16 rms-change max change #iterations 7.1187176E-02 12.87959 at 10iterations 5.4869866E-03 0.9853351 at 20iterations 4.0733625E-04 8.6668730E-02 at 30iterations 3.0908894E-05 5.5193901E-03 at 40iterations 2.3136554E-06 4.6157837E-04 at 50iterations finished qdiffx linear iterations at : 11:04:19 total time elapsed so far: 3.320000 # loops : 50 mean,max change (kT/e) : 2.3136554E-06 4.6157837E-04 energy calculations done at 3.320000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.500000 DelPhi exited at 11:04:20 3.507u 0.212s 0:04.57 81.1% 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 Wed Dec 28 2011 at 11:04:20 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 = 1966 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: 1.722081 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): -34.93800 10.09800 ymin,ymax (A): 1.529000 41.66900 zmin,zma (A): -4.745000 57.27300 x,y,z range (A): 45.03600 40.14000 62.01800 scale (grids/A): 1.722081 object centre (A): -12.42000 21.59900 26.26400 number of atom coordinates read : 1966 total number of charged atoms : 1834 net assigned charge : 2.000005 assigned positive charge : 288.9261 centred at (gu) : 90.78922 88.47575 92.65090 assigned negative charge : -286.9263 centred at (gu) : 90.52787 88.91271 92.65318 start vw surface at 0.1600000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 47702 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17353 grid for indexing accessible points = 1.400000 m= 16163 mr = 32590 m= 1987 mr = 11881 m= 62 mr = 1175 m= 0 mr = 11 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4000000 number of dielectric boundary points 20257 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 169 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 14209 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.5740269 object centre at (A) : -12.42000 21.59900 26.26400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.5901756E-02 2.2975622E-02 midg,1,midg; midg,igrid,midg 2.0848932E-04 -6.9510136E-03 1,midg,midg; igrid,midg,midg -1.6534118E-03 -6.0472719E-04 gauss-seidel spectral radius is 0.9982542 estimated iterations to convergence 190 setup time was (sec) 0.6800000 now iterating at: 11:04:21 rms-change max change #iterations 2.891360 151.7258 at 10iterations 1.217263 49.49094 at 20iterations 0.5167246 22.95326 at 30iterations 0.2185598 9.730710 at 40iterations 9.2884287E-02 3.782290 at 50iterations 3.9581634E-02 1.925896 at 60iterations 1.6673766E-02 0.6560879 at 70iterations 7.0867036E-03 0.2832601 at 80iterations 3.0142996E-03 0.1325929 at 90iterations 1.2755517E-03 5.3025723E-02 at 100iterations 5.4114289E-04 2.2758484E-02 at 110iterations 2.2935889E-04 8.7814331E-03 at 120iterations finished qdiffx linear iterations at : 11:04:29 total time elapsed so far: 8.870000 # loops : 120 mean,max change (kT/e) : 2.2935889E-04 8.7814331E-03 energy calculations done at 8.870000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.060000 DelPhi exited at 11:04:29 9.058u 0.227s 0:09.68 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 Wed Dec 28 2011 at 11:04: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 = 1966 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.583121 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): -34.93800 10.09800 ymin,ymax (A): 1.529000 41.66900 zmin,zma (A): -4.745000 57.27300 x,y,z range (A): 45.03600 40.14000 62.01800 scale (grids/A): 2.583121 object centre (A): -12.42000 21.59900 26.26400 number of atom coordinates read : 1966 total number of charged atoms : 1834 net assigned charge : 2.000005 assigned positive charge : 288.9261 centred at (gu) : 91.18383 87.71377 93.97623 assigned negative charge : -286.9263 centred at (gu) : 90.79175 88.36904 93.97985 start vw surface at 0.1300000 fill in re-entrant regions at 0.3500000 boundary points on vw surface= 110316 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17353 grid for indexing accessible points = 1.400000 m= 54218 mr = 78987 m= 17326 mr = 44191 m= 3302 mr = 13921 m= 312 mr = 2466 m= 4 mr = 196 m= 0 mr = 2 time to grow re-entrant surface = 0.5300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.9700000 number of dielectric boundary points 45715 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 12 iepsmp to db, and charging done at 1.160000 number of grid points assigned charge 14667 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.722081 object centre at (A) : -12.42000 21.59900 26.26400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1600281 0.2687795 midg,1,midg; midg,igrid,midg -3.9228782E-02 -9.1310762E-02 1,midg,midg; igrid,midg,midg -3.0513188E-02 -3.1735543E-02 gauss-seidel spectral radius is 0.9991258 estimated iterations to convergence 267 setup time was (sec) 1.340000 now iterating at: 11:04:31 rms-change max change #iterations 7.232972 363.5009 at 10iterations 4.027994 119.6715 at 20iterations 2.218559 54.94241 at 30iterations 1.220178 28.15808 at 40iterations 0.6721311 16.44642 at 50iterations 0.3672714 8.569934 at 60iterations 0.2005278 4.689709 at 70iterations 0.1097285 2.550938 at 80iterations 6.0014531E-02 1.375259 at 90iterations 3.2926030E-02 0.8013458 at 100iterations 1.7940486E-02 0.4160042 at 110iterations 9.8158335E-03 0.2200937 at 120iterations 5.3514354E-03 0.1514120 at 130iterations 2.9284253E-03 6.5202713E-02 at 140iterations 1.6025414E-03 3.6962509E-02 at 150iterations 8.7464461E-04 2.0512581E-02 at 160iterations 4.7756883E-04 1.0376930E-02 at 170iterations 2.6075056E-04 5.5167675E-03 at 180iterations finished qdiffx linear iterations at : 11:04:42 total time elapsed so far: 11.94000 # loops : 180 mean,max change (kT/e) : 2.6075056E-04 5.5167675E-03 energy calculations done at 11.94000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.12000 DelPhi exited at 11:04:43 12.125u 0.310s 0:13.00 95.6% 0+0k 0+0io 0pf+0w