Sat Oct 15 13:58:14 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 Sat Oct 15 2011 at 13:58:15 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: 349 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4320 !!! WARNING: GLM 171 has a net charge of -0.0940 !!! WARNING: HEM 821 has a net charge of -3.4000 !!! WARNING: FE 2 has a net charge of 1.4000 !!! WARNING: FE 3 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.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.5131310 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): -16.06400 36.71800 ymin,ymax (A): -31.95500 31.47800 zmin,zma (A): -3.822000 65.55600 x,y,z range (A): 52.78200 63.43300 69.37800 scale (grids/A): 0.5131310 object centre (A): 10.32700 -0.2385006 30.86700 number of atom coordinates read : 4320 total number of charged atoms : 4114 net assigned charge : 0.8060333 assigned positive charge : 646.4402 centred at (gu) : 90.29234 90.70097 87.65292 assigned negative charge : -645.6381 centred at (gu) : 90.17665 90.75623 87.77820 start vw surface at 0.1300000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 7144 nv = 96 ne = 84 npr = 88377 no. pairs analyzed = 88377 no. exposed pairs = 5528 no. arc points = 38964 no. surface atoms = 1858 nbur = 2462 mkacc time = 0.1600000 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.652000 m= 261 mr = 3627 m= 2 mr = 8 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3000000 number of dielectric boundary points 3772 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3752 ## 573 charges are in solution ## iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 9638 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.1051308E-10 -1.7552487E-10 midg,1,midg; midg,igrid,midg 1.2210311E-10 -1.6863126E-10 1,midg,midg; igrid,midg,midg -2.7751185E-10 3.2442532E-10 gauss-seidel spectral radius is 0.9805436 estimated iterations to convergence 59 setup time was (sec) 0.5400000 now iterating at: 13:58:18 rms-change max change #iterations 6.6553213E-02 9.899628 at 10iterations 3.8643226E-03 0.7243357 at 20iterations 2.6602007E-04 4.3436050E-02 at 30iterations 4.9330007E-05 6.0329437E-03 at 40iterations 1.5459678E-05 1.8471032E-03 at 50iterations finished qdiffx linear iterations at : 13:58:25 total time elapsed so far: 3.740000 # loops : 50 mean,max change (kT/e) : 1.5459678E-05 1.8471032E-03 energy calculations done at 3.740000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.880000 DelPhi exited at 13:58:26 3.884u 0.231s 0:10.70 38.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 15 2011 at 13:58:26 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: 349 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4320 !!! WARNING: GLM 171 has a net charge of -0.0940 !!! WARNING: HEM 821 has a net charge of -3.4000 !!! WARNING: FE 2 has a net charge of 1.4000 !!! WARNING: FE 3 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: 1.539393 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): -16.06400 36.71800 ymin,ymax (A): -31.95500 31.47800 zmin,zma (A): -3.822000 65.55600 x,y,z range (A): 52.78200 63.43300 69.37800 scale (grids/A): 1.539393 object centre (A): 10.32700 -0.2385006 30.86700 number of atom coordinates read : 4320 total number of charged atoms : 4114 net assigned charge : 0.8060333 assigned positive charge : 646.4402 centred at (gu) : 90.87564 92.10191 82.95728 assigned negative charge : -645.6381 centred at (gu) : 90.52952 92.26833 83.33432 start vw surface at 0.1200000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 80488 reading accessible surface arcs data from file ARCDAT no. of arc points read = 38964 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 22904 mr = 54434 m= 1978 mr = 14964 m= 42 mr = 842 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 161 time to turn everything in is 0.4200000 number of dielectric boundary points 35172 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 483 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 31034 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.5131310 object centre at (A) : 10.32700 -0.2385006 30.86700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.1968049E-03 -1.4340593E-02 midg,1,midg; midg,igrid,midg -4.2152853E-05 -5.7580057E-03 1,midg,midg; igrid,midg,midg -3.2984270E-03 8.8515654E-03 gauss-seidel spectral radius is 0.9980888 estimated iterations to convergence 182 setup time was (sec) 0.6600000 now iterating at: 13:58:28 rms-change max change #iterations 3.606830 156.2360 at 10iterations 1.464222 53.89986 at 20iterations 0.5947200 19.55679 at 30iterations 0.2428621 8.564732 at 40iterations 9.8908983E-02 3.163036 at 50iterations 4.0451936E-02 1.431519 at 60iterations 1.6481807E-02 0.5556946 at 70iterations 6.7628366E-03 0.2156372 at 80iterations 2.7644541E-03 8.9920044E-02 at 90iterations 1.1358877E-03 3.8314819E-02 at 100iterations 4.6782769E-04 1.6269684E-02 at 110iterations 1.9753832E-04 6.3080788E-03 at 120iterations finished qdiffx linear iterations at : 13:58:42 total time elapsed so far: 8.360000 # loops : 120 mean,max change (kT/e) : 1.9753832E-04 6.3080788E-03 energy calculations done at 8.360000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.490000 DelPhi exited at 13:58:43 8.494u 0.283s 0:16.83 52.1% 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 15 2011 at 13:58:43 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: 349 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4320 !!! WARNING: GLM 171 has a net charge of -0.0940 !!! WARNING: HEM 821 has a net charge of -3.4000 !!! WARNING: FE 2 has a net charge of 1.4000 !!! WARNING: FE 3 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: 2.309089 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): -16.06400 36.71800 ymin,ymax (A): -31.95500 31.47800 zmin,zma (A): -3.822000 65.55600 x,y,z range (A): 52.78200 63.43300 69.37800 scale (grids/A): 2.309089 object centre (A): 10.32700 -0.2385006 30.86700 number of atom coordinates read : 4320 total number of charged atoms : 4114 net assigned charge : 0.8060333 assigned positive charge : 646.4402 centred at (gu) : 91.31315 93.15241 79.43556 assigned negative charge : -645.6381 centred at (gu) : 90.79415 93.40241 80.00146 start vw surface at 0.1200000 fill in re-entrant regions at 0.3700000 boundary points on vw surface= 187563 reading accessible surface arcs data from file ARCDAT no. of arc points read = 38964 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 82310 mr = 134000 m= 20181 mr = 63666 m= 2839 mr = 14119 m= 168 mr = 1746 m= 4 mr = 68 m= 0 mr = 0 time to grow re-entrant surface = 0.5700000 no. cavity mid-points inaccessible to solvent = 611 time to turn everything in is 1.030000 number of dielectric boundary points 79466 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 90 iepsmp to db, and charging done at 1.150000 number of grid points assigned charge 32818 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.539393 object centre at (A) : 10.32700 -0.2385006 30.86700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1552674 -0.2992170 midg,1,midg; midg,igrid,midg -5.3931173E-02 -0.1612017 1,midg,midg; igrid,midg,midg -4.4760086E-02 0.1241552 gauss-seidel spectral radius is 0.9991466 estimated iterations to convergence 270 setup time was (sec) 1.320000 now iterating at: 13:58:46 rms-change max change #iterations 9.776435 302.4742 at 10iterations 5.570108 140.9670 at 20iterations 3.152209 74.14247 at 30iterations 1.776502 39.59316 at 40iterations 0.9962845 22.25233 at 50iterations 0.5567260 12.60059 at 60iterations 0.3110252 7.615946 at 70iterations 0.1726727 3.570976 at 80iterations 9.5828407E-02 1.910416 at 90iterations 5.3186078E-02 1.138209 at 100iterations 2.9437918E-02 0.6161232 at 110iterations 1.6330544E-02 0.3205280 at 120iterations 9.0308990E-03 0.1837397 at 130iterations 4.9993219E-03 0.1024532 at 140iterations 2.7642422E-03 5.4197788E-02 at 150iterations 1.5261238E-03 2.9277325E-02 at 160iterations 8.4474520E-04 1.5746951E-02 at 170iterations 4.6599726E-04 1.0087967E-02 at 180iterations finished qdiffx linear iterations at : 13:59:09 total time elapsed so far: 14.35000 # loops : 180 mean,max change (kT/e) : 4.6599726E-04 1.0087967E-02 energy calculations done at 14.35000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.48000 DelPhi exited at 13:59:11 14.483u 0.304s 0:27.45 53.8% 0+0k 0+0io 0pf+0w