Sat Oct 8 17:48:04 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 17:48:04 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 = 3440 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: 0.5123776 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): -5.706000 63.77400 ymin,ymax (A): 16.11800 72.17500 zmin,zma (A): -13.31200 34.38300 x,y,z range (A): 69.48000 56.05700 47.69500 scale (grids/A): 0.5123776 object centre (A): 29.03400 44.14650 10.53550 number of atom coordinates read : 3440 total number of charged atoms : 3295 net assigned charge : -6.999989 assigned positive charge : 516.2272 centred at (gu) : 90.41379 87.60593 89.46810 assigned negative charge : -523.2286 centred at (gu) : 90.39079 87.61965 89.48119 start vw surface at 0.1000000 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 5707 nv = 96 ne = 84 npr = 70410 no. pairs analyzed = 70410 no. exposed pairs = 4201 no. arc points = 28988 no. surface atoms = 1426 nbur = 2014 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.652000 m= 212 mr = 3008 m= 0 mr = 3 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2400000 number of dielectric boundary points 2908 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2890 ## 446 charges are in solution ## iepsmp to db, and charging done at 0.3000000 number of grid points assigned charge 7632 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -9.2905815E-11 -1.1731187E-10 midg,1,midg; midg,igrid,midg -1.4707856E-10 -7.3921362E-11 1,midg,midg; igrid,midg,midg -1.3905740E-10 -6.7768707E-11 gauss-seidel spectral radius is 0.9804190 estimated iterations to convergence 59 setup time was (sec) 0.4300000 now iterating at: 17:48:04 rms-change max change #iterations 5.7578735E-02 11.32236 at 10iterations 3.2573617E-03 0.7500491 at 20iterations 2.2297095E-04 4.1633606E-02 at 30iterations 3.5690704E-05 8.3843470E-03 at 40iterations 8.5554748E-06 2.1059513E-03 at 50iterations finished qdiffx linear iterations at : 17:48:07 total time elapsed so far: 3.310000 # loops : 50 mean,max change (kT/e) : 8.5554748E-06 2.1059513E-03 energy calculations done at 3.310000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.430000 DelPhi exited at 17:48:08 3.439u 0.178s 0:03.89 92.5% 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 17:48: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3440 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.537133 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): -5.706000 63.77400 ymin,ymax (A): 16.11800 72.17500 zmin,zma (A): -13.31200 34.38300 x,y,z range (A): 69.48000 56.05700 47.69500 scale (grids/A): 1.537133 object centre (A): 29.03400 44.14650 10.53550 number of atom coordinates read : 3440 total number of charged atoms : 3295 net assigned charge : -6.999989 assigned positive charge : 516.2272 centred at (gu) : 91.24037 82.81696 88.40340 assigned negative charge : -523.2286 centred at (gu) : 91.17171 82.85876 88.44323 start vw surface at 0.1000000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 64264 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28988 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 19021 mr = 44298 m= 1748 mr = 12931 m= 30 mr = 728 m= 0 mr = 3 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 301 time to turn everything in is 0.3200000 number of dielectric boundary points 27103 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 415 ## 8 charges are in solution ## iepsmp to db, and charging done at 0.3800000 number of grid points assigned charge 24744 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.5123776 object centre at (A) : 29.03400 44.14650 10.53550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.1546981E-04 -6.9196639E-04 midg,1,midg; midg,igrid,midg -1.2577154E-02 -1.1856850E-02 1,midg,midg; igrid,midg,midg 7.5667300E-03 -4.6295221E-03 gauss-seidel spectral radius is 0.9979768 estimated iterations to convergence 177 setup time was (sec) 0.5200000 now iterating at: 17:48:08 rms-change max change #iterations 3.158422 194.8610 at 10iterations 1.249591 50.39031 at 20iterations 0.4992848 18.22874 at 30iterations 0.1988449 7.295946 at 40iterations 7.9219826E-02 2.821712 at 50iterations 3.1543348E-02 1.261138 at 60iterations 1.2513404E-02 0.4530761 at 70iterations 5.0236564E-03 0.2002606 at 80iterations 1.9978101E-03 7.2740555E-02 at 90iterations 8.0461090E-04 2.8377533E-02 at 100iterations 3.2674280E-04 1.2955666E-02 at 110iterations 1.3659237E-04 6.0424805E-03 at 120iterations finished qdiffx linear iterations at : 17:48:15 total time elapsed so far: 7.490000 # loops : 120 mean,max change (kT/e) : 1.3659237E-04 6.0424805E-03 energy calculations done at 7.490000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.620000 DelPhi exited at 17:48:16 7.624u 0.207s 0:08.10 96.5% 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 17:48:16 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 = 3440 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.305699 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): -5.706000 63.77400 ymin,ymax (A): 16.11800 72.17500 zmin,zma (A): -13.31200 34.38300 x,y,z range (A): 69.48000 56.05700 47.69500 scale (grids/A): 2.305699 object centre (A): 29.03400 44.14650 10.53550 number of atom coordinates read : 3440 total number of charged atoms : 3295 net assigned charge : -6.999989 assigned positive charge : 516.2272 centred at (gu) : 91.86040 79.22514 87.60486 assigned negative charge : -523.2286 centred at (gu) : 91.75756 79.28782 87.66478 start vw surface at 0.1000000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 149772 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28988 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 67813 mr = 108858 m= 17448 mr = 53388 m= 2467 mr = 12715 m= 144 mr = 1514 m= 3 mr = 46 m= 0 mr = 0 time to grow re-entrant surface = 0.4300000 no. cavity mid-points inaccessible to solvent = 1078 time to turn everything in is 0.7600000 number of dielectric boundary points 61126 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 58 iepsmp to db, and charging done at 0.8500000 number of grid points assigned charge 26289 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.537133 object centre at (A) : 29.03400 44.14650 10.53550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.5695179E-02 1.7289183E-03 midg,1,midg; midg,igrid,midg -0.2400458 -0.2580242 1,midg,midg; igrid,midg,midg 0.5079836 -9.3640961E-02 gauss-seidel spectral radius is 0.9990748 estimated iterations to convergence 260 setup time was (sec) 0.9900000 now iterating at: 17:48:17 rms-change max change #iterations 8.436375 268.6749 at 10iterations 4.646786 125.2653 at 20iterations 2.543499 75.54787 at 30iterations 1.382357 33.39605 at 40iterations 0.7495670 18.51877 at 50iterations 0.4063567 8.475292 at 60iterations 0.2197974 5.580934 at 70iterations 0.1187026 2.550187 at 80iterations 6.3919447E-02 1.370152 at 90iterations 3.4498524E-02 0.7150459 at 100iterations 1.8563796E-02 0.3763962 at 110iterations 9.9974405E-03 0.2008154 at 120iterations 5.3743371E-03 0.1244545 at 130iterations 2.8987587E-03 6.0546875E-02 at 140iterations 1.5597179E-03 3.2131195E-02 at 150iterations 8.4118225E-04 1.6978264E-02 at 160iterations 4.5240208E-04 9.8490715E-03 at 170iterations 2.4481374E-04 5.5646896E-03 at 180iterations finished qdiffx linear iterations at : 17:48:28 total time elapsed so far: 11.96000 # loops : 180 mean,max change (kT/e) : 2.4481374E-04 5.5646896E-03 energy calculations done at 11.96000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.09000 DelPhi exited at 17:48:28 12.096u 0.207s 0:12.60 97.5% 0+0k 0+0io 0pf+0w