Tue Oct 11 03:15:10 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 Tue Oct 11 2011 at 03:15:11 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 = 3463 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.5225381 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): 38.01800 94.27700 ymin,ymax (A): 21.15400 72.34500 zmin,zma (A): -9.702000 58.42700 x,y,z range (A): 56.25900 51.19100 68.12900 scale (grids/A): 0.5225381 object centre (A): 66.14750 46.74950 24.36250 number of atom coordinates read : 3463 total number of charged atoms : 3312 net assigned charge : -2.499970 assigned positive charge : 531.9905 centred at (gu) : 89.25671 89.09589 91.09978 assigned negative charge : -534.4927 centred at (gu) : 89.26840 89.07307 91.12307 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 6187 nv = 96 ne = 84 npr = 66269 no. pairs analyzed = 66269 no. exposed pairs = 4935 no. arc points = 35161 no. surface atoms = 1620 nbur = 1843 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.652000 m= 244 mr = 2824 m= 2 mr = 11 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2400000 number of dielectric boundary points 3598 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3500 ## 509 charges are in solution ## iepsmp to db, and charging done at 0.3000000 number of grid points assigned charge 8253 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.1275994E-11 -1.7640135E-10 midg,1,midg; midg,igrid,midg -1.6570249E-10 1.0770019E-11 1,midg,midg; igrid,midg,midg -2.4927272E-11 -7.9172072E-11 gauss-seidel spectral radius is 0.9811874 estimated iterations to convergence 60 setup time was (sec) 0.4200000 now iterating at: 03:15:11 rms-change max change #iterations 6.2744297E-02 10.03986 at 10iterations 3.6090720E-03 0.6979764 at 20iterations 2.1124656E-04 4.2135239E-02 at 30iterations 1.3726185E-05 2.1233559E-03 at 40iterations 1.3295203E-06 2.3078918E-04 at 50iterations finished qdiffx linear iterations at : 03:15:14 total time elapsed so far: 3.270000 # loops : 50 mean,max change (kT/e) : 1.3295203E-06 2.3078918E-04 energy calculations done at 3.270000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.410000 DelPhi exited at 03:15:14 3.413u 0.159s 0:03.94 90.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 Oct 11 2011 at 03:15: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 = 3463 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.567614 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): 38.01800 94.27700 ymin,ymax (A): 21.15400 72.34500 zmin,zma (A): -9.702000 58.42700 x,y,z range (A): 56.25900 51.19100 68.12900 scale (grids/A): 1.567614 object centre (A): 66.14750 46.74950 24.36250 number of atom coordinates read : 3463 total number of charged atoms : 3312 net assigned charge : -2.499970 assigned positive charge : 531.9905 centred at (gu) : 87.76901 87.28662 93.29806 assigned negative charge : -534.4927 centred at (gu) : 87.80471 87.21896 93.36862 start vw surface at 0.1200000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 68624 reading accessible surface arcs data from file ARCDAT no. of arc points read = 35161 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 19699 mr = 43508 m= 1818 mr = 12352 m= 41 mr = 744 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3600000 number of dielectric boundary points 33579 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 443 ## 9 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 25046 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.5225381 object centre at (A) : 66.14750 46.74950 24.36250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.8813064E-02 -2.4610672E-03 midg,1,midg; midg,igrid,midg -4.8989691E-03 -4.8765000E-03 1,midg,midg; igrid,midg,midg 7.4524120E-03 -2.1346896E-03 gauss-seidel spectral radius is 0.9980991 estimated iterations to convergence 182 setup time was (sec) 0.5700000 now iterating at: 03:15:15 rms-change max change #iterations 3.348206 176.0538 at 10iterations 1.363481 55.35710 at 20iterations 0.5533825 27.18902 at 30iterations 0.2257471 8.149248 at 40iterations 9.1928855E-02 3.197227 at 50iterations 3.7513431E-02 1.374922 at 60iterations 1.5317291E-02 0.5500431 at 70iterations 6.2513263E-03 0.2663231 at 80iterations 2.5534187E-03 0.1029673 at 90iterations 1.0409751E-03 4.1716576E-02 at 100iterations 4.2575467E-04 1.4977455E-02 at 110iterations 1.7292814E-04 6.4935684E-03 at 120iterations finished qdiffx linear iterations at : 03:15:22 total time elapsed so far: 7.670000 # loops : 120 mean,max change (kT/e) : 1.7292814E-04 6.4935684E-03 energy calculations done at 7.670000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.800000 DelPhi exited at 03:15:23 7.806u 0.191s 0:08.45 94.5% 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 Oct 11 2011 at 03:15:23 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 = 3463 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.351422 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): 38.01800 94.27700 ymin,ymax (A): 21.15400 72.34500 zmin,zma (A): -9.702000 58.42700 x,y,z range (A): 56.25900 51.19100 68.12900 scale (grids/A): 2.351422 object centre (A): 66.14750 46.74950 24.36250 number of atom coordinates read : 3463 total number of charged atoms : 3312 net assigned charge : -2.499970 assigned positive charge : 531.9905 centred at (gu) : 86.65330 85.92970 94.94696 assigned negative charge : -534.4927 centred at (gu) : 86.70691 85.82829 95.05280 start vw surface at 0.1000000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 159451 reading accessible surface arcs data from file ARCDAT no. of arc points read = 35161 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 68316 mr = 107611 m= 18550 mr = 51138 m= 2606 mr = 12973 m= 130 mr = 1504 m= 0 mr = 32 time to grow re-entrant surface = 0.4600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.8100000 number of dielectric boundary points 75795 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 30 iepsmp to db, and charging done at 0.9000000 number of grid points assigned charge 26446 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.567614 object centre at (A) : 66.14750 46.74950 24.36250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.5910503 0.1015840 midg,1,midg; midg,igrid,midg -8.6113714E-02 -7.4331447E-02 1,midg,midg; igrid,midg,midg 0.1160088 -4.4452297E-03 gauss-seidel spectral radius is 0.9991395 estimated iterations to convergence 269 setup time was (sec) 1.040000 now iterating at: 03:15:24 rms-change max change #iterations 9.159430 322.5986 at 10iterations 5.225364 153.2001 at 20iterations 2.948891 69.89429 at 30iterations 1.649540 45.80272 at 40iterations 0.9226221 21.58119 at 50iterations 0.5121990 11.33050 at 60iterations 0.2841227 6.717600 at 70iterations 0.1572676 3.531292 at 80iterations 8.6751886E-02 1.921431 at 90iterations 4.7957003E-02 0.9791546 at 100iterations 2.6450451E-02 0.5884438 at 110iterations 1.4548160E-02 0.3244619 at 120iterations 8.0055771E-03 0.1523266 at 130iterations 4.4111004E-03 9.4817162E-02 at 140iterations 2.4241635E-03 5.8320999E-02 at 150iterations 1.3351688E-03 2.9008865E-02 at 160iterations 7.3291315E-04 1.5157223E-02 at 170iterations 4.0382738E-04 8.5325241E-03 at 180iterations finished qdiffx linear iterations at : 03:15:36 total time elapsed so far: 12.24000 # loops : 180 mean,max change (kT/e) : 4.0382738E-04 8.5325241E-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.37000 DelPhi exited at 03:15:36 12.377u 0.209s 0:12.96 96.9% 0+0k 0+0io 0pf+0w