Sun Oct 9 10:29:21 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 Sun Oct 9 2011 at 10:29:21 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 = 2146 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.6543877 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.296000 48.78600 ymin,ymax (A): -27.55300 26.40200 zmin,zma (A): -5.925000 48.47700 x,y,z range (A): 50.08200 53.95500 54.40200 scale (grids/A): 0.6543877 object centre (A): 23.74500 -0.5754995 21.27600 number of atom coordinates read : 2146 total number of charged atoms : 2009 net assigned charge : -0.4999845 assigned positive charge : 308.3526 centred at (gu) : 90.30703 92.64526 91.16630 assigned negative charge : -308.8534 centred at (gu) : 90.35902 92.46973 91.14559 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 6392 nv = 96 ne = 84 npr = 42761 no. pairs analyzed = 42761 no. exposed pairs = 2917 no. arc points = 20664 no. surface atoms = 986 nbur = 1160 mkacc time = 6.9999993E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 381 mr = 3313 m= 0 mr = 57 time to grow re-entrant surface = 7.9999998E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1700000 number of dielectric boundary points 3403 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1956 ## 158 charges are in solution ## iepsmp to db, and charging done at 0.2500000 number of grid points assigned charge 7302 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.5837910E-09 1.3270761E-09 midg,1,midg; midg,igrid,midg -1.4870316E-08 3.8260662E-08 1,midg,midg; igrid,midg,midg 4.8752358E-09 -9.4312700E-09 gauss-seidel spectral radius is 0.9878691 estimated iterations to convergence 74 setup time was (sec) 0.3700000 now iterating at: 10:29:22 rms-change max change #iterations 0.1370240 25.98223 at 10iterations 1.4577805E-02 2.306015 at 20iterations 1.4827682E-03 0.2357388 at 30iterations 1.5588677E-04 3.0183315E-02 at 40iterations 1.6130385E-05 2.5663376E-03 at 50iterations finished qdiffx linear iterations at : 10:29:24 total time elapsed so far: 3.310000 # loops : 50 mean,max change (kT/e) : 1.6130385E-05 2.5663376E-03 energy calculations done at 3.310000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.440000 DelPhi exited at 10:29:25 3.441u 0.180s 0:04.02 90.0% 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 10:29:25 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 = 2146 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: 1.963163 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.296000 48.78600 ymin,ymax (A): -27.55300 26.40200 zmin,zma (A): -5.925000 48.47700 x,y,z range (A): 50.08200 53.95500 54.40200 scale (grids/A): 1.963163 object centre (A): 23.74500 -0.5754995 21.27600 number of atom coordinates read : 2146 total number of charged atoms : 2009 net assigned charge : -0.4999845 assigned positive charge : 308.3526 centred at (gu) : 90.92072 97.93556 93.49886 assigned negative charge : -308.8534 centred at (gu) : 91.07742 97.40947 93.43680 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 68083 reading accessible surface arcs data from file ARCDAT no. of arc points read = 20664 grid for indexing accessible points = 1.400000 m= 24233 mr = 44875 m= 4211 mr = 17555 m= 342 mr = 2740 m= 8 mr = 162 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 866 time to turn everything in is 0.3500000 number of dielectric boundary points 31545 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 103 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 15889 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.6543877 object centre at (A) : 23.74500 -0.5754995 21.27600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.0805926E-02 3.9749477E-02 midg,1,midg; midg,igrid,midg -7.5136903E-03 5.0634719E-02 1,midg,midg; igrid,midg,midg -1.9660801E-02 -3.3324037E-02 gauss-seidel spectral radius is 0.9986763 estimated iterations to convergence 218 setup time was (sec) 0.5700000 now iterating at: 10:29:26 rms-change max change #iterations 3.981544 181.8139 at 10iterations 1.878911 69.81521 at 20iterations 0.8922138 29.67792 at 30iterations 0.4249640 14.67602 at 40iterations 0.2008132 6.901061 at 50iterations 9.5247947E-02 3.695194 at 60iterations 4.5224838E-02 1.490479 at 70iterations 2.1358730E-02 0.7008705 at 80iterations 1.0132432E-02 0.3648682 at 90iterations 4.8136823E-03 0.1560688 at 100iterations 2.2750748E-03 7.7119827E-02 at 110iterations 1.0799308E-03 3.4556344E-02 at 120iterations finished qdiffx linear iterations at : 10:29:33 total time elapsed so far: 7.810000 # loops : 120 mean,max change (kT/e) : 1.0799308E-03 3.4556344E-02 energy calculations done at 7.810000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.930000 DelPhi exited at 10:29:33 7.937u 0.226s 0:08.43 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 10:29:34 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 = 2146 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.944745 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.296000 48.78600 ymin,ymax (A): -27.55300 26.40200 zmin,zma (A): -5.925000 48.47700 x,y,z range (A): 50.08200 53.95500 54.40200 scale (grids/A): 2.944745 object centre (A): 23.74500 -0.5754995 21.27600 number of atom coordinates read : 2146 total number of charged atoms : 2009 net assigned charge : -0.4999845 assigned positive charge : 308.3526 centred at (gu) : 91.38100 101.9033 95.24831 assigned negative charge : -308.8534 centred at (gu) : 91.61624 101.1142 95.15518 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 156931 reading accessible surface arcs data from file ARCDAT no. of arc points read = 20664 grid for indexing accessible points = 1.400000 m= 76736 mr = 109020 m= 29447 mr = 61699 m= 7904 mr = 23615 m= 1359 mr = 6066 m= 109 mr = 960 m= 0 mr = 53 time to grow re-entrant surface = 0.5000000 no. cavity mid-points inaccessible to solvent = 2952 time to turn everything in is 0.9000000 number of dielectric boundary points 71073 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 0.9900000 number of grid points assigned charge 16072 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.963163 object centre at (A) : 23.74500 -0.5754995 21.27600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.5260301E-02 0.5167189 midg,1,midg; midg,igrid,midg -8.6864725E-02 0.3703262 1,midg,midg; igrid,midg,midg -0.2473892 -0.3544694 gauss-seidel spectral radius is 0.9992731 estimated iterations to convergence 293 setup time was (sec) 1.140000 now iterating at: 10:29:35 rms-change max change #iterations 9.223636 575.6802 at 10iterations 5.361158 121.4046 at 20iterations 3.109989 62.18205 at 30iterations 1.803339 35.25756 at 40iterations 1.043797 21.58666 at 50iterations 0.6041735 12.98674 at 60iterations 0.3487719 6.598740 at 70iterations 0.2011902 3.858276 at 80iterations 0.1163692 2.250854 at 90iterations 6.7053109E-02 1.352941 at 100iterations 3.8760856E-02 0.7325459 at 110iterations 2.2352355E-02 0.5111775 at 120iterations 1.2903496E-02 0.2419744 at 130iterations 7.4583478E-03 0.1351051 at 140iterations 4.2992160E-03 7.7743530E-02 at 150iterations 2.4790235E-03 4.2789459E-02 at 160iterations 1.4317934E-03 2.7290583E-02 at 170iterations 8.2670874E-04 1.5618324E-02 at 180iterations finished qdiffx linear iterations at : 10:29:46 total time elapsed so far: 12.44000 # loops : 180 mean,max change (kT/e) : 8.2670874E-04 1.5618324E-02 energy calculations done at 12.44000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.57000 DelPhi exited at 10:29:47 12.568u 0.232s 0:13.31 96.0% 0+0k 0+0io 0pf+0w