Wed Dec 28 11:01:14 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:01:14 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1968 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: 0.5847665 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): -35.40500 10.10700 ymin,ymax (A): 0.9900001 42.01900 zmin,zma (A): -2.044000 58.83500 x,y,z range (A): 45.51200 41.02900 60.87900 scale (grids/A): 0.5847665 object centre (A): -12.64900 21.50450 28.39550 number of atom coordinates read : 1968 total number of charged atoms : 1836 net assigned charge : 2.000005 assigned positive charge : 288.9261 centred at (gu) : 90.46635 89.46850 89.61455 assigned negative charge : -286.9263 centred at (gu) : 90.37086 89.62347 89.59552 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 4516 nv = 96 ne = 84 npr = 40043 no. pairs analyzed = 40043 no. exposed pairs = 2456 no. arc points = 17396 no. surface atoms = 835 nbur = 1133 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.484000 m= 212 mr = 2444 m= 2 mr = 18 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.3000000 number of dielectric boundary points 2268 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1810 ## 223 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 5616 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.9328147E-10 7.4305173E-10 midg,1,midg; midg,igrid,midg 3.4291161E-09 -1.8747848E-09 1,midg,midg; igrid,midg,midg -9.9181696E-10 2.3045792E-09 gauss-seidel spectral radius is 0.9848216 estimated iterations to convergence 67 setup time was (sec) 0.6400000 now iterating at: 11:01:15 rms-change max change #iterations 7.9361603E-02 13.15248 at 10iterations 6.2851119E-03 1.066496 at 20iterations 5.0808507E-04 9.4760895E-02 at 30iterations 3.9309925E-05 7.3089600E-03 at 40iterations 3.1408836E-06 6.2561035E-04 at 50iterations finished qdiffx linear iterations at : 11:01:19 total time elapsed so far: 4.830000 # loops : 50 mean,max change (kT/e) : 3.1408836E-06 6.2561035E-04 energy calculations done at 4.830000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.000000 DelPhi exited at 11:01:20 5.008u 0.353s 0:06.06 88.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 Wed Dec 28 2011 at 11:01: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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1968 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: 1.754300 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): -35.40500 10.10700 ymin,ymax (A): 0.9900001 42.01900 zmin,zma (A): -2.044000 58.83500 x,y,z range (A): 45.51200 41.02900 60.87900 scale (grids/A): 1.754300 object centre (A): -12.64900 21.50450 28.39550 number of atom coordinates read : 1968 total number of charged atoms : 1836 net assigned charge : 2.000005 assigned positive charge : 288.9261 centred at (gu) : 91.39908 88.40574 88.84389 assigned negative charge : -286.9263 centred at (gu) : 91.11276 88.87057 88.78670 start vw surface at 0.1600000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 49396 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17396 grid for indexing accessible points = 1.400000 m= 17176 mr = 33689 m= 2096 mr = 12737 m= 85 mr = 1270 m= 1 mr = 25 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5000000 number of dielectric boundary points 21033 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 206 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6400000 number of grid points assigned charge 14263 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.5847665 object centre at (A) : -12.64900 21.50450 28.39550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.8076496E-02 2.1955479E-02 midg,1,midg; midg,igrid,midg 9.7623363E-04 -1.0260620E-02 1,midg,midg; igrid,midg,midg -2.7436069E-03 -1.1602372E-03 gauss-seidel spectral radius is 0.9983168 estimated iterations to convergence 193 setup time was (sec) 0.8700000 now iterating at: 11:01:21 rms-change max change #iterations 3.035269 185.5100 at 10iterations 1.297049 71.23215 at 20iterations 0.5604966 28.65576 at 30iterations 0.2406145 9.212444 at 40iterations 0.1038544 4.705933 at 50iterations 4.4650611E-02 1.652747 at 60iterations 1.9240720E-02 0.7603359 at 70iterations 8.2589006E-03 0.3720436 at 80iterations 3.5689569E-03 0.1509156 at 90iterations 1.5391289E-03 6.1347485E-02 at 100iterations 6.6060189E-04 2.7203083E-02 at 110iterations 2.8599653E-04 1.1909485E-02 at 120iterations finished qdiffx linear iterations at : 11:01:32 total time elapsed so far: 11.70000 # loops : 120 mean,max change (kT/e) : 2.8599653E-04 1.1909485E-02 energy calculations done at 11.70000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.88000 DelPhi exited at 11:01:33 11.880u 0.461s 0:12.79 96.4% 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:01:33 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1968 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.631449 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): -35.40500 10.10700 ymin,ymax (A): 0.9900001 42.01900 zmin,zma (A): -2.044000 58.83500 x,y,z range (A): 45.51200 41.02900 60.87900 scale (grids/A): 2.631449 object centre (A): -12.64900 21.50450 28.39550 number of atom coordinates read : 1968 total number of charged atoms : 1836 net assigned charge : 2.000005 assigned positive charge : 288.9261 centred at (gu) : 92.09862 87.60851 88.26577 assigned negative charge : -286.9263 centred at (gu) : 91.66909 88.30588 88.18005 start vw surface at 0.1400000 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 114411 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17396 grid for indexing accessible points = 1.400000 m= 56878 mr = 81773 m= 19016 mr = 46773 m= 3618 mr = 15386 m= 426 mr = 2638 m= 20 mr = 300 m= 0 mr = 15 time to grow re-entrant surface = 0.6400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.120000 number of dielectric boundary points 47484 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4 iepsmp to db, and charging done at 1.290000 number of grid points assigned charge 14680 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.754300 object centre at (A) : -12.64900 21.50450 28.39550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3060485 0.1699711 midg,1,midg; midg,igrid,midg -1.3240729E-02 -0.1391570 1,midg,midg; igrid,midg,midg -4.5780599E-02 -5.3781465E-02 gauss-seidel spectral radius is 0.9991464 estimated iterations to convergence 270 setup time was (sec) 1.490000 now iterating at: 11:01:34 rms-change max change #iterations 7.346195 295.6129 at 10iterations 4.087648 116.5822 at 20iterations 2.272476 63.75805 at 30iterations 1.258691 30.31095 at 40iterations 0.6930031 16.54157 at 50iterations 0.3832568 8.859663 at 60iterations 0.2102959 4.591316 at 70iterations 0.1157468 2.718809 at 80iterations 6.3860327E-02 1.566687 at 90iterations 3.5184350E-02 0.7858446 at 100iterations 1.9293167E-02 0.4489846 at 110iterations 1.0612703E-02 0.2383976 at 120iterations 5.8407099E-03 0.1369239 at 130iterations 3.2141318E-03 7.4625015E-02 at 140iterations 1.7673962E-03 4.1458130E-02 at 150iterations 9.7318710E-04 2.0655632E-02 at 160iterations 5.3602090E-04 1.2958646E-02 at 170iterations 2.9401766E-04 6.8445206E-03 at 180iterations finished qdiffx linear iterations at : 11:01:53 total time elapsed so far: 19.80000 # loops : 180 mean,max change (kT/e) : 2.9401766E-04 6.8445206E-03 energy calculations done at 19.80000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.99000 DelPhi exited at 11:01:54 19.986u 0.382s 0:21.48 94.7% 0+0k 0+0io 0pf+0w