Mon Oct 10 00:20: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+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 00:20: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: 269 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6247 !!! WARNING: HIY 151 has a net charge of 0.2000 !!! WARNING: HIY 499 has a net charge of 0.2000 !!! WARNING: ZN6 697 has a net charge of 1.4000 !!! WARNING: ZN6 698 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.1600000 grid size : 179 scale,in grids/A, set to be: 0.4872974 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): -21.13300 51.92300 ymin,ymax (A): 35.52700 93.96000 zmin,zma (A): 40.10100 105.6500 x,y,z range (A): 73.05600 58.43300 65.54900 scale (grids/A): 0.4872974 object centre (A): 15.39500 64.74350 72.87550 number of atom coordinates read : 6247 total number of charged atoms : 5546 net assigned charge : -9.799980 assigned positive charge : 855.8284 centred at (gu) : 90.22355 90.23914 89.93758 assigned negative charge : -865.6360 centred at (gu) : 90.10927 90.31866 90.01463 start vw surface at 0.2600000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 8307 nv = 96 ne = 84 npr = 117178 no. pairs analyzed = 117178 no. exposed pairs = 7250 no. arc points = 48985 no. surface atoms = 2434 nbur = 3813 mkacc time = 0.2700000 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= 262 mr = 4240 m= 0 mr = 4 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5800000 number of dielectric boundary points 4325 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4480 ## 660 charges are in solution ## iepsmp to db, and charging done at 0.7000000 number of grid points assigned charge 11267 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.8278516E-11 -1.3094531E-10 midg,1,midg; midg,igrid,midg 3.7554491E-11 -1.4530098E-10 1,midg,midg; igrid,midg,midg -1.6510142E-10 8.2917485E-11 gauss-seidel spectral radius is 0.9785339 estimated iterations to convergence 57 setup time was (sec) 0.8200000 now iterating at: 00:20:25 rms-change max change #iterations 5.8707219E-02 9.615707 at 10iterations 3.2577561E-03 0.4852600 at 20iterations 6.3294254E-04 8.5019112E-02 at 30iterations 2.7494665E-04 3.2069206E-02 at 40iterations 1.2365422E-04 1.3887405E-02 at 50iterations finished qdiffx linear iterations at : 00:20:28 total time elapsed so far: 3.540000 # loops : 50 mean,max change (kT/e) : 1.2365422E-04 1.3887405E-02 energy calculations done at 3.540000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.730000 DelPhi exited at 00:20:28 3.731u 0.188s 0:04.26 91.7% 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 00:20: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: 269 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6247 !!! WARNING: HIY 151 has a net charge of 0.2000 !!! WARNING: HIY 499 has a net charge of 0.2000 !!! WARNING: ZN6 697 has a net charge of 1.4000 !!! WARNING: ZN6 698 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.1700000 grid size : 179 scale,in grids/A, set to be: 1.461892 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): -21.13300 51.92300 ymin,ymax (A): 35.52700 93.96000 zmin,zma (A): 40.10100 105.6500 x,y,z range (A): 73.05600 58.43300 65.54900 scale (grids/A): 1.461892 object centre (A): 15.39500 64.74350 72.87550 number of atom coordinates read : 6247 total number of charged atoms : 5546 net assigned charge : -9.799980 assigned positive charge : 855.8284 centred at (gu) : 90.66897 90.71598 89.81101 assigned negative charge : -865.6360 centred at (gu) : 90.32761 90.95569 90.04370 start vw surface at 0.2400000 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 94896 reading accessible surface arcs data from file ARCDAT no. of arc points read = 48985 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.624000 m= 25930 mr = 64929 m= 1708 mr = 16614 m= 19 mr = 564 m= 0 mr = 0 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 497 time to turn everything in is 0.7200000 number of dielectric boundary points 40446 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 589 ## 12 charges are in solution ## iepsmp to db, and charging done at 0.8700000 number of grid points assigned charge 40891 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.4872974 object centre at (A) : 15.39500 64.74350 72.87550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.4482836E-03 -7.1743950E-03 midg,1,midg; midg,igrid,midg -9.3367067E-04 -1.7830033E-02 1,midg,midg; igrid,midg,midg -6.5360731E-03 8.6408891E-03 gauss-seidel spectral radius is 0.9979732 estimated iterations to convergence 177 setup time was (sec) 1.040000 now iterating at: 00:20:29 rms-change max change #iterations 3.771202 143.7262 at 10iterations 1.495120 54.38186 at 20iterations 0.5941675 19.60678 at 30iterations 0.2369885 7.504852 at 40iterations 9.4278164E-02 3.070622 at 50iterations 3.7602376E-02 1.467836 at 60iterations 1.5071953E-02 0.4909210 at 70iterations 6.0937251E-03 0.2145996 at 80iterations 2.5805519E-03 8.9691162E-02 at 90iterations 1.2174489E-03 3.8614273E-02 at 100iterations 6.8816566E-04 2.0443916E-02 at 110iterations 4.5690182E-04 1.2952805E-02 at 120iterations finished qdiffx linear iterations at : 00:20:36 total time elapsed so far: 8.230000 # loops : 120 mean,max change (kT/e) : 4.5690182E-04 1.2952805E-02 energy calculations done at 8.230000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.410000 DelPhi exited at 00:20:37 8.415u 0.235s 0:08.95 96.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 00:20:37 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: 269 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6247 !!! WARNING: HIY 151 has a net charge of 0.2000 !!! WARNING: HIY 499 has a net charge of 0.2000 !!! WARNING: ZN6 697 has a net charge of 1.4000 !!! WARNING: ZN6 698 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.1700000 grid size : 179 scale,in grids/A, set to be: 2.192838 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): -21.13300 51.92300 ymin,ymax (A): 35.52700 93.96000 zmin,zma (A): 40.10100 105.6500 x,y,z range (A): 73.05600 58.43300 65.54900 scale (grids/A): 2.192838 object centre (A): 15.39500 64.74350 72.87550 number of atom coordinates read : 6247 total number of charged atoms : 5546 net assigned charge : -9.799980 assigned positive charge : 855.8284 centred at (gu) : 91.00287 91.07349 89.71609 assigned negative charge : -865.6360 centred at (gu) : 90.49135 91.43353 90.06540 start vw surface at 0.2500000 fill in re-entrant regions at 0.6100000 boundary points on vw surface= 221492 reading accessible surface arcs data from file ARCDAT no. of arc points read = 48985 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.624000 m= 95509 mr = 160109 m= 21208 mr = 73329 m= 2147 mr = 14534 m= 71 mr = 1119 m= 1 mr = 15 m= 0 mr = 0 time to grow re-entrant surface = 0.9899999 no. cavity mid-points inaccessible to solvent = 1646 time to turn everything in is 1.710000 number of dielectric boundary points 91322 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 93 iepsmp to db, and charging done at 1.870000 number of grid points assigned charge 44149 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.461892 object centre at (A) : 15.39500 64.74350 72.87550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.1796411E-02 -0.1002444 midg,1,midg; midg,igrid,midg -3.0933132E-02 -0.3561892 1,midg,midg; igrid,midg,midg -1.9683706E-02 6.1751809E-02 gauss-seidel spectral radius is 0.9991425 estimated iterations to convergence 270 setup time was (sec) 2.050000 now iterating at: 00:20:39 rms-change max change #iterations 10.72184 262.3366 at 10iterations 6.177310 144.7271 at 20iterations 3.521595 79.79369 at 30iterations 1.990554 42.76550 at 40iterations 1.122768 24.35171 at 50iterations 0.6306580 12.98684 at 60iterations 0.3522711 7.079056 at 70iterations 0.1966681 3.834197 at 80iterations 0.1093434 2.214757 at 90iterations 6.0951121E-02 1.161291 at 100iterations 3.3727750E-02 0.6481514 at 110iterations 1.8776506E-02 0.3963914 at 120iterations 1.0410316E-02 0.1872668 at 130iterations 5.8177710E-03 0.1059930 at 140iterations 3.2581645E-03 6.6641808E-02 at 150iterations 1.8618203E-03 3.6270022E-02 at 160iterations 1.0988524E-03 2.3594856E-02 at 170iterations 6.8432861E-04 1.2870789E-02 at 180iterations finished qdiffx linear iterations at : 00:20:51 total time elapsed so far: 13.86000 # loops : 180 mean,max change (kT/e) : 6.8432861E-04 1.2870789E-02 energy calculations done at 13.86000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.05000 DelPhi exited at 00:20:52 14.047u 0.234s 0:14.56 98.0% 0+0k 0+0io 0pf+0w