Sun Oct 9 08:33:54 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 Sun Oct 9 2011 at 08:33:54 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 = 6255 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1500000 grid size : 179 scale,in grids/A, set to be: 0.4559134 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): -2.624000 75.46100 ymin,ymax (A): -27.58200 36.71800 zmin,zma (A): 28.12400 92.79900 x,y,z range (A): 78.08500 64.30000 64.67500 scale (grids/A): 0.4559134 object centre (A): 36.41850 4.568002 60.46150 number of atom coordinates read : 6255 total number of charged atoms : 6084 net assigned charge : -3.999963 assigned positive charge : 945.7255 centred at (gu) : 89.56644 90.18819 90.85371 assigned negative charge : -949.7338 centred at (gu) : 89.50519 90.17030 90.93759 start vw surface at 0.2400000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 7830 nv = 96 ne = 84 npr = 126680 no. pairs analyzed = 126680 no. exposed pairs = 7655 no. arc points = 53021 no. surface atoms = 2574 nbur = 3681 mkacc time = 0.2700000 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.876000 m= 192 mr = 3913 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5500000 number of dielectric boundary points 4110 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4785 ## 941 charges are in solution ## iepsmp to db, and charging done at 0.6600000 number of grid points assigned charge 10768 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.3495729E-11 -3.1961621E-11 midg,1,midg; midg,igrid,midg -7.5273876E-12 1.1194263E-12 1,midg,midg; igrid,midg,midg -2.1584245E-11 1.0388843E-11 gauss-seidel spectral radius is 0.9755321 estimated iterations to convergence 53 setup time was (sec) 0.8000000 now iterating at: 08:33:55 rms-change max change #iterations 4.2871151E-02 6.109970 at 10iterations 2.3317463E-03 0.4895782 at 20iterations 4.2141145E-04 0.1132851 at 30iterations 1.1385213E-04 2.9006958E-02 at 40iterations 3.2426073E-05 7.7590942E-03 at 50iterations finished qdiffx linear iterations at : 08:33:58 total time elapsed so far: 3.480000 # loops : 50 mean,max change (kT/e) : 3.2426073E-05 7.7590942E-03 energy calculations done at 3.480000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.650000 DelPhi exited at 08:33:58 3.656u 0.196s 0:04.13 92.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 Sun Oct 9 2011 at 08:33:58 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 = 6255 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 1.367740 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): -2.624000 75.46100 ymin,ymax (A): -27.58200 36.71800 zmin,zma (A): 28.12400 92.79900 x,y,z range (A): 78.08500 64.30000 64.67500 scale (grids/A): 1.367740 object centre (A): 36.41850 4.568002 60.46150 number of atom coordinates read : 6255 total number of charged atoms : 6084 net assigned charge : -3.999963 assigned positive charge : 945.7255 centred at (gu) : 88.69753 90.56229 92.55916 assigned negative charge : -949.7338 centred at (gu) : 88.51510 90.51045 92.81199 start vw surface at 0.2100000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 90859 reading accessible surface arcs data from file ARCDAT no. of arc points read = 53021 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.764000 m= 22343 mr = 61784 m= 1284 mr = 13710 m= 17 mr = 357 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 243 time to turn everything in is 0.6400000 number of dielectric boundary points 38652 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 921 ## 29 charges are in solution ## iepsmp to db, and charging done at 0.7800000 number of grid points assigned charge 43497 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.4559134 object centre at (A) : 36.41850 4.568002 60.46150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.3869984E-03 -3.1209572E-03 midg,1,midg; midg,igrid,midg -2.0887926E-03 -1.3677155E-03 1,midg,midg; igrid,midg,midg -5.4545235E-03 2.2973481E-04 gauss-seidel spectral radius is 0.9976947 estimated iterations to convergence 166 setup time was (sec) 0.9500000 now iterating at: 08:33:59 rms-change max change #iterations 3.384834 143.7356 at 10iterations 1.258241 43.32537 at 20iterations 0.4714144 14.94603 at 30iterations 0.1764370 6.573132 at 40iterations 6.6134676E-02 2.074738 at 50iterations 2.4812162E-02 0.8749161 at 60iterations 9.4117345E-03 0.3367804 at 70iterations 3.5975652E-03 0.1289711 at 80iterations 1.4316115E-03 5.2511215E-02 at 90iterations 6.1535498E-04 2.5951385E-02 at 100iterations 2.9352907E-04 1.3481140E-02 at 110iterations 1.5940878E-04 7.1792603E-03 at 120iterations finished qdiffx linear iterations at : 08:34:06 total time elapsed so far: 7.540000 # loops : 120 mean,max change (kT/e) : 1.5940878E-04 7.1792603E-03 energy calculations done at 7.540000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.710000 DelPhi exited at 08:34:07 7.714u 0.229s 0:08.29 95.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 Sun Oct 9 2011 at 08:34:07 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 = 6255 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1500000 grid size : 179 scale,in grids/A, set to be: 2.051610 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): -2.624000 75.46100 ymin,ymax (A): -27.58200 36.71800 zmin,zma (A): 28.12400 92.79900 x,y,z range (A): 78.08500 64.30000 64.67500 scale (grids/A): 2.051610 object centre (A): 36.41850 4.568002 60.46150 number of atom coordinates read : 6255 total number of charged atoms : 6084 net assigned charge : -3.999963 assigned positive charge : 945.7255 centred at (gu) : 88.04578 90.84315 93.83819 assigned negative charge : -949.7338 centred at (gu) : 87.77261 90.76550 94.21786 start vw surface at 0.2400000 fill in re-entrant regions at 0.5300000 boundary points on vw surface= 212650 reading accessible surface arcs data from file ARCDAT no. of arc points read = 53021 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.736000 m= 85469 mr = 152810 m= 16520 mr = 64292 m= 1437 mr = 10965 m= 35 mr = 644 m= 0 mr = 0 time to grow re-entrant surface = 0.8700000 no. cavity mid-points inaccessible to solvent = 825 time to turn everything in is 1.510000 number of dielectric boundary points 87400 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 247 iepsmp to db, and charging done at 1.650000 number of grid points assigned charge 48256 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.367740 object centre at (A) : 36.41850 4.568002 60.46150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1172109 -6.9680721E-02 midg,1,midg; midg,igrid,midg -3.6904257E-02 -3.7239738E-02 1,midg,midg; igrid,midg,midg -5.5220383E-03 -0.1583213 gauss-seidel spectral radius is 0.9990672 estimated iterations to convergence 259 setup time was (sec) 1.840000 now iterating at: 08:34:09 rms-change max change #iterations 9.897995 273.4530 at 10iterations 5.533569 137.1312 at 20iterations 3.065573 70.13223 at 30iterations 1.687276 37.44067 at 40iterations 0.9259736 23.59922 at 50iterations 0.5067260 10.49229 at 60iterations 0.2767254 5.335141 at 70iterations 0.1505568 3.082342 at 80iterations 8.1883974E-02 1.653706 at 90iterations 4.4464141E-02 0.8200855 at 100iterations 2.4072956E-02 0.5509715 at 110iterations 1.3031613E-02 0.2592435 at 120iterations 7.0561874E-03 0.1426888 at 130iterations 3.8178416E-03 7.1998596E-02 at 140iterations 2.0636767E-03 3.8749695E-02 at 150iterations 1.1199053E-03 2.2552490E-02 at 160iterations 6.0680229E-04 1.3008595E-02 at 170iterations 3.3039760E-04 6.3657761E-03 at 180iterations finished qdiffx linear iterations at : 08:34:19 total time elapsed so far: 12.63000 # loops : 180 mean,max change (kT/e) : 3.3039760E-04 6.3657761E-03 energy calculations done at 12.63000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.81000 DelPhi exited at 08:34:20 12.809u 0.232s 0:13.47 96.7% 0+0k 0+0io 0pf+0w