Mon Oct 10 14:10:19 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 14:10:19 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 = 4320 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.5849395 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): -25.70200 35.15900 ymin,ymax (A): 38.08600 98.66600 zmin,zma (A): 31.02100 90.57800 x,y,z range (A): 60.86100 60.58000 59.55699 scale (grids/A): 0.5849395 object centre (A): 4.728498 68.37600 60.79950 number of atom coordinates read : 4320 total number of charged atoms : 4161 net assigned charge : -1.999960 assigned positive charge : 646.9775 centred at (gu) : 90.70900 87.79436 88.70947 assigned negative charge : -648.9806 centred at (gu) : 90.59572 87.93005 88.85958 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 9674 nv = 96 ne = 84 npr = 89549 no. pairs analyzed = 89549 no. exposed pairs = 4931 no. arc points = 33635 no. surface atoms = 1677 nbur = 2643 mkacc time = 0.1500000 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.484000 m= 460 mr = 5667 m= 4 mr = 52 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 85 time to turn everything in is 0.3000000 number of dielectric boundary points 4419 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3559 ## 402 charges are in solution ## iepsmp to db, and charging done at 0.3700000 number of grid points assigned charge 12548 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.5282957E-09 -4.7932671E-09 midg,1,midg; midg,igrid,midg 7.2645849E-09 -3.5455519E-09 1,midg,midg; igrid,midg,midg -4.2816377E-09 4.0896828E-09 gauss-seidel spectral radius is 0.9850126 estimated iterations to convergence 67 setup time was (sec) 0.4800000 now iterating at: 14:10:20 rms-change max change #iterations 0.1275402 18.93351 at 10iterations 1.0573139E-02 1.606983 at 20iterations 1.2508186E-03 0.1658440 at 30iterations 2.9514375E-04 3.8711548E-02 at 40iterations 1.0095612E-04 1.1507988E-02 at 50iterations finished qdiffx linear iterations at : 14:10:23 total time elapsed so far: 3.290000 # loops : 50 mean,max change (kT/e) : 1.0095612E-04 1.1507988E-02 energy calculations done at 3.290000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.420000 DelPhi exited at 14:10:23 3.422u 0.165s 0:04.05 88.3% 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 14:10:23 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 = 4320 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.754818 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): -25.70200 35.15900 ymin,ymax (A): 38.08600 98.66600 zmin,zma (A): 31.02100 90.57800 x,y,z range (A): 60.86100 60.58000 59.55699 scale (grids/A): 1.754818 object centre (A): 4.728498 68.37600 60.79950 number of atom coordinates read : 4320 total number of charged atoms : 4161 net assigned charge : -1.999960 assigned positive charge : 646.9775 centred at (gu) : 92.12585 83.38202 86.12709 assigned negative charge : -648.9806 centred at (gu) : 91.78657 83.78970 86.57822 start vw surface at 0.1200000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 107402 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33635 grid for indexing accessible points = 1.400000 m= 37971 mr = 78154 m= 5133 mr = 28409 m= 197 mr = 3136 m= 0 mr = 55 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 5516 time to turn everything in is 0.5000000 number of dielectric boundary points 40949 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 335 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 32374 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.5849395 object centre at (A) : 4.728498 68.37600 60.79950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.7887204E-02 -3.1890370E-02 midg,1,midg; midg,igrid,midg 4.4903651E-02 -8.4687471E-03 1,midg,midg; igrid,midg,midg -1.7362973E-02 3.8211256E-02 gauss-seidel spectral radius is 0.9985487 estimated iterations to convergence 208 setup time was (sec) 0.7100000 now iterating at: 14:10:24 rms-change max change #iterations 4.835443 158.9215 at 10iterations 2.203168 67.03595 at 20iterations 1.006376 28.18134 at 30iterations 0.4621197 12.68805 at 40iterations 0.2129944 5.927521 at 50iterations 9.7049519E-02 2.657730 at 60iterations 4.4706166E-02 1.370339 at 70iterations 2.0511920E-02 0.6118126 at 80iterations 9.4484799E-03 0.2494164 at 90iterations 4.3747346E-03 0.1320648 at 100iterations 2.0543858E-03 5.5545807E-02 at 110iterations 9.8762638E-04 2.7320862E-02 at 120iterations finished qdiffx linear iterations at : 14:10:31 total time elapsed so far: 7.720000 # loops : 120 mean,max change (kT/e) : 9.8762638E-04 2.7320862E-02 energy calculations done at 7.720000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.850000 DelPhi exited at 14:10:32 7.852u 0.205s 0:08.41 95.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 14:10:32 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 = 4320 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.632228 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): -25.70200 35.15900 ymin,ymax (A): 38.08600 98.66600 zmin,zma (A): 31.02100 90.57800 x,y,z range (A): 60.86100 60.58000 59.55699 scale (grids/A): 2.632228 object centre (A): 4.728498 68.37600 60.79950 number of atom coordinates read : 4320 total number of charged atoms : 4161 net assigned charge : -1.999960 assigned positive charge : 646.9775 centred at (gu) : 93.18858 80.07277 84.19038 assigned negative charge : -648.9806 centred at (gu) : 92.67989 80.68428 84.86745 start vw surface at 0.1200000 fill in re-entrant regions at 0.4300000 boundary points on vw surface= 249033 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33635 grid for indexing accessible points = 1.400000 m= 127107 mr = 189182 m= 41930 mr = 105431 m= 9018 mr = 33764 m= 1026 mr = 6840 m= 26 mr = 610 m= 0 mr = 4 time to grow re-entrant surface = 0.7500000 no. cavity mid-points inaccessible to solvent = 18599 time to turn everything in is 1.290000 number of dielectric boundary points 92309 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5 iepsmp to db, and charging done at 1.400000 number of grid points assigned charge 33280 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.754818 object centre at (A) : 4.728498 68.37600 60.79950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.9840047 -0.3603359 midg,1,midg; midg,igrid,midg 0.5978326 -9.5772229E-02 1,midg,midg; igrid,midg,midg -0.3222153 0.5282745 gauss-seidel spectral radius is 0.9992626 estimated iterations to convergence 291 setup time was (sec) 1.540000 now iterating at: 14:10:34 rms-change max change #iterations 11.72321 338.1341 at 10iterations 6.879583 141.9840 at 20iterations 4.009647 71.69128 at 30iterations 2.327815 41.45505 at 40iterations 1.354090 22.62481 at 50iterations 0.7833650 14.06387 at 60iterations 0.4523524 7.146810 at 70iterations 0.2618376 4.146839 at 80iterations 0.1512466 2.392070 at 90iterations 8.7367833E-02 1.425939 at 100iterations 5.0421420E-02 0.8210249 at 110iterations 2.9147990E-02 0.5346012 at 120iterations 1.6844049E-02 0.2589631 at 130iterations 9.7967777E-03 0.1443286 at 140iterations 5.7330048E-03 8.9443207E-02 at 150iterations 3.4099845E-03 5.3276062E-02 at 160iterations 2.0724130E-03 3.4193039E-02 at 170iterations 1.3007065E-03 1.9927979E-02 at 180iterations finished qdiffx linear iterations at : 14:10:45 total time elapsed so far: 13.19000 # loops : 180 mean,max change (kT/e) : 1.3007065E-03 1.9927979E-02 energy calculations done at 13.19000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.31000 DelPhi exited at 14:10:46 13.315u 0.201s 0:14.02 96.3% 0+0k 0+0io 0pf+0w