Tue Oct 11 03:16:56 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 Tue Oct 11 2011 at 03:16:56 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 = 3282 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.5549666 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): 19.59900 83.74700 ymin,ymax (A): 80.83000 134.9360 zmin,zma (A): 3.791000 52.96900 x,y,z range (A): 64.14800 54.10599 49.17800 scale (grids/A): 0.5549666 object centre (A): 51.67300 107.8830 28.38000 number of atom coordinates read : 3282 total number of charged atoms : 3135 net assigned charge : -10.49999 assigned positive charge : 489.1173 centred at (gu) : 90.15925 89.80757 89.72510 assigned negative charge : -499.6186 centred at (gu) : 90.20267 89.60545 89.86492 start vw surface at 0.1000000 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6702 nv = 96 ne = 84 npr = 64793 no. pairs analyzed = 64793 no. exposed pairs = 4383 no. arc points = 30832 no. surface atoms = 1448 nbur = 1834 mkacc time = 0.1100000 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= 316 mr = 3438 m= 2 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 4 time to turn everything in is 0.2300000 number of dielectric boundary points 3568 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3102 ## 375 charges are in solution ## iepsmp to db, and charging done at 0.3000000 number of grid points assigned charge 8698 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.4833005E-10 -2.2452926E-09 midg,1,midg; midg,igrid,midg -3.2255498E-09 1.0758954E-09 1,midg,midg; igrid,midg,midg -4.5462489E-10 -1.4282822E-09 gauss-seidel spectral radius is 0.9832852 estimated iterations to convergence 64 setup time was (sec) 0.4200000 now iterating at: 03:16:57 rms-change max change #iterations 8.6739764E-02 16.12714 at 10iterations 6.1239228E-03 1.043653 at 20iterations 5.7226967E-04 0.1269302 at 30iterations 1.2111869E-04 3.6081314E-02 at 40iterations 3.4837532E-05 1.0734558E-02 at 50iterations finished qdiffx linear iterations at : 03:17:00 total time elapsed so far: 3.250000 # loops : 50 mean,max change (kT/e) : 3.4837532E-05 1.0734558E-02 energy calculations done at 3.250000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.380000 DelPhi exited at 03:17:00 3.382u 0.171s 0:03.88 91.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 Tue Oct 11 2011 at 03:17: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 = 3282 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.664900 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): 19.59900 83.74700 ymin,ymax (A): 80.83000 134.9360 zmin,zma (A): 3.791000 52.96900 x,y,z range (A): 64.14800 54.10599 49.17800 scale (grids/A): 1.664900 object centre (A): 51.67300 107.8830 28.38000 number of atom coordinates read : 3282 total number of charged atoms : 3135 net assigned charge : -10.49999 assigned positive charge : 489.1173 centred at (gu) : 90.47691 89.42176 89.17393 assigned negative charge : -499.6186 centred at (gu) : 90.60745 88.81592 89.59447 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 74208 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30832 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 23523 mr = 49948 m= 2675 mr = 16285 m= 76 mr = 1350 m= 0 mr = 5 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 2333 time to turn everything in is 0.3500000 number of dielectric boundary points 32894 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 338 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 24104 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.5549666 object centre at (A) : 51.67300 107.8830 28.38000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.0973241E-05 -1.1998245E-02 midg,1,midg; midg,igrid,midg -3.3072971E-02 4.3953210E-03 1,midg,midg; igrid,midg,midg -1.3213526E-02 -1.4373251E-02 gauss-seidel spectral radius is 0.9982992 estimated iterations to convergence 193 setup time was (sec) 0.5500000 now iterating at: 03:17:01 rms-change max change #iterations 3.677518 167.3746 at 10iterations 1.565268 57.48603 at 20iterations 0.6676346 22.59318 at 30iterations 0.2847256 9.461121 at 40iterations 0.1218973 4.108311 at 50iterations 5.2429996E-02 1.740435 at 60iterations 2.2549162E-02 0.7589955 at 70iterations 9.6616736E-03 0.3327761 at 80iterations 4.1497201E-03 0.1550527 at 90iterations 1.8023411E-03 6.9890976E-02 at 100iterations 7.8701688E-04 2.6353836E-02 at 110iterations 3.5174008E-04 1.3843536E-02 at 120iterations finished qdiffx linear iterations at : 03:17:08 total time elapsed so far: 7.500000 # loops : 120 mean,max change (kT/e) : 3.5174008E-04 1.3843536E-02 energy calculations done at 7.500000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.640000 DelPhi exited at 03:17:09 7.640u 0.209s 0:08.36 93.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 Tue Oct 11 2011 at 03:17:09 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 = 3282 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.497350 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): 19.59900 83.74700 ymin,ymax (A): 80.83000 134.9360 zmin,zma (A): 3.791000 52.96900 x,y,z range (A): 64.14800 54.10599 49.17800 scale (grids/A): 2.497350 object centre (A): 51.67300 107.8830 28.38000 number of atom coordinates read : 3282 total number of charged atoms : 3135 net assigned charge : -10.49999 assigned positive charge : 489.1173 centred at (gu) : 90.71494 89.13223 88.76080 assigned negative charge : -499.6186 centred at (gu) : 90.91095 88.22372 89.39166 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 172333 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30832 grid for indexing accessible points = 1.400000 m= 80051 mr = 122285 m= 24046 mr = 62937 m= 4207 mr = 18346 m= 301 mr = 2796 m= 3 mr = 116 m= 0 mr = 0 time to grow re-entrant surface = 0.4800000 no. cavity mid-points inaccessible to solvent = 7670 time to turn everything in is 0.8600000 number of dielectric boundary points 74461 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 14 iepsmp to db, and charging done at 0.9500000 number of grid points assigned charge 25049 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.664900 object centre at (A) : 51.67300 107.8830 28.38000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.1180711E-03 -0.1560735 midg,1,midg; midg,igrid,midg -0.4471666 5.7640441E-02 1,midg,midg; igrid,midg,midg -0.1693665 -4.8377883E-02 gauss-seidel spectral radius is 0.9991854 estimated iterations to convergence 277 setup time was (sec) 1.090000 now iterating at: 03:17:10 rms-change max change #iterations 9.402678 274.8940 at 10iterations 5.350554 143.0129 at 20iterations 3.022936 63.63502 at 30iterations 1.703383 35.78635 at 40iterations 0.9575255 18.70948 at 50iterations 0.5375692 12.55102 at 60iterations 0.3006553 5.789380 at 70iterations 0.1684727 3.382629 at 80iterations 9.4112985E-02 1.886045 at 90iterations 5.2709714E-02 1.059753 at 100iterations 2.9521449E-02 0.5919442 at 110iterations 1.6499156E-02 0.3377914 at 120iterations 9.2135258E-03 0.1857151 at 130iterations 5.1492047E-03 0.1071815 at 140iterations 2.8797092E-03 5.5339813E-02 at 150iterations 1.6146513E-03 3.0521393E-02 at 160iterations 9.0252014E-04 2.0092010E-02 at 170iterations 5.0797896E-04 1.0251999E-02 at 180iterations finished qdiffx linear iterations at : 03:17:21 total time elapsed so far: 12.28000 # loops : 180 mean,max change (kT/e) : 5.0797896E-04 1.0251999E-02 energy calculations done at 12.28000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.42000 DelPhi exited at 03:17:22 12.421u 0.195s 0:13.09 96.3% 0+0k 0+0io 0pf+0w