Sat Oct 8 17:44:30 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 Sat Oct 8 2011 at 17:44: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 = 3511 !!! WARNING: ILE 447 has a net charge of -0.2720 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: 0.5191926 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): -0.1000000 44.49100 ymin,ymax (A): -30.76900 26.07900 zmin,zma (A): 0.8839999 69.45200 x,y,z range (A): 44.59100 56.84800 68.56800 scale (grids/A): 0.5191926 object centre (A): 22.19550 -2.345000 35.16800 number of atom coordinates read : 3511 total number of charged atoms : 3364 net assigned charge : -5.771984 assigned positive charge : 532.0142 centred at (gu) : 90.24825 91.83224 90.69643 assigned negative charge : -537.7877 centred at (gu) : 90.20370 91.78538 90.69373 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 5996 nv = 96 ne = 84 npr = 71559 no. pairs analyzed = 71559 no. exposed pairs = 4252 no. arc points = 29088 no. surface atoms = 1455 nbur = 2056 mkacc time = 0.1600000 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.652000 m= 224 mr = 3182 m= 0 mr = 6 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3500000 number of dielectric boundary points 3032 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2961 ## 434 charges are in solution ## iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 8005 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.0868411E-10 -1.3643581E-10 midg,1,midg; midg,igrid,midg -1.5885894E-10 1.7278885E-11 1,midg,midg; igrid,midg,midg -2.3176920E-10 2.1484398E-12 gauss-seidel spectral radius is 0.9809289 estimated iterations to convergence 60 setup time was (sec) 0.5700000 now iterating at: 17:44:31 rms-change max change #iterations 6.0256314E-02 10.66884 at 10iterations 3.6238490E-03 0.5778923 at 20iterations 3.1434299E-04 5.5644989E-02 at 30iterations 5.4289201E-05 1.1550903E-02 at 40iterations 1.1975768E-05 2.5720596E-03 at 50iterations finished qdiffx linear iterations at : 17:44:33 total time elapsed so far: 3.020000 # loops : 50 mean,max change (kT/e) : 1.1975768E-05 2.5720596E-03 energy calculations done at 3.020000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.190000 DelPhi exited at 17:44:34 3.198u 0.194s 0:03.66 92.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 Sat Oct 8 2011 at 17:44:34 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 = 3511 !!! WARNING: ILE 447 has a net charge of -0.2720 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.557578 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): -0.1000000 44.49100 ymin,ymax (A): -30.76900 26.07900 zmin,zma (A): 0.8839999 69.45200 x,y,z range (A): 44.59100 56.84800 68.56800 scale (grids/A): 1.557578 object centre (A): 22.19550 -2.345000 35.16800 number of atom coordinates read : 3511 total number of charged atoms : 3364 net assigned charge : -5.771984 assigned positive charge : 532.0142 centred at (gu) : 90.74379 95.49574 92.08865 assigned negative charge : -537.7877 centred at (gu) : 90.61045 95.35559 92.08073 start vw surface at 0.1600000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 67942 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29088 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 20418 mr = 47379 m= 1775 mr = 13925 m= 40 mr = 798 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 94 time to turn everything in is 0.4900000 number of dielectric boundary points 28073 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 423 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 25426 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.5191926 object centre at (A) : 22.19550 -2.345000 35.16800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.0792164E-03 1.1820163E-02 midg,1,midg; midg,igrid,midg -7.6984419E-03 -1.0318713E-02 1,midg,midg; igrid,midg,midg -4.1600717E-03 1.4097162E-03 gauss-seidel spectral radius is 0.9980378 estimated iterations to convergence 179 setup time was (sec) 0.7800000 now iterating at: 17:44:35 rms-change max change #iterations 3.277660 144.0994 at 10iterations 1.318447 47.40146 at 20iterations 0.5311409 18.58696 at 30iterations 0.2147069 7.843566 at 40iterations 8.6536266E-02 3.536245 at 50iterations 3.4970619E-02 1.311546 at 60iterations 1.4138363E-02 0.4783802 at 70iterations 5.7230359E-03 0.2194872 at 80iterations 2.3305973E-03 8.5760117E-02 at 90iterations 9.5657469E-04 3.7774920E-02 at 100iterations 4.0427278E-04 1.6535759E-02 at 110iterations 1.7720972E-04 7.6684952E-03 at 120iterations finished qdiffx linear iterations at : 17:44:42 total time elapsed so far: 7.420000 # loops : 120 mean,max change (kT/e) : 1.7720972E-04 7.6684952E-03 energy calculations done at 7.420000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.600000 DelPhi exited at 17:44:42 7.603u 0.226s 0:08.11 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 Sat Oct 8 2011 at 17:44:42 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 = 3511 !!! WARNING: ILE 447 has a net charge of -0.2720 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.336367 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): -0.1000000 44.49100 ymin,ymax (A): -30.76900 26.07900 zmin,zma (A): 0.8839999 69.45200 x,y,z range (A): 44.59100 56.84800 68.56800 scale (grids/A): 2.336367 object centre (A): 22.19550 -2.345000 35.16800 number of atom coordinates read : 3511 total number of charged atoms : 3364 net assigned charge : -5.771984 assigned positive charge : 532.0142 centred at (gu) : 91.11540 98.24316 93.13264 assigned negative charge : -537.7877 centred at (gu) : 90.91564 98.03337 93.12114 start vw surface at 0.1700000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 158072 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29088 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 72725 mr = 115719 m= 18861 mr = 57825 m= 2605 mr = 13856 m= 142 mr = 1604 m= 4 mr = 60 m= 0 mr = 0 time to grow re-entrant surface = 0.6600000 no. cavity mid-points inaccessible to solvent = 364 time to turn everything in is 1.160000 number of dielectric boundary points 63345 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 49 iepsmp to db, and charging done at 1.300000 number of grid points assigned charge 26846 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.557578 object centre at (A) : 22.19550 -2.345000 35.16800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1458661 0.1182690 midg,1,midg; midg,igrid,midg -0.1090283 -0.1384123 1,midg,midg; igrid,midg,midg -7.5629368E-02 3.9000314E-02 gauss-seidel spectral radius is 0.9990950 estimated iterations to convergence 263 setup time was (sec) 1.470000 now iterating at: 17:44:44 rms-change max change #iterations 8.767891 344.6361 at 10iterations 4.854510 125.2325 at 20iterations 2.674108 71.68868 at 30iterations 1.461895 35.16110 at 40iterations 0.7983403 18.20619 at 50iterations 0.4344930 8.892334 at 60iterations 0.2367388 4.716645 at 70iterations 0.1287012 2.698727 at 80iterations 6.9887601E-02 1.407515 at 90iterations 3.7886947E-02 0.7537594 at 100iterations 2.0586191E-02 0.4320927 at 110iterations 1.1151196E-02 0.2366838 at 120iterations 6.0512079E-03 0.1281786 at 130iterations 3.2874928E-03 7.3037148E-02 at 140iterations 1.7878616E-03 3.7534714E-02 at 150iterations 9.7602117E-04 2.1259785E-02 at 160iterations 5.3873163E-04 1.1787415E-02 at 170iterations 3.0102584E-04 7.2035789E-03 at 180iterations finished qdiffx linear iterations at : 17:44:55 total time elapsed so far: 12.24000 # loops : 180 mean,max change (kT/e) : 3.0102584E-04 7.2035789E-03 energy calculations done at 12.24000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.41000 DelPhi exited at 17:44:55 12.416u 0.236s 0:12.98 97.3% 0+0k 0+0io 0pf+0w