Sat Oct 8 11:48:18 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 11:48:18 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 = 3116 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.5765556 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): -12.75000 43.46400 ymin,ymax (A): -8.610001 53.13600 zmin,zma (A): 17.65300 73.05400 x,y,z range (A): 56.21400 61.74600 55.40100 scale (grids/A): 0.5765556 object centre (A): 15.35700 22.26300 45.35350 number of atom coordinates read : 3116 total number of charged atoms : 2958 net assigned charge : -7.499990 assigned positive charge : 460.3856 centred at (gu) : 90.69082 92.02535 91.53095 assigned negative charge : -467.8869 centred at (gu) : 90.73254 92.01209 91.42579 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6856 nv = 96 ne = 84 npr = 61264 no. pairs analyzed = 61264 no. exposed pairs = 4365 no. arc points = 31607 no. surface atoms = 1435 nbur = 1681 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.484000 m= 288 mr = 3254 m= 2 mr = 15 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2200000 number of dielectric boundary points 3877 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3125 ## 353 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 8770 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.5615057E-09 9.8161201E-10 midg,1,midg; midg,igrid,midg -1.1036161E-09 -1.9134050E-09 1,midg,midg; igrid,midg,midg -5.4041599E-10 -2.7443672E-09 gauss-seidel spectral radius is 0.9844980 estimated iterations to convergence 66 setup time was (sec) 0.4100000 now iterating at: 11:48:19 rms-change max change #iterations 9.4263576E-02 14.19107 at 10iterations 7.4212044E-03 1.004516 at 20iterations 5.8018655E-04 8.8855743E-02 at 30iterations 4.8308950E-05 7.4110031E-03 at 40iterations 5.7752168E-06 7.9345703E-04 at 50iterations finished qdiffx linear iterations at : 11:48:24 total time elapsed so far: 3.300000 # loops : 50 mean,max change (kT/e) : 5.7752168E-06 7.9345703E-04 energy calculations done at 3.300000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.430000 DelPhi exited at 11:48:24 3.433u 0.193s 0:05.84 61.9% 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 11:48:24 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 = 3116 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.729667 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): -12.75000 43.46400 ymin,ymax (A): -8.610001 53.13600 zmin,zma (A): 17.65300 73.05400 x,y,z range (A): 56.21400 61.74600 55.40100 scale (grids/A): 1.729667 object centre (A): 15.35700 22.26300 45.35350 number of atom coordinates read : 3116 total number of charged atoms : 2958 net assigned charge : -7.499990 assigned positive charge : 460.3856 centred at (gu) : 92.07160 96.07520 94.59159 assigned negative charge : -467.8869 centred at (gu) : 92.19755 96.03585 94.27713 start vw surface at 0.1000000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 74828 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31607 grid for indexing accessible points = 1.400000 m= 22434 mr = 48059 m= 2604 mr = 14514 m= 107 mr = 1276 m= 1 mr = 13 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.3900000 number of dielectric boundary points 36112 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 301 iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 22950 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.5765556 object centre at (A) : 15.35700 22.26300 45.35350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.6047154E-03 9.3941689E-03 midg,1,midg; midg,igrid,midg -2.6470669E-02 -1.0794926E-02 1,midg,midg; igrid,midg,midg -2.2755952E-03 -1.5725616E-02 gauss-seidel spectral radius is 0.9984207 estimated iterations to convergence 200 setup time was (sec) 0.6500000 now iterating at: 11:48:25 rms-change max change #iterations 3.838178 196.1602 at 10iterations 1.683115 65.76631 at 20iterations 0.7400741 23.48666 at 30iterations 0.3261421 11.70575 at 40iterations 0.1435747 5.565947 at 50iterations 6.3308805E-02 2.213427 at 60iterations 2.7934581E-02 0.9959183 at 70iterations 1.2341537E-02 0.4089029 at 80iterations 5.4210336E-03 0.1800339 at 90iterations 2.3968788E-03 7.9311371E-02 at 100iterations 1.0618560E-03 3.4870148E-02 at 110iterations 4.6979895E-04 1.5842915E-02 at 120iterations finished qdiffx linear iterations at : 11:48:33 total time elapsed so far: 8.140000 # loops : 120 mean,max change (kT/e) : 4.6979895E-04 1.5842915E-02 energy calculations done at 8.140000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.270000 DelPhi exited at 11:48:34 8.276u 0.289s 0:09.63 88.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 Sat Oct 8 2011 at 11:48:34 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 = 3116 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.594500 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): -12.75000 43.46400 ymin,ymax (A): -8.610001 53.13600 zmin,zma (A): 17.65300 73.05400 x,y,z range (A): 56.21400 61.74600 55.40100 scale (grids/A): 2.594500 object centre (A): 15.35700 22.26300 45.35350 number of atom coordinates read : 3116 total number of charged atoms : 2958 net assigned charge : -7.499990 assigned positive charge : 460.3856 centred at (gu) : 93.10698 99.11243 96.88731 assigned negative charge : -467.8869 centred at (gu) : 93.29604 99.05366 96.41557 start vw surface at 0.1000000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 173517 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31607 grid for indexing accessible points = 1.400000 m= 76254 mr = 118318 m= 22537 mr = 57954 m= 4161 mr = 16384 m= 379 mr = 2599 m= 10 mr = 183 m= 0 mr = 0 time to grow re-entrant surface = 0.4900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.9000000 number of dielectric boundary points 81420 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 15 iepsmp to db, and charging done at 1.000000 number of grid points assigned charge 23650 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.729667 object centre at (A) : 15.35700 22.26300 45.35350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1328284 0.1778941 midg,1,midg; midg,igrid,midg -0.1854168 -0.1801104 1,midg,midg; igrid,midg,midg 4.4280104E-02 -0.2058238 gauss-seidel spectral radius is 0.9992244 estimated iterations to convergence 283 setup time was (sec) 1.150000 now iterating at: 11:48:36 rms-change max change #iterations 9.712560 336.2500 at 10iterations 5.645450 143.4641 at 20iterations 3.250612 70.35794 at 30iterations 1.872549 37.05772 at 40iterations 1.070922 23.97772 at 50iterations 0.6128850 13.08973 at 60iterations 0.3493228 6.971413 at 70iterations 0.1989437 3.981499 at 80iterations 0.1133003 2.124576 at 90iterations 6.4473711E-02 1.349311 at 100iterations 3.6584955E-02 0.7355743 at 110iterations 2.0800663E-02 0.4477425 at 120iterations 1.1798703E-02 0.2253876 at 130iterations 6.6926195E-03 0.1307335 at 140iterations 3.7927302E-03 7.8274250E-02 at 150iterations 2.1496259E-03 4.1944504E-02 at 160iterations 1.2180022E-03 2.6107788E-02 at 170iterations 6.9151795E-04 1.3388634E-02 at 180iterations finished qdiffx linear iterations at : 11:48:55 total time elapsed so far: 12.73000 # loops : 180 mean,max change (kT/e) : 6.9151795E-04 1.3388634E-02 energy calculations done at 12.73000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.87000 DelPhi exited at 11:48:56 12.868u 0.192s 0:21.61 60.3% 0+0k 0+0io 0pf+0w