Sat Oct 8 11:37:41 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:37:41 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4142 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.5142131 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): -1.532000 67.70000 ymin,ymax (A): -10.45500 39.12700 zmin,zma (A): -19.63700 45.11700 x,y,z range (A): 69.23199 49.58200 64.75400 scale (grids/A): 0.5142131 object centre (A): 33.08400 14.33600 12.74000 number of atom coordinates read : 4142 total number of charged atoms : 3977 net assigned charge : -7.999952 assigned positive charge : 618.7432 centred at (gu) : 88.05515 90.06889 90.32575 assigned negative charge : -626.7454 centred at (gu) : 88.11578 90.15007 90.38715 start vw surface at 0.1100000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 6740 nv = 96 ne = 84 npr = 87368 no. pairs analyzed = 87368 no. exposed pairs = 4750 no. arc points = 31876 no. surface atoms = 1624 nbur = 2518 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.652000 m= 257 mr = 3720 m= 0 mr = 12 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2800000 number of dielectric boundary points 3265 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3211 ## 452 charges are in solution ## iepsmp to db, and charging done at 0.3500000 number of grid points assigned charge 9218 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.3110335E-11 -3.2531103E-10 midg,1,midg; midg,igrid,midg 7.5486117E-11 -3.5844566E-10 1,midg,midg; igrid,midg,midg 4.5094931E-11 -1.7973105E-10 gauss-seidel spectral radius is 0.9806020 estimated iterations to convergence 59 setup time was (sec) 0.4800000 now iterating at: 11:37:42 rms-change max change #iterations 6.6576451E-02 10.02830 at 10iterations 5.0064595E-03 0.7798300 at 20iterations 8.4481912E-04 0.1158209 at 30iterations 2.1613213E-04 3.4077644E-02 at 40iterations 5.9445912E-05 9.8247528E-03 at 50iterations finished qdiffx linear iterations at : 11:37:45 total time elapsed so far: 3.860000 # loops : 50 mean,max change (kT/e) : 5.9445912E-05 9.8247528E-03 energy calculations done at 3.860000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.990000 DelPhi exited at 11:37:46 3.995u 0.215s 0:04.56 92.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 8 2011 at 11:37:46 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4142 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.542639 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): -1.532000 67.70000 ymin,ymax (A): -10.45500 39.12700 zmin,zma (A): -19.63700 45.11700 x,y,z range (A): 69.23199 49.58200 64.75400 scale (grids/A): 1.542639 object centre (A): 33.08400 14.33600 12.74000 number of atom coordinates read : 4142 total number of charged atoms : 3977 net assigned charge : -7.999952 assigned positive charge : 618.7432 centred at (gu) : 84.16439 90.20551 90.97601 assigned negative charge : -626.7454 centred at (gu) : 84.34680 90.44971 91.16084 start vw surface at 0.1200000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 77461 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31876 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 22807 mr = 55304 m= 2045 mr = 15728 m= 44 mr = 960 m= 0 mr = 2 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 1193 time to turn everything in is 0.4200000 number of dielectric boundary points 30363 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 368 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 29988 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.5142131 object centre at (A) : 33.08400 14.33600 12.74000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.0414619E-03 -1.2224955E-02 midg,1,midg; midg,igrid,midg -3.5640257E-03 -1.0779829E-02 1,midg,midg; igrid,midg,midg 1.6061055E-02 -7.5317607E-03 gauss-seidel spectral radius is 0.9980574 estimated iterations to convergence 180 setup time was (sec) 0.7000000 now iterating at: 11:37:47 rms-change max change #iterations 3.543471 164.5804 at 10iterations 1.428683 50.47738 at 20iterations 0.5806593 20.82328 at 30iterations 0.2352994 9.248857 at 40iterations 9.5575020E-02 3.165247 at 50iterations 3.8997762E-02 1.352786 at 60iterations 1.5993930E-02 0.6051254 at 70iterations 6.6254446E-03 0.2208939 at 80iterations 2.8264534E-03 0.1053257 at 90iterations 1.2648047E-03 4.3914795E-02 at 100iterations 6.1545271E-04 2.3294449E-02 at 110iterations 3.2824517E-04 1.1835098E-02 at 120iterations finished qdiffx linear iterations at : 11:37:56 total time elapsed so far: 9.690000 # loops : 120 mean,max change (kT/e) : 3.2824517E-04 1.1835098E-02 energy calculations done at 9.690000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.830000 DelPhi exited at 11:37:56 9.836u 0.310s 0:10.45 97.0% 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:37: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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4142 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.313959 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): -1.532000 67.70000 ymin,ymax (A): -10.45500 39.12700 zmin,zma (A): -19.63700 45.11700 x,y,z range (A): 69.23199 49.58200 64.75400 scale (grids/A): 2.313959 object centre (A): 33.08400 14.33600 12.74000 number of atom coordinates read : 4142 total number of charged atoms : 3977 net assigned charge : -7.999952 assigned positive charge : 618.7432 centred at (gu) : 81.24633 90.30801 91.46370 assigned negative charge : -626.7454 centred at (gu) : 81.52006 90.67443 91.74105 start vw surface at 0.1300000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 180785 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31876 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 81743 mr = 135131 m= 21032 mr = 65408 m= 3121 mr = 15637 m= 189 mr = 1987 m= 2 mr = 72 m= 0 mr = 0 time to grow re-entrant surface = 0.5400000 no. cavity mid-points inaccessible to solvent = 4021 time to turn everything in is 1.020000 number of dielectric boundary points 68637 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 50 iepsmp to db, and charging done at 1.150000 number of grid points assigned charge 31727 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.542639 object centre at (A) : 33.08400 14.33600 12.74000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2201998 -0.2268637 midg,1,midg; midg,igrid,midg -8.0930628E-02 -0.1710695 1,midg,midg; igrid,midg,midg 0.4810666 -0.3413644 gauss-seidel spectral radius is 0.9991150 estimated iterations to convergence 266 setup time was (sec) 1.360000 now iterating at: 11:37:58 rms-change max change #iterations 9.452107 252.6682 at 10iterations 5.283031 119.3049 at 20iterations 2.934032 65.93254 at 30iterations 1.623568 31.15283 at 40iterations 0.8943465 17.67870 at 50iterations 0.4921254 10.09514 at 60iterations 0.2700998 5.395308 at 70iterations 0.1477705 2.837608 at 80iterations 8.1199139E-02 1.709904 at 90iterations 4.4440266E-02 0.8482380 at 100iterations 2.4300847E-02 0.4860191 at 110iterations 1.3378764E-02 0.2585087 at 120iterations 7.3403972E-03 0.1655045 at 130iterations 4.0721614E-03 8.2508087E-02 at 140iterations 2.2736804E-03 4.4685364E-02 at 150iterations 1.2935807E-03 2.7454376E-02 at 160iterations 7.5884943E-04 1.5575469E-02 at 170iterations 4.6092970E-04 1.0318756E-02 at 180iterations finished qdiffx linear iterations at : 11:38:13 total time elapsed so far: 16.02000 # loops : 180 mean,max change (kT/e) : 4.6092970E-04 1.0318756E-02 energy calculations done at 16.02000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.15000 DelPhi exited at 11:38:14 16.150u 0.367s 0:17.16 96.2% 0+0k 0+0io 0pf+0w