Mon Oct 10 14:19:42 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 14:19: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: 263 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4256 !!! WARNING: ADP 663 has a net charge of -2.0000 !!! WARNING: ADP 664 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 0.4897106 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): -1.726000 51.26800 ymin,ymax (A): -21.32600 41.52600 zmin,zma (A): -19.29200 53.40400 x,y,z range (A): 52.99400 62.85200 72.69600 scale (grids/A): 0.4897106 object centre (A): 24.77100 10.10000 17.05600 number of atom coordinates read : 4256 total number of charged atoms : 4097 net assigned charge : -10.99998 assigned positive charge : 667.8846 centred at (gu) : 88.99980 89.92802 89.35505 assigned negative charge : -678.8885 centred at (gu) : 89.05929 89.97455 89.39832 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 6599 nv = 96 ne = 84 npr = 80567 no. pairs analyzed = 80567 no. exposed pairs = 6426 no. arc points = 44233 no. surface atoms = 2116 nbur = 2140 mkacc time = 0.2200000 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.736000 m= 264 mr = 2890 m= 0 mr = 2 time to grow re-entrant surface = 0.2700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4600000 number of dielectric boundary points 3971 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4207 ## 694 charges are in solution ## iepsmp to db, and charging done at 0.5600000 number of grid points assigned charge 8862 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.1323349E-11 -8.5933614E-11 midg,1,midg; midg,igrid,midg -1.5385200E-11 -1.0346334E-10 1,midg,midg; igrid,midg,midg -2.6952221E-12 -9.0227173E-11 gauss-seidel spectral radius is 0.9786632 estimated iterations to convergence 57 setup time was (sec) 0.7300000 now iterating at: 14:19:44 rms-change max change #iterations 5.0238363E-02 9.026628 at 10iterations 3.9058411E-03 0.5597687 at 20iterations 1.1967900E-03 0.1586151 at 30iterations 4.6086413E-04 6.1603546E-02 at 40iterations 1.7860314E-04 2.3975372E-02 at 50iterations finished qdiffx linear iterations at : 14:19:50 total time elapsed so far: 7.370000 # loops : 50 mean,max change (kT/e) : 1.7860314E-04 2.3975372E-02 energy calculations done at 7.370000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.540000 DelPhi exited at 14:19:51 7.547u 0.486s 0:08.55 93.8% 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 14:19:51 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: 263 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4256 !!! WARNING: ADP 663 has a net charge of -2.0000 !!! WARNING: ADP 664 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.469132 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): -1.726000 51.26800 ymin,ymax (A): -21.32600 41.52600 zmin,zma (A): -19.29200 53.40400 x,y,z range (A): 52.99400 62.85200 72.69600 scale (grids/A): 1.469132 object centre (A): 24.77100 10.10000 17.05600 number of atom coordinates read : 4256 total number of charged atoms : 4097 net assigned charge : -10.99998 assigned positive charge : 667.8846 centred at (gu) : 86.99805 89.78294 88.06363 assigned negative charge : -678.8885 centred at (gu) : 87.17748 89.92316 88.19438 start vw surface at 0.1700000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 73960 reading accessible surface arcs data from file ARCDAT no. of arc points read = 44233 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.624000 m= 20463 mr = 46645 m= 1636 mr = 11916 m= 22 mr = 494 m= 0 mr = 0 time to grow re-entrant surface = 0.3800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.7500000 number of dielectric boundary points 37026 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 552 ## 4 charges are in solution ## iepsmp to db, and charging done at 0.9800000 number of grid points assigned charge 30307 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.4897106 object centre at (A) : 24.77100 10.10000 17.05600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.8720669E-03 2.9418094E-04 midg,1,midg; midg,igrid,midg -8.5770764E-05 -1.7586740E-03 1,midg,midg; igrid,midg,midg -4.3597715E-03 -9.6224742E-03 gauss-seidel spectral radius is 0.9978940 estimated iterations to convergence 173 setup time was (sec) 1.310000 now iterating at: 14:19:53 rms-change max change #iterations 3.342833 155.3694 at 10iterations 1.291765 52.72223 at 20iterations 0.5021729 19.20599 at 30iterations 0.1953561 7.320450 at 40iterations 7.6283246E-02 2.961426 at 50iterations 3.0055638E-02 1.082731 at 60iterations 1.2028214E-02 0.4657536 at 70iterations 5.0630020E-03 0.1970825 at 80iterations 2.4035452E-03 8.8655472E-02 at 90iterations 1.3297624E-03 4.2572021E-02 at 100iterations 8.3851448E-04 2.4444580E-02 at 110iterations 5.6365127E-04 1.5293121E-02 at 120iterations finished qdiffx linear iterations at : 14:20:12 total time elapsed so far: 19.84000 # loops : 120 mean,max change (kT/e) : 5.6365127E-04 1.5293121E-02 energy calculations done at 19.84000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 20.01000 DelPhi exited at 14:20:12 20.013u 0.770s 0:21.16 98.2% 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 14:20:12 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: 263 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4256 !!! WARNING: ADP 663 has a net charge of -2.0000 !!! WARNING: ADP 664 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.203698 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): -1.726000 51.26800 ymin,ymax (A): -21.32600 41.52600 zmin,zma (A): -19.29200 53.40400 x,y,z range (A): 52.99400 62.85200 72.69600 scale (grids/A): 2.203698 object centre (A): 24.77100 10.10000 17.05600 number of atom coordinates read : 4256 total number of charged atoms : 4097 net assigned charge : -10.99998 assigned positive charge : 667.8846 centred at (gu) : 85.49640 89.67400 87.09502 assigned negative charge : -678.8885 centred at (gu) : 85.76627 89.88467 87.29130 start vw surface at 0.1600000 fill in re-entrant regions at 0.5200000 boundary points on vw surface= 171935 reading accessible surface arcs data from file ARCDAT no. of arc points read = 44233 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.624000 m= 73040 mr = 116146 m= 17435 mr = 52590 m= 2006 mr = 11050 m= 60 mr = 939 m= 0 mr = 4 time to grow re-entrant surface = 1.020000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.690000 number of dielectric boundary points 83747 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 102 iepsmp to db, and charging done at 1.840000 number of grid points assigned charge 32648 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.469132 object centre at (A) : 24.77100 10.10000 17.05600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1012119 5.0217029E-02 midg,1,midg; midg,igrid,midg 1.5218500E-02 5.9514837E-03 1,midg,midg; igrid,midg,midg -6.9218077E-02 -0.1680497 gauss-seidel spectral radius is 0.9990968 estimated iterations to convergence 263 setup time was (sec) 2.090000 now iterating at: 14:20:15 rms-change max change #iterations 9.678130 277.0840 at 10iterations 5.543620 155.6400 at 20iterations 3.133988 85.00415 at 30iterations 1.758769 45.75503 at 40iterations 0.9805048 27.46864 at 50iterations 0.5414495 13.05528 at 60iterations 0.2998782 8.020557 at 70iterations 0.1643881 3.885443 at 80iterations 9.0303533E-02 2.162085 at 90iterations 4.9473532E-02 1.136932 at 100iterations 2.7062917E-02 0.6830711 at 110iterations 1.4777089E-02 0.3152709 at 120iterations 8.0971709E-03 0.1888237 at 130iterations 4.4417083E-03 9.5222473E-02 at 140iterations 2.4547663E-03 5.6711197E-02 at 150iterations 1.3741652E-03 3.1177759E-02 at 160iterations 7.9073611E-04 1.7246246E-02 at 170iterations 4.7290642E-04 1.0498047E-02 at 180iterations finished qdiffx linear iterations at : 14:20:44 total time elapsed so far: 31.02000 # loops : 180 mean,max change (kT/e) : 4.7290642E-04 1.0498047E-02 energy calculations done at 31.02000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 31.19000 DelPhi exited at 14:20:45 31.198u 0.770s 0:32.49 98.3% 0+0k 0+0io 0pf+0w