Mon Oct 10 17:05:08 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+sph2.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 = amb2.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 17:05:08 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: 286 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2791 !!! WARNING: HIZ 617 has a net charge of 0.2000 !!! WARNING: HIZ 653 has a net charge of 0.2000 !!! WARNING: GLM 775 has a net charge of -0.0940 !!! WARNING: GLM 817 has a net charge of -0.0940 !!! WARNING: GLU 858 has a net charge of -2.0000 !!! WARNING: MG8 866 has a net charge of 1.4000 !!! WARNING: ZN8 867 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= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.5828326 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): -14.99700 46.08400 ymin,ymax (A): -30.80600 26.72500 zmin,zma (A): -7.461000 41.24400 x,y,z range (A): 61.08100 57.53100 48.70500 scale (grids/A): 0.5828326 object centre (A): 15.54350 -2.040500 16.89150 number of atom coordinates read : 2791 total number of charged atoms : 2639 net assigned charge : -0.4879837 assigned positive charge : 419.6895 centred at (gu) : 88.02465 90.26099 90.76874 assigned negative charge : -420.1784 centred at (gu) : 88.13206 90.19572 90.76739 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 6095 nv = 96 ne = 84 npr = 57770 no. pairs analyzed = 57770 no. exposed pairs = 3428 no. arc points = 23790 no. surface atoms = 1157 nbur = 1634 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= 242 mr = 3226 m= 1 mr = 16 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3200000 number of dielectric boundary points 3096 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2459 ## 274 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 7796 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.7162224E-10 -1.7091528E-10 midg,1,midg; midg,igrid,midg -1.5701080E-09 1.3824278E-09 1,midg,midg; igrid,midg,midg 3.6012409E-09 -1.6676153E-09 gauss-seidel spectral radius is 0.9847864 estimated iterations to convergence 67 setup time was (sec) 0.6000000 now iterating at: 17:05:09 rms-change max change #iterations 9.7215421E-02 15.37718 at 10iterations 7.6796138E-03 1.272839 at 20iterations 6.9270853E-04 0.1063948 at 30iterations 8.4117128E-05 1.5350342E-02 at 40iterations 1.6279166E-05 2.7275085E-03 at 50iterations finished qdiffx linear iterations at : 17:05:13 total time elapsed so far: 4.810000 # loops : 50 mean,max change (kT/e) : 1.6279166E-05 2.7275085E-03 energy calculations done at 4.810000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.970000 DelPhi exited at 17:05:14 4.976u 0.463s 0:05.99 90.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 Mon Oct 10 2011 at 17:05:14 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: 286 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2791 !!! WARNING: HIZ 617 has a net charge of 0.2000 !!! WARNING: HIZ 653 has a net charge of 0.2000 !!! WARNING: GLM 775 has a net charge of -0.0940 !!! WARNING: GLM 817 has a net charge of -0.0940 !!! WARNING: GLU 858 has a net charge of -2.0000 !!! WARNING: MG8 866 has a net charge of 1.4000 !!! WARNING: ZN8 867 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.748498 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): -14.99700 46.08400 ymin,ymax (A): -30.80600 26.72500 zmin,zma (A): -7.461000 41.24400 x,y,z range (A): 61.08100 57.53100 48.70500 scale (grids/A): 1.748498 object centre (A): 15.54350 -2.040500 16.89150 number of atom coordinates read : 2791 total number of charged atoms : 2639 net assigned charge : -0.4879837 assigned positive charge : 419.6895 centred at (gu) : 84.07330 90.78233 92.30536 assigned negative charge : -420.1784 centred at (gu) : 84.39594 90.58674 92.30183 start vw surface at 0.1300000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 67546 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23790 grid for indexing accessible points = 1.400000 m= 21697 mr = 46409 m= 2676 mr = 15302 m= 89 mr = 1523 m= 0 mr = 13 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 182 time to turn everything in is 0.5700000 number of dielectric boundary points 28761 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 229 iepsmp to db, and charging done at 0.6900000 number of grid points assigned charge 20500 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.5828326 object centre at (A) : 15.54350 -2.040500 16.89150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.0448645E-03 3.9294069E-03 midg,1,midg; midg,igrid,midg -3.5385592E-03 9.5513277E-03 1,midg,midg; igrid,midg,midg 2.3178371E-02 -1.0940688E-02 gauss-seidel spectral radius is 0.9984007 estimated iterations to convergence 198 setup time was (sec) 0.8900000 now iterating at: 17:05:16 rms-change max change #iterations 3.753983 147.4234 at 10iterations 1.655238 56.79935 at 20iterations 0.7275773 27.70967 at 30iterations 0.3214939 11.45682 at 40iterations 0.1415620 5.311321 at 50iterations 6.2542289E-02 2.187773 at 60iterations 2.7433816E-02 0.9369788 at 70iterations 1.2114616E-02 0.4543700 at 80iterations 5.3534871E-03 0.1996956 at 90iterations 2.3605970E-03 7.7820301E-02 at 100iterations 1.0406666E-03 3.6585987E-02 at 110iterations 4.6066832E-04 1.6020298E-02 at 120iterations finished qdiffx linear iterations at : 17:05:26 total time elapsed so far: 11.42000 # loops : 120 mean,max change (kT/e) : 4.6066832E-04 1.6020298E-02 energy calculations done at 11.42000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.59000 DelPhi exited at 17:05:27 11.593u 0.512s 0:12.84 94.2% 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 17:05:27 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: 286 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2791 !!! WARNING: HIZ 617 has a net charge of 0.2000 !!! WARNING: HIZ 653 has a net charge of 0.2000 !!! WARNING: GLM 775 has a net charge of -0.0940 !!! WARNING: GLM 817 has a net charge of -0.0940 !!! WARNING: GLU 858 has a net charge of -2.0000 !!! WARNING: MG8 866 has a net charge of 1.4000 !!! WARNING: ZN8 867 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.622747 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): -14.99700 46.08400 ymin,ymax (A): -30.80600 26.72500 zmin,zma (A): -7.461000 41.24400 x,y,z range (A): 61.08100 57.53100 48.70500 scale (grids/A): 2.622747 object centre (A): 15.54350 -2.040500 16.89150 number of atom coordinates read : 2791 total number of charged atoms : 2639 net assigned charge : -0.4879837 assigned positive charge : 419.6895 centred at (gu) : 81.10973 91.17320 93.45777 assigned negative charge : -420.1784 centred at (gu) : 81.59384 90.88002 93.45264 start vw surface at 0.1300000 fill in re-entrant regions at 0.4700000 boundary points on vw surface= 157227 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23790 grid for indexing accessible points = 1.400000 m= 72921 mr = 113722 m= 23192 mr = 58154 m= 4456 mr = 17906 m= 390 mr = 3259 m= 10 mr = 232 m= 0 mr = 0 time to grow re-entrant surface = 0.8500000 no. cavity mid-points inaccessible to solvent = 564 time to turn everything in is 1.430000 number of dielectric boundary points 64923 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5 iepsmp to db, and charging done at 1.590000 number of grid points assigned charge 21100 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.748498 object centre at (A) : 15.54350 -2.040500 16.89150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.5944192E-02 9.2208132E-02 midg,1,midg; midg,igrid,midg -4.4594766E-03 0.1524741 1,midg,midg; igrid,midg,midg 0.6069185 -0.1619616 gauss-seidel spectral radius is 0.9991989 estimated iterations to convergence 279 setup time was (sec) 1.800000 now iterating at: 17:05:29 rms-change max change #iterations 9.220313 275.4872 at 10iterations 5.264053 118.0662 at 20iterations 2.987273 82.00214 at 30iterations 1.695692 41.75357 at 40iterations 0.9586715 21.65534 at 50iterations 0.5402683 10.81047 at 60iterations 0.3052013 6.462301 at 70iterations 0.1714197 3.529060 at 80iterations 9.6666873E-02 1.984518 at 90iterations 5.4279227E-02 1.013462 at 100iterations 3.0523587E-02 0.5971603 at 110iterations 1.7154031E-02 0.3351603 at 120iterations 9.6560763E-03 0.1826248 at 130iterations 5.4344297E-03 0.1038775 at 140iterations 3.0497725E-03 5.8786392E-02 at 150iterations 1.7182711E-03 3.8701653E-02 at 160iterations 9.6901460E-04 1.9344330E-02 at 170iterations 5.4824178E-04 1.1043549E-02 at 180iterations finished qdiffx linear iterations at : 17:05:47 total time elapsed so far: 19.40000 # loops : 180 mean,max change (kT/e) : 5.4824178E-04 1.1043549E-02 energy calculations done at 19.40000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.58000 DelPhi exited at 17:05:48 19.582u 0.524s 0:20.75 96.8% 0+0k 0+0io 0pf+0w