Sun Oct 9 07:14:24 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+sph2.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 = amb2.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 Sun Oct 9 2011 at 07:14:24 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: 332 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1750 !!! WARNING: HIR 28 has a net charge of 0.5140 !!! WARNING: NDP 163 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6753937 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): -24.98100 27.72900 ymin,ymax (A): 2.308000 47.85200 zmin,zma (A): -0.7350000 47.80400 x,y,z range (A): 52.71000 45.54400 48.53900 scale (grids/A): 0.6753937 object centre (A): 1.374000 25.08000 23.53450 number of atom coordinates read : 1750 total number of charged atoms : 1619 net assigned charge : -3.485993 assigned positive charge : 265.1844 centred at (gu) : 89.36472 91.40838 89.83430 assigned negative charge : -268.6702 centred at (gu) : 89.48082 91.28622 89.92090 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.0000000E-02 boundary points on vw surface= 5373 nv = 96 ne = 84 npr = 37066 no. pairs analyzed = 37066 no. exposed pairs = 2110 no. arc points = 15289 no. surface atoms = 711 nbur = 1039 mkacc time = 7.0000000E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 268 mr = 2959 m= 1 mr = 28 m= 0 mr = 0 time to grow re-entrant surface = 8.0000006E-02 no. cavity mid-points inaccessible to solvent = 124 time to turn everything in is 0.1500000 number of dielectric boundary points 2655 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1431 ## 130 charges are in solution ## iepsmp to db, and charging done at 0.2100000 number of grid points assigned charge 6129 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.5711245E-09 -3.0364205E-08 midg,1,midg; midg,igrid,midg -2.9108071E-08 1.4298268E-08 1,midg,midg; igrid,midg,midg 1.0655326E-08 -3.2924611E-08 gauss-seidel spectral radius is 0.9885561 estimated iterations to convergence 76 setup time was (sec) 0.3400000 now iterating at: 07:14:25 rms-change max change #iterations 0.1567100 28.71597 at 10iterations 1.7400840E-02 2.907248 at 20iterations 1.9185109E-03 0.3279133 at 30iterations 2.1667885E-04 4.0218353E-02 at 40iterations 2.3896908E-05 3.8213730E-03 at 50iterations finished qdiffx linear iterations at : 07:14:28 total time elapsed so far: 3.170000 # loops : 50 mean,max change (kT/e) : 2.3896908E-05 3.8213730E-03 energy calculations done at 3.170000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.300000 DelPhi exited at 07:14:28 3.302u 0.163s 0:03.71 93.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 Sun Oct 9 2011 at 07:14:28 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: 332 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1750 !!! WARNING: HIR 28 has a net charge of 0.5140 !!! WARNING: NDP 163 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.026181 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): -24.98100 27.72900 ymin,ymax (A): 2.308000 47.85200 zmin,zma (A): -0.7350000 47.80400 x,y,z range (A): 52.71000 45.54400 48.53900 scale (grids/A): 2.026181 object centre (A): 1.374000 25.08000 23.53450 number of atom coordinates read : 1750 total number of charged atoms : 1619 net assigned charge : -3.485993 assigned positive charge : 265.1844 centred at (gu) : 88.09444 94.22562 89.50314 assigned negative charge : -268.6702 centred at (gu) : 88.44260 93.85893 89.76267 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 57228 reading accessible surface arcs data from file ARCDAT no. of arc points read = 15289 grid for indexing accessible points = 1.400000 m= 21035 mr = 39322 m= 3496 mr = 16035 m= 246 mr = 2315 m= 7 mr = 123 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 2607 time to turn everything in is 0.2900000 number of dielectric boundary points 24217 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 74 iepsmp to db, and charging done at 0.3700000 number of grid points assigned charge 12819 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.6753937 object centre at (A) : 1.374000 25.08000 23.53450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.1339761E-03 -3.1349745E-02 midg,1,midg; midg,igrid,midg -3.6515072E-02 3.6570307E-02 1,midg,midg; igrid,midg,midg -1.6286081E-02 -5.3572688E-02 gauss-seidel spectral radius is 0.9986979 estimated iterations to convergence 220 setup time was (sec) 0.5000000 now iterating at: 07:14:29 rms-change max change #iterations 3.985429 176.4125 at 10iterations 1.897136 87.60369 at 20iterations 0.9028555 35.68016 at 30iterations 0.4298067 16.47464 at 40iterations 0.2045710 7.297707 at 50iterations 9.7689763E-02 3.376095 at 60iterations 4.6322115E-02 1.712648 at 70iterations 2.2068053E-02 0.8102913 at 80iterations 1.0561859E-02 0.4433289 at 90iterations 5.0143488E-03 0.1607571 at 100iterations 2.4009957E-03 7.9553604E-02 at 110iterations 1.1421058E-03 3.8598299E-02 at 120iterations finished qdiffx linear iterations at : 07:14:36 total time elapsed so far: 7.430000 # loops : 120 mean,max change (kT/e) : 1.1421058E-03 3.8598299E-02 energy calculations done at 7.430000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.570000 DelPhi exited at 07:14:36 7.568u 0.182s 0:08.01 96.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 Sun Oct 9 2011 at 07:14:36 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: 332 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1750 !!! WARNING: HIR 28 has a net charge of 0.5140 !!! WARNING: NDP 163 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 3.039272 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): -24.98100 27.72900 ymin,ymax (A): 2.308000 47.85200 zmin,zma (A): -0.7350000 47.80400 x,y,z range (A): 52.71000 45.54400 48.53900 scale (grids/A): 3.039272 object centre (A): 1.374000 25.08000 23.53450 number of atom coordinates read : 1750 total number of charged atoms : 1619 net assigned charge : -3.485993 assigned positive charge : 265.1844 centred at (gu) : 87.14189 96.33844 89.25486 assigned negative charge : -268.6702 centred at (gu) : 87.66403 95.78830 89.64412 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 132239 reading accessible surface arcs data from file ARCDAT no. of arc points read = 15289 grid for indexing accessible points = 1.400000 m= 66963 mr = 95041 m= 25429 mr = 55696 m= 6479 mr = 21078 m= 1054 mr = 5026 m= 95 mr = 739 m= 4 mr = 69 m= 0 mr = 0 time to grow re-entrant surface = 0.4100000 no. cavity mid-points inaccessible to solvent = 8759 time to turn everything in is 0.7500000 number of dielectric boundary points 54614 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 0.8400000 number of grid points assigned charge 12952 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) : 2.026181 object centre at (A) : 1.374000 25.08000 23.53450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.6330431E-02 -0.5588318 midg,1,midg; midg,igrid,midg -0.3945326 0.4670521 1,midg,midg; igrid,midg,midg -6.1312035E-02 -0.4473965 gauss-seidel spectral radius is 0.9992594 estimated iterations to convergence 290 setup time was (sec) 0.9800000 now iterating at: 07:14:37 rms-change max change #iterations 8.995420 435.2318 at 10iterations 5.170180 119.3248 at 20iterations 2.962428 83.75137 at 30iterations 1.698071 35.52297 at 40iterations 0.9707275 20.50788 at 50iterations 0.5568892 11.59822 at 60iterations 0.3193771 6.558085 at 70iterations 0.1829005 3.859879 at 80iterations 0.1046499 2.008743 at 90iterations 5.9972994E-02 1.217004 at 100iterations 3.4414273E-02 0.7196426 at 110iterations 1.9693926E-02 0.4018822 at 120iterations 1.1291092E-02 0.2273083 at 130iterations 6.4694779E-03 0.1242752 at 140iterations 3.7111486E-03 7.6363802E-02 at 150iterations 2.1313999E-03 4.1542292E-02 at 160iterations 1.2200908E-03 2.3691177E-02 at 170iterations 7.0082332E-04 1.5347898E-02 at 180iterations finished qdiffx linear iterations at : 07:14:48 total time elapsed so far: 11.88000 # loops : 180 mean,max change (kT/e) : 7.0082332E-04 1.5347898E-02 energy calculations done at 11.88000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.02000 DelPhi exited at 07:14:49 12.025u 0.191s 0:12.48 97.8% 0+0k 0+0io 0pf+0w