Sun Oct 9 15:31:51 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 15:31: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: 257 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5322 !!! WARNING: HIZ 652 has a net charge of 0.2000 !!! WARNING: ZN7 714 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 0.5119503 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): 22.83400 84.49300 ymin,ymax (A): 14.33000 81.37100 zmin,zma (A): -35.81000 33.72800 x,y,z range (A): 61.65900 67.04100 69.53799 scale (grids/A): 0.5119503 object centre (A): 53.66350 47.85050 -1.041002 number of atom coordinates read : 5322 total number of charged atoms : 5152 net assigned charge : -0.8999621 assigned positive charge : 818.2515 centred at (gu) : 90.96257 89.79282 90.49224 assigned negative charge : -819.1583 centred at (gu) : 90.91802 89.82546 90.54284 start vw surface at 0.2100000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 8388 nv = 96 ne = 84 npr = 109466 no. pairs analyzed = 109466 no. exposed pairs = 6208 no. arc points = 42098 no. surface atoms = 2125 nbur = 3197 mkacc time = 0.2600000 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= 293 mr = 4498 m= 1 mr = 13 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 6 time to turn everything in is 0.5100000 number of dielectric boundary points 4171 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4196 ## 624 charges are in solution ## iepsmp to db, and charging done at 0.6300000 number of grid points assigned charge 11497 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.2613915E-10 -1.9946891E-10 midg,1,midg; midg,igrid,midg 9.3004979E-11 -1.1142535E-10 1,midg,midg; igrid,midg,midg -1.2062452E-10 1.6215650E-10 gauss-seidel spectral radius is 0.9805108 estimated iterations to convergence 59 setup time was (sec) 0.7500000 now iterating at: 15:31:52 rms-change max change #iterations 7.5757802E-02 13.50605 at 10iterations 7.2201872E-03 1.238266 at 20iterations 2.1557193E-03 0.3663445 at 30iterations 7.8048493E-04 0.1328316 at 40iterations 2.8383554E-04 4.8324585E-02 at 50iterations finished qdiffx linear iterations at : 15:31:54 total time elapsed so far: 3.400000 # loops : 50 mean,max change (kT/e) : 2.8383554E-04 4.8324585E-02 energy calculations done at 3.400000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.590000 DelPhi exited at 15:31:55 3.590u 0.155s 0:04.01 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 15:31:55 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: 257 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5322 !!! WARNING: HIZ 652 has a net charge of 0.2000 !!! WARNING: ZN7 714 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1500000 grid size : 179 scale,in grids/A, set to be: 1.535851 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): 22.83400 84.49300 ymin,ymax (A): 14.33000 81.37100 zmin,zma (A): -35.81000 33.72800 x,y,z range (A): 61.65900 67.04100 69.53799 scale (grids/A): 1.535851 object centre (A): 53.66350 47.85050 -1.041002 number of atom coordinates read : 5322 total number of charged atoms : 5152 net assigned charge : -0.8999621 assigned positive charge : 818.2515 centred at (gu) : 92.88647 89.37690 91.47521 assigned negative charge : -819.1583 centred at (gu) : 92.75353 89.47643 91.62835 start vw surface at 0.2300000 fill in re-entrant regions at 0.3500000 boundary points on vw surface= 94998 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42098 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 28874 mr = 66303 m= 2638 mr = 20051 m= 45 mr = 1249 m= 0 mr = 0 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 1823 time to turn everything in is 0.7200000 number of dielectric boundary points 38952 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 559 ## 4 charges are in solution ## iepsmp to db, and charging done at 0.8500000 number of grid points assigned charge 38696 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.5119503 object centre at (A) : 53.66350 47.85050 -1.041002 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.8416932E-03 3.6631264E-03 midg,1,midg; midg,igrid,midg 7.4371221E-03 -1.6425347E-02 1,midg,midg; igrid,midg,midg -5.3877840E-03 1.4680541E-02 gauss-seidel spectral radius is 0.9981518 estimated iterations to convergence 185 setup time was (sec) 1.010000 now iterating at: 15:31:56 rms-change max change #iterations 4.105354 155.6998 at 10iterations 1.706911 53.41177 at 20iterations 0.7068301 22.07593 at 30iterations 0.2935593 9.609596 at 40iterations 0.1222352 4.051187 at 50iterations 5.1216122E-02 1.586292 at 60iterations 2.1822404E-02 0.6708965 at 70iterations 9.6130446E-03 0.2991791 at 80iterations 4.5974795E-03 0.1503143 at 90iterations 2.4706956E-03 8.9564323E-02 at 100iterations 1.4746011E-03 5.3764343E-02 at 110iterations 9.5546246E-04 3.2794952E-02 at 120iterations finished qdiffx linear iterations at : 15:32:03 total time elapsed so far: 7.630000 # loops : 120 mean,max change (kT/e) : 9.5546246E-04 3.2794952E-02 energy calculations done at 7.640000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.820000 DelPhi exited at 15:32:03 7.827u 0.164s 0:08.27 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 Sun Oct 9 2011 at 15:32: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: 257 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5322 !!! WARNING: HIZ 652 has a net charge of 0.2000 !!! WARNING: ZN7 714 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 2.303777 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): 22.83400 84.49300 ymin,ymax (A): 14.33000 81.37100 zmin,zma (A): -35.81000 33.72800 x,y,z range (A): 61.65900 67.04100 69.53799 scale (grids/A): 2.303777 object centre (A): 53.66350 47.85050 -1.041002 number of atom coordinates read : 5322 total number of charged atoms : 5152 net assigned charge : -0.8999621 assigned positive charge : 818.2515 centred at (gu) : 94.32912 89.06483 92.21231 assigned negative charge : -819.1583 centred at (gu) : 94.13026 89.21457 92.44247 start vw surface at 0.2300000 fill in re-entrant regions at 0.5900000 boundary points on vw surface= 221305 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42098 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 101776 mr = 162742 m= 27753 mr = 80941 m= 4031 mr = 20891 m= 191 mr = 2580 m= 3 mr = 34 m= 0 mr = 0 time to grow re-entrant surface = 0.9800000 no. cavity mid-points inaccessible to solvent = 6379 time to turn everything in is 1.690000 number of dielectric boundary points 87871 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 46 iepsmp to db, and charging done at 1.840000 number of grid points assigned charge 41107 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.535851 object centre at (A) : 53.66350 47.85050 -1.041002 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2042861 0.1589987 midg,1,midg; midg,igrid,midg 0.2012304 -0.3138259 1,midg,midg; igrid,midg,midg -6.9600776E-02 0.4066464 gauss-seidel spectral radius is 0.9991757 estimated iterations to convergence 275 setup time was (sec) 2.010000 now iterating at: 15:32:05 rms-change max change #iterations 11.07314 259.1358 at 10iterations 6.381015 143.1206 at 20iterations 3.641992 82.95356 at 30iterations 2.063694 45.96762 at 40iterations 1.165278 21.68667 at 50iterations 0.6567671 15.96860 at 60iterations 0.3686206 7.376572 at 70iterations 0.2069368 4.092247 at 80iterations 0.1157595 2.385053 at 90iterations 6.4983077E-02 1.161856 at 100iterations 3.6332686E-02 0.6452117 at 110iterations 2.0366693E-02 0.3719559 at 120iterations 1.1451823E-02 0.2092285 at 130iterations 6.4844312E-03 0.1097982 at 140iterations 3.7152404E-03 6.9728851E-02 at 150iterations 2.1699928E-03 3.9741516E-02 at 160iterations 1.3112635E-03 2.6351929E-02 at 170iterations 8.3245104E-04 1.7677307E-02 at 180iterations finished qdiffx linear iterations at : 15:32:16 total time elapsed so far: 12.55000 # loops : 180 mean,max change (kT/e) : 8.3245104E-04 1.7677307E-02 energy calculations done at 12.55000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.73000 DelPhi exited at 15:32:16 12.733u 0.178s 0:13.17 97.9% 0+0k 0+0io 0pf+0w