Sat Oct 8 17:18:00 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 Sat Oct 8 2011 at 17:18:00 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 = 3387 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.5554169 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): 37.75100 94.77000 ymin,ymax (A): 17.36400 81.46000 zmin,zma (A): -23.03200 25.25700 x,y,z range (A): 57.01899 64.09600 48.28900 scale (grids/A): 0.5554169 object centre (A): 66.26050 49.41200 1.112500 number of atom coordinates read : 3387 total number of charged atoms : 3241 net assigned charge : -6.999987 assigned positive charge : 507.3654 centred at (gu) : 89.98936 89.82230 89.91450 assigned negative charge : -514.3668 centred at (gu) : 90.00913 89.75209 89.88477 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 6843 nv = 96 ne = 84 npr = 68337 no. pairs analyzed = 68337 no. exposed pairs = 4133 no. arc points = 28347 no. surface atoms = 1404 nbur = 1983 mkacc time = 0.1800000 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.540000 m= 290 mr = 3723 m= 1 mr = 23 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 23 time to turn everything in is 0.3600000 number of dielectric boundary points 3388 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2911 ## 360 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 8799 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -9.6977448E-10 -2.9700462E-10 midg,1,midg; midg,igrid,midg -1.4579382E-09 1.2565243E-10 1,midg,midg; igrid,midg,midg -4.1149231E-10 -8.3882046E-10 gauss-seidel spectral radius is 0.9833110 estimated iterations to convergence 64 setup time was (sec) 0.6500000 now iterating at: 17:18:01 rms-change max change #iterations 8.5263275E-02 13.49617 at 10iterations 6.0824109E-03 0.8668852 at 20iterations 4.7400853E-04 6.9374084E-02 at 30iterations 6.3793072E-05 1.2674332E-02 at 40iterations 1.5290738E-05 3.3216476E-03 at 50iterations finished qdiffx linear iterations at : 17:18:05 total time elapsed so far: 4.390000 # loops : 50 mean,max change (kT/e) : 1.5290738E-05 3.3216476E-03 energy calculations done at 4.390000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.570000 DelPhi exited at 17:18:05 4.570u 0.420s 0:05.33 93.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 Sat Oct 8 2011 at 17:18:05 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 = 3387 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.666251 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): 37.75100 94.77000 ymin,ymax (A): 17.36400 81.46000 zmin,zma (A): -23.03200 25.25700 x,y,z range (A): 57.01899 64.09600 48.28900 scale (grids/A): 1.666251 object centre (A): 66.26050 49.41200 1.112500 number of atom coordinates read : 3387 total number of charged atoms : 3241 net assigned charge : -6.999987 assigned positive charge : 507.3654 centred at (gu) : 89.96713 89.46598 89.74266 assigned negative charge : -514.3668 centred at (gu) : 90.02700 89.25568 89.65376 start vw surface at 0.1400000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 75575 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28347 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 24890 mr = 52866 m= 2738 mr = 17676 m= 111 mr = 1459 m= 1 mr = 16 m= 0 mr = 0 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 1394 time to turn everything in is 0.6200000 number of dielectric boundary points 31298 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 301 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.7300000 number of grid points assigned charge 24901 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.5554169 object centre at (A) : 66.26050 49.41200 1.112500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.6512845E-03 -5.4747420E-03 midg,1,midg; midg,igrid,midg 2.8707492E-03 2.1029061E-02 1,midg,midg; igrid,midg,midg -1.7393714E-02 -8.0035003E-03 gauss-seidel spectral radius is 0.9982989 estimated iterations to convergence 192 setup time was (sec) 0.9200000 now iterating at: 17:18:06 rms-change max change #iterations 3.726982 167.7455 at 10iterations 1.599943 51.01402 at 20iterations 0.6868061 25.12677 at 30iterations 0.2950474 10.05073 at 40iterations 0.1262914 4.104287 at 50iterations 5.4335885E-02 1.894207 at 60iterations 2.3342339E-02 0.7832470 at 70iterations 1.0025708E-02 0.3337138 at 80iterations 4.3083490E-03 0.1586800 at 90iterations 1.8627839E-03 6.0218811E-02 at 100iterations 8.0816064E-04 2.8865576E-02 at 110iterations 3.5157113E-04 1.3101101E-02 at 120iterations finished qdiffx linear iterations at : 17:18:16 total time elapsed so far: 10.37000 # loops : 120 mean,max change (kT/e) : 3.5157113E-04 1.3101101E-02 energy calculations done at 10.37000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.54000 DelPhi exited at 17:18:16 10.540u 0.454s 0:11.28 97.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 Sat Oct 8 2011 at 17:18:16 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 = 3387 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.499376 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): 37.75100 94.77000 ymin,ymax (A): 17.36400 81.46000 zmin,zma (A): -23.03200 25.25700 x,y,z range (A): 57.01899 64.09600 48.28900 scale (grids/A): 2.499376 object centre (A): 66.26050 49.41200 1.112500 number of atom coordinates read : 3387 total number of charged atoms : 3241 net assigned charge : -6.999987 assigned positive charge : 507.3654 centred at (gu) : 89.95041 89.19852 89.61386 assigned negative charge : -514.3668 centred at (gu) : 90.04037 88.88334 89.48052 start vw surface at 0.1400000 fill in re-entrant regions at 0.4900000 boundary points on vw surface= 175573 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28347 grid for indexing accessible points = 1.400000 m= 84732 mr = 128845 m= 25600 mr = 68374 m= 4541 mr = 19638 m= 367 mr = 3059 m= 10 mr = 177 m= 0 mr = 2 time to grow re-entrant surface = 0.9400000 no. cavity mid-points inaccessible to solvent = 4985 time to turn everything in is 1.540000 number of dielectric boundary points 70728 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 24 iepsmp to db, and charging done at 1.740000 number of grid points assigned charge 25899 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.666251 object centre at (A) : 66.26050 49.41200 1.112500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1103214 -5.5360649E-02 midg,1,midg; midg,igrid,midg 0.2101251 0.5572766 1,midg,midg; igrid,midg,midg -0.2354613 -6.6827878E-02 gauss-seidel spectral radius is 0.9991797 estimated iterations to convergence 276 setup time was (sec) 1.920000 now iterating at: 17:18:19 rms-change max change #iterations 9.512322 419.8159 at 10iterations 5.400348 150.0275 at 20iterations 3.054654 65.00151 at 30iterations 1.723582 37.50642 at 40iterations 0.9690910 20.54138 at 50iterations 0.5429433 11.15776 at 60iterations 0.3042942 5.858558 at 70iterations 0.1703219 3.390503 at 80iterations 9.5171794E-02 1.806156 at 90iterations 5.3263985E-02 1.089272 at 100iterations 2.9714016E-02 0.6283669 at 110iterations 1.6623890E-02 0.3075233 at 120iterations 9.3018338E-03 0.1853752 at 130iterations 5.1749223E-03 0.1124754 at 140iterations 2.8944004E-03 5.9005737E-02 at 150iterations 1.6160674E-03 2.9716492E-02 at 160iterations 9.0174767E-04 1.8261909E-02 at 170iterations 5.0422805E-04 9.1438293E-03 at 180iterations finished qdiffx linear iterations at : 17:18:35 total time elapsed so far: 17.63000 # loops : 180 mean,max change (kT/e) : 5.0422805E-04 9.1438293E-03 energy calculations done at 17.63000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.81000 DelPhi exited at 17:18:35 17.811u 0.465s 0:18.54 98.5% 0+0k 0+0io 0pf+0w