Tue Nov 22 14:17:49 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 Tue Nov 22 2011 at 14:17:53 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= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5764995 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.86000 10.11600 ymin,ymax (A): 1.505000 41.40000 zmin,zma (A): -4.673000 57.07900 x,y,z range (A): 44.97600 39.89500 61.75200 scale (grids/A): 0.5764995 object centre (A): -12.37200 21.45250 26.20300 number of atom coordinates read : 1966 total number of charged atoms : 1834 net assigned charge : 3.000004 assigned positive charge : 288.9261 centred at (gu) : 90.22265 89.57872 90.92232 assigned negative charge : -285.9263 centred at (gu) : 90.15678 89.70125 90.92014 start vw surface at 0.1200000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 4398 nv = 96 ne = 84 npr = 39575 no. pairs analyzed = 39575 no. exposed pairs = 2496 no. arc points = 17214 no. surface atoms = 843 nbur = 1123 mkacc time = 9.0000004E-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= 184 mr = 2323 m= 3 mr = 32 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2400000 number of dielectric boundary points 2230 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1803 ## 222 charges are in solution ## iepsmp to db, and charging done at 0.3400000 number of grid points assigned charge 5477 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.4146581E-10 7.3996009E-10 midg,1,midg; midg,igrid,midg 2.3119713E-09 -8.9703162E-10 1,midg,midg; igrid,midg,midg -2.4990027E-10 1.4694603E-09 gauss-seidel spectral radius is 0.9843889 estimated iterations to convergence 66 setup time was (sec) 0.4700000 now iterating at: 14:17:54 rms-change max change #iterations 7.3301330E-02 13.25392 at 10iterations 5.7159131E-03 1.087644 at 20iterations 4.3488291E-04 7.9632282E-02 at 30iterations 3.2956224E-05 5.6266785E-03 at 40iterations 2.4874887E-06 4.1961670E-04 at 50iterations finished qdiffx linear iterations at : 14:18:01 total time elapsed so far: 3.150000 # loops : 50 mean,max change (kT/e) : 2.4874887E-06 4.1961670E-04 energy calculations done at 3.150000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.350000 DelPhi exited at 14:18:02 3.350u 0.135s 0:08.90 39.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 Tue Nov 22 2011 at 14:18:06 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= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.729499 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.86000 10.11600 ymin,ymax (A): 1.505000 41.40000 zmin,zma (A): -4.673000 57.07900 x,y,z range (A): 44.97600 39.89500 61.75200 scale (grids/A): 1.729499 object centre (A): -12.37200 21.45250 26.20300 number of atom coordinates read : 1966 total number of charged atoms : 1834 net assigned charge : 3.000004 assigned positive charge : 288.9261 centred at (gu) : 90.66805 88.73587 92.76701 assigned negative charge : -285.9263 centred at (gu) : 90.47054 89.10398 92.76050 start vw surface at 0.1300000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 47644 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17214 grid for indexing accessible points = 1.400000 m= 16269 mr = 32398 m= 2107 mr = 11987 m= 74 mr = 1308 m= 2 mr = 11 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 522 time to turn everything in is 0.3700000 number of dielectric boundary points 20392 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 195 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 14225 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.5764995 object centre at (A) : -12.37200 21.45250 26.20300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.6788729E-02 2.4643736E-02 midg,1,midg; midg,igrid,midg 6.6065544E-04 -5.3857537E-03 1,midg,midg; igrid,midg,midg -1.1886036E-04 -3.7153362E-04 gauss-seidel spectral radius is 0.9982681 estimated iterations to convergence 191 setup time was (sec) 0.6500000 now iterating at: 14:18:10 rms-change max change #iterations 2.952682 157.1441 at 10iterations 1.245809 57.06960 at 20iterations 0.5305254 22.90021 at 30iterations 0.2257446 8.452079 at 40iterations 9.6172795E-02 3.706089 at 50iterations 4.0804259E-02 1.584135 at 60iterations 1.7331760E-02 0.6968584 at 70iterations 7.3636775E-03 0.2904949 at 80iterations 3.1505437E-03 0.1251521 at 90iterations 1.3397371E-03 5.2516937E-02 at 100iterations 5.7076022E-04 2.0201683E-02 at 110iterations 2.4258746E-04 9.0970993E-03 at 120iterations finished qdiffx linear iterations at : 14:18:30 total time elapsed so far: 7.090000 # loops : 120 mean,max change (kT/e) : 2.4258746E-04 9.0970993E-03 energy calculations done at 7.090000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.280000 DelPhi exited at 14:18:31 7.281u 0.154s 0:26.20 28.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 Tue Nov 22 2011 at 14:18: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: 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= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.594248 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.86000 10.11600 ymin,ymax (A): 1.505000 41.40000 zmin,zma (A): -4.673000 57.07900 x,y,z range (A): 44.97600 39.89500 61.75200 scale (grids/A): 2.594248 object centre (A): -12.37200 21.45250 26.20300 number of atom coordinates read : 1966 total number of charged atoms : 1834 net assigned charge : 3.000004 assigned positive charge : 288.9261 centred at (gu) : 91.00206 88.10384 94.15039 assigned negative charge : -285.9263 centred at (gu) : 90.70578 88.65611 94.14082 start vw surface at 0.1200000 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 110273 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17214 grid for indexing accessible points = 1.400000 m= 54193 mr = 78738 m= 18054 mr = 44188 m= 3714 mr = 14617 m= 352 mr = 2792 m= 5 mr = 204 m= 0 mr = 0 time to grow re-entrant surface = 0.5000000 no. cavity mid-points inaccessible to solvent = 1732 time to turn everything in is 0.8800000 number of dielectric boundary points 46052 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 8 iepsmp to db, and charging done at 1.010000 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.729499 object centre at (A) : -12.37200 21.45250 26.20300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1533143 0.2339362 midg,1,midg; midg,igrid,midg -2.9114433E-02 -8.4386081E-02 1,midg,midg; igrid,midg,midg -1.5412143E-02 -2.9442491E-02 gauss-seidel spectral radius is 0.9991288 estimated iterations to convergence 268 setup time was (sec) 1.190000 now iterating at: 14:18:40 rms-change max change #iterations 7.243802 245.6769 at 10iterations 4.026824 117.7807 at 20iterations 2.222759 56.74570 at 30iterations 1.223397 29.65595 at 40iterations 0.6738301 16.79446 at 50iterations 0.3687086 10.79670 at 60iterations 0.2017733 4.901975 at 70iterations 0.1105555 2.405949 at 80iterations 6.0552355E-02 1.697211 at 90iterations 3.3222690E-02 0.8227601 at 100iterations 1.8090349E-02 0.4203835 at 110iterations 9.9070417E-03 0.2331281 at 120iterations 5.4313941E-03 0.1300907 at 130iterations 2.9712827E-03 6.7978621E-02 at 140iterations 1.6228592E-03 3.7015915E-02 at 150iterations 8.8942575E-04 2.0404816E-02 at 160iterations 4.8505029E-04 1.0826111E-02 at 170iterations 2.6561582E-04 7.7133179E-03 at 180iterations finished qdiffx linear iterations at : 14:19:13 total time elapsed so far: 11.49000 # loops : 180 mean,max change (kT/e) : 2.6561582E-04 7.7133179E-03 energy calculations done at 11.49000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.68000 DelPhi exited at 14:19:14 11.681u 0.153s 0:41.15 28.7% 0+0k 0+0io 0pf+0w