Mon Oct 10 16:03:59 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 Mon Oct 10 2011 at 16:03:59 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 = 4166 !!! WARNING: ASP 607 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.5352498 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): -19.67900 31.90700 ymin,ymax (A): -34.63100 29.63200 zmin,zma (A): -26.84700 39.66400 x,y,z range (A): 51.58600 64.26300 66.51100 scale (grids/A): 0.5352498 object centre (A): 6.114000 -2.499500 6.408499 number of atom coordinates read : 4166 total number of charged atoms : 4018 net assigned charge : 3.500009 assigned positive charge : 611.7280 centred at (gu) : 90.79224 90.21736 87.60345 assigned negative charge : -608.2309 centred at (gu) : 90.82819 90.26358 87.61723 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 7750 nv = 96 ne = 84 npr = 84642 no. pairs analyzed = 84642 no. exposed pairs = 5046 no. arc points = 34858 no. surface atoms = 1702 nbur = 2464 mkacc time = 0.1400000 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.596000 m= 289 mr = 4233 m= 2 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 6 time to turn everything in is 0.2800000 number of dielectric boundary points 3794 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3463 ## 466 charges are in solution ## iepsmp to db, and charging done at 0.3600000 number of grid points assigned charge 10238 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.0973913E-10 3.4112844E-11 midg,1,midg; midg,igrid,midg 3.9422193E-10 -1.4543476E-10 1,midg,midg; igrid,midg,midg 2.9161668E-10 -9.3700894E-11 gauss-seidel spectral radius is 0.9820986 estimated iterations to convergence 62 setup time was (sec) 0.4800000 now iterating at: 16:03:59 rms-change max change #iterations 8.1501663E-02 17.38690 at 10iterations 5.2781673E-03 0.7555866 at 20iterations 4.7643247E-04 8.0318451E-02 at 30iterations 1.1850429E-04 1.8976212E-02 at 40iterations 4.4616274E-05 6.3018799E-03 at 50iterations finished qdiffx linear iterations at : 16:04:02 total time elapsed so far: 3.410000 # loops : 50 mean,max change (kT/e) : 4.4616274E-05 6.3018799E-03 energy calculations done at 3.410000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.550000 DelPhi exited at 16:04:03 3.556u 0.162s 0:04.01 92.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 Mon Oct 10 2011 at 16:04:03 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 = 4166 !!! WARNING: ASP 607 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.605749 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): -19.67900 31.90700 ymin,ymax (A): -34.63100 29.63200 zmin,zma (A): -26.84700 39.66400 x,y,z range (A): 51.58600 64.26300 66.51100 scale (grids/A): 1.605749 object centre (A): 6.114000 -2.499500 6.408499 number of atom coordinates read : 4166 total number of charged atoms : 4018 net assigned charge : 3.500009 assigned positive charge : 611.7280 centred at (gu) : 92.37531 90.65116 82.80887 assigned negative charge : -608.2309 centred at (gu) : 92.48412 90.79037 82.85141 start vw surface at 0.1000000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 87685 reading accessible surface arcs data from file ARCDAT no. of arc points read = 34858 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 27478 mr = 62181 m= 2734 mr = 18889 m= 89 mr = 1380 m= 1 mr = 10 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 1278 time to turn everything in is 0.4100000 number of dielectric boundary points 35527 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 361 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 30645 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.5352498 object centre at (A) : 6.114000 -2.499500 6.408499 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.0632285E-02 -1.0867496E-03 midg,1,midg; midg,igrid,midg 1.2308393E-02 1.2411449E-02 1,midg,midg; igrid,midg,midg -5.0999490E-03 -3.1453220E-04 gauss-seidel spectral radius is 0.9982378 estimated iterations to convergence 189 setup time was (sec) 0.6400000 now iterating at: 16:04:04 rms-change max change #iterations 3.832516 161.4253 at 10iterations 1.613501 53.38457 at 20iterations 0.6831865 22.60238 at 30iterations 0.2880072 11.20999 at 40iterations 0.1216857 3.945368 at 50iterations 5.1771212E-02 1.719593 at 60iterations 2.1972280E-02 0.6615906 at 70iterations 9.3352776E-03 0.3006516 at 80iterations 4.0064738E-03 0.1305771 at 90iterations 1.7585774E-03 5.8739662E-02 at 100iterations 8.1036263E-04 2.4555206E-02 at 110iterations 4.1534178E-04 1.3301849E-02 at 120iterations finished qdiffx linear iterations at : 16:04:11 total time elapsed so far: 7.860000 # loops : 120 mean,max change (kT/e) : 4.1534178E-04 1.3301849E-02 energy calculations done at 7.860000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.000000 DelPhi exited at 16:04:11 7.999u 0.217s 0:08.66 94.6% 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 Mon Oct 10 2011 at 16:04: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 = 4166 !!! WARNING: ASP 607 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.408624 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): -19.67900 31.90700 ymin,ymax (A): -34.63100 29.63200 zmin,zma (A): -26.84700 39.66400 x,y,z range (A): 51.58600 64.26300 66.51100 scale (grids/A): 2.408624 object centre (A): 6.114000 -2.499500 6.408499 number of atom coordinates read : 4166 total number of charged atoms : 4018 net assigned charge : 3.500009 assigned positive charge : 611.7280 centred at (gu) : 93.56277 90.97624 79.21304 assigned negative charge : -608.2309 centred at (gu) : 93.72622 91.18545 79.27709 start vw surface at 0.1200000 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 204532 reading accessible surface arcs data from file ARCDAT no. of arc points read = 34858 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 96277 mr = 152237 m= 26852 mr = 76800 m= 4358 mr = 20091 m= 349 mr = 2835 m= 7 mr = 161 m= 0 mr = 0 time to grow re-entrant surface = 0.6100000 no. cavity mid-points inaccessible to solvent = 4464 time to turn everything in is 1.060000 number of dielectric boundary points 80251 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 30 iepsmp to db, and charging done at 1.160000 number of grid points assigned charge 32104 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.605749 object centre at (A) : 6.114000 -2.499500 6.408499 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.9182414 9.2566192E-02 midg,1,midg; midg,igrid,midg 0.1678506 0.3043130 1,midg,midg; igrid,midg,midg -9.3501009E-02 8.6209970E-03 gauss-seidel spectral radius is 0.9991806 estimated iterations to convergence 276 setup time was (sec) 1.300000 now iterating at: 16:04:13 rms-change max change #iterations 9.974582 293.0110 at 10iterations 5.741176 153.5505 at 20iterations 3.286349 72.95011 at 30iterations 1.868871 38.11335 at 40iterations 1.061421 21.19976 at 50iterations 0.6006465 12.25686 at 60iterations 0.3389253 7.711178 at 70iterations 0.1911475 3.648590 at 80iterations 0.1077579 2.202263 at 90iterations 6.0434151E-02 1.136906 at 100iterations 3.3968434E-02 0.6795263 at 110iterations 1.9097146E-02 0.3572540 at 120iterations 1.0719194E-02 0.1963882 at 130iterations 6.0328296E-03 0.1110923 at 140iterations 3.4098893E-03 6.2429428E-02 at 150iterations 1.9381839E-03 3.4938812E-02 at 160iterations 1.1190423E-03 2.1380424E-02 at 170iterations 6.6328404E-04 1.1615038E-02 at 180iterations finished qdiffx linear iterations at : 16:04:25 total time elapsed so far: 12.99000 # loops : 180 mean,max change (kT/e) : 6.6328404E-04 1.1615038E-02 energy calculations done at 12.99000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.12000 DelPhi exited at 16:04:25 13.119u 0.221s 0:13.91 95.8% 0+0k 0+0io 0pf+0w