Wed Dec 21 14:21:39 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 21 2011 at 14:21:41 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.9999999E-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.1600000 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.1300000 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.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3300000 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.4600000 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.7100000 now iterating at: 14:21:43 rms-change max change #iterations 7.9361573E-02 13.15248 at 10iterations 6.2851128E-03 1.066496 at 20iterations 5.0808652E-04 9.4760895E-02 at 30iterations 3.9312257E-05 7.3127747E-03 at 40iterations 3.1409861E-06 6.2561035E-04 at 50iterations finished qdiffx linear iterations at : 14:21:48 total time elapsed so far: 6.190000 # loops : 50 mean,max change (kT/e) : 3.1409861E-06 6.2561035E-04 energy calculations done at 6.190000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.420000 DelPhi exited at 14:22:00 6.429u 0.638s 0:19.06 36.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 Wed Dec 21 2011 at 14:22:01 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.9999999E-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.1400000 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.2700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5800000 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.7400000 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.1955436E-02 midg,1,midg; midg,igrid,midg 9.7624963E-04 -1.0260624E-02 1,midg,midg; igrid,midg,midg -2.7435853E-03 -1.1602369E-03 gauss-seidel spectral radius is 0.9983168 estimated iterations to convergence 193 setup time was (sec) 1.030000 now iterating at: 14:22:04 rms-change max change #iterations 3.035269 185.5100 at 10iterations 1.297049 71.23221 at 20iterations 0.5604967 28.65526 at 30iterations 0.2406146 9.212425 at 40iterations 0.1038544 4.705948 at 50iterations 4.4650603E-02 1.652737 at 60iterations 1.9240711E-02 0.7603378 at 70iterations 8.2589025E-03 0.3720551 at 80iterations 3.5689613E-03 0.1509171 at 90iterations 1.5391281E-03 6.1345577E-02 at 100iterations 6.6060777E-04 2.7210712E-02 at 110iterations 2.8600497E-04 1.1909485E-02 at 120iterations finished qdiffx linear iterations at : 14:22:19 total time elapsed so far: 15.65000 # loops : 120 mean,max change (kT/e) : 2.8600497E-04 1.1909485E-02 energy calculations done at 15.65000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.87000 DelPhi exited at 14:22:26 15.876u 0.737s 0:25.51 65.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 Wed Dec 21 2011 at 14:22:28 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.9999999E-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.4600000 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.8000001 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.380000 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.590000 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.1699704 midg,1,midg; midg,igrid,midg -1.3240447E-02 -0.1391569 1,midg,midg; igrid,midg,midg -4.5779698E-02 -5.3781472E-02 gauss-seidel spectral radius is 0.9991464 estimated iterations to convergence 270 setup time was (sec) 1.920000 now iterating at: 14:22:31 rms-change max change #iterations 7.346195 295.6129 at 10iterations 4.087648 116.5822 at 20iterations 2.272477 63.75806 at 30iterations 1.258691 30.31142 at 40iterations 0.6930028 16.54162 at 50iterations 0.3832570 8.859752 at 60iterations 0.2102960 4.591316 at 70iterations 0.1157467 2.718853 at 80iterations 6.3860342E-02 1.566701 at 90iterations 3.5184350E-02 0.7858467 at 100iterations 1.9293170E-02 0.4489899 at 110iterations 1.0612720E-02 0.2383881 at 120iterations 5.8407099E-03 0.1369272 at 130iterations 3.2141295E-03 7.4623108E-02 at 140iterations 1.7673906E-03 4.1450500E-02 at 150iterations 9.7319303E-04 2.0648956E-02 at 160iterations 5.3603220E-04 1.2965202E-02 at 170iterations 2.9403350E-04 6.8445206E-03 at 180iterations finished qdiffx linear iterations at : 14:22:57 total time elapsed so far: 28.07000 # loops : 180 mean,max change (kT/e) : 2.9403350E-04 6.8445206E-03 energy calculations done at 28.07000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 28.26000 DelPhi exited at 14:23:00 28.268u 0.681s 0:32.51 89.0% 0+0k 0+0io 0pf+0w