Mon Oct 10 14:00:39 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 Mon Oct 10 2011 at 14:00:39 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 = 3124 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 0.5439017 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): -39.56400 20.64700 ymin,ymax (A): -0.4859999 51.36100 zmin,zma (A): -0.4730000 64.98000 x,y,z range (A): 60.21100 51.84700 65.45300 scale (grids/A): 0.5439017 object centre (A): -9.458500 25.43750 32.25350 number of atom coordinates read : 3124 total number of charged atoms : 2975 net assigned charge : 0.5000136 assigned positive charge : 460.4189 centred at (gu) : 89.88034 90.96841 90.43331 assigned negative charge : -459.9202 centred at (gu) : 89.94947 90.82416 90.38242 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 6037 nv = 96 ne = 84 npr = 62295 no. pairs analyzed = 62295 no. exposed pairs = 4162 no. arc points = 29206 no. surface atoms = 1395 nbur = 1729 mkacc time = 0.1400000 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.568000 m= 253 mr = 2955 m= 0 mr = 22 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 3313 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2881 ## 347 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 7804 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.7616293E-10 3.7812714E-10 midg,1,midg; midg,igrid,midg -7.1829875E-10 1.1738807E-09 1,midg,midg; igrid,midg,midg 4.6708487E-10 -4.1323039E-10 gauss-seidel spectral radius is 0.9825888 estimated iterations to convergence 62 setup time was (sec) 0.5600000 now iterating at: 14:00:40 rms-change max change #iterations 7.3765233E-02 11.85309 at 10iterations 4.9832100E-03 0.8719730 at 20iterations 3.4658721E-04 6.0943604E-02 at 30iterations 4.3324333E-05 8.5830688E-03 at 40iterations 1.1013559E-05 2.4898052E-03 at 50iterations finished qdiffx linear iterations at : 14:00:43 total time elapsed so far: 3.210000 # loops : 50 mean,max change (kT/e) : 1.1013559E-05 2.4898052E-03 energy calculations done at 3.210000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.380000 DelPhi exited at 14:00:44 3.387u 0.215s 0:04.62 77.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 Mon Oct 10 2011 at 14:00:44 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 = 3124 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.631705 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): -39.56400 20.64700 ymin,ymax (A): -0.4859999 51.36100 zmin,zma (A): -0.4730000 64.98000 x,y,z range (A): 60.21100 51.84700 65.45300 scale (grids/A): 1.631705 object centre (A): -9.458500 25.43750 32.25350 number of atom coordinates read : 3124 total number of charged atoms : 2975 net assigned charge : 0.5000136 assigned positive charge : 460.4189 centred at (gu) : 89.64017 92.90448 91.29897 assigned negative charge : -459.9202 centred at (gu) : 89.84802 92.47245 91.14671 start vw surface at 0.1700000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 65998 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29206 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 20730 mr = 43382 m= 2126 mr = 13833 m= 63 mr = 914 m= 2 mr = 5 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5100000 number of dielectric boundary points 30785 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 280 iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 22736 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.5439017 object centre at (A) : -9.458500 25.43750 32.25350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.0604378E-02 -1.0762558E-02 midg,1,midg; midg,igrid,midg -9.0483967E-03 1.5293879E-02 1,midg,midg; igrid,midg,midg -3.8018392E-03 -2.4243013E-03 gauss-seidel spectral radius is 0.9982026 estimated iterations to convergence 187 setup time was (sec) 0.7900000 now iterating at: 14:00:45 rms-change max change #iterations 3.353766 163.7122 at 10iterations 1.394463 58.84290 at 20iterations 0.5822294 20.28267 at 30iterations 0.2436939 8.288029 at 40iterations 0.1019019 3.846544 at 50iterations 4.2541154E-02 1.509149 at 60iterations 1.7833300E-02 0.6498308 at 70iterations 7.4687903E-03 0.2771873 at 80iterations 3.1216366E-03 0.1063294 at 90iterations 1.3074474E-03 5.3543091E-02 at 100iterations 5.4912863E-04 2.0201683E-02 at 110iterations 2.3034429E-04 7.8887939E-03 at 120iterations finished qdiffx linear iterations at : 14:00:52 total time elapsed so far: 7.350000 # loops : 120 mean,max change (kT/e) : 2.3034429E-04 7.8887939E-03 energy calculations done at 7.350000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.570000 DelPhi exited at 14:00:53 7.568u 0.267s 0:09.02 86.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 Mon Oct 10 2011 at 14:00:53 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 = 3124 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: 2.447558 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): -39.56400 20.64700 ymin,ymax (A): -0.4859999 51.36100 zmin,zma (A): -0.4730000 64.98000 x,y,z range (A): 60.21100 51.84700 65.45300 scale (grids/A): 2.447558 object centre (A): -9.458500 25.43750 32.25350 number of atom coordinates read : 3124 total number of charged atoms : 2975 net assigned charge : 0.5000136 assigned positive charge : 460.4189 centred at (gu) : 89.46000 94.35654 91.94821 assigned negative charge : -459.9202 centred at (gu) : 89.77187 93.70859 91.71996 start vw surface at 0.1500000 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 153265 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29206 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 70495 mr = 106742 m= 20895 mr = 54694 m= 3252 mr = 15119 m= 245 mr = 1967 m= 5 mr = 84 m= 0 mr = 0 time to grow re-entrant surface = 0.6600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.160000 number of dielectric boundary points 69551 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 19 iepsmp to db, and charging done at 1.310000 number of grid points assigned charge 23754 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.631705 object centre at (A) : -9.458500 25.43750 32.25350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.4414769 -0.2388116 midg,1,midg; midg,igrid,midg -0.1053901 0.2584159 1,midg,midg; igrid,midg,midg 1.7465478E-02 1.1849080E-02 gauss-seidel spectral radius is 0.9991516 estimated iterations to convergence 271 setup time was (sec) 1.480000 now iterating at: 14:00:55 rms-change max change #iterations 8.904043 310.9813 at 10iterations 5.074401 147.5260 at 20iterations 2.875371 65.30667 at 30iterations 1.616638 36.86153 at 40iterations 0.9054357 20.91192 at 50iterations 0.5064833 11.51349 at 60iterations 0.2814290 6.103572 at 70iterations 0.1564408 3.649384 at 80iterations 8.6778723E-02 1.846554 at 90iterations 4.8141446E-02 0.9533854 at 100iterations 2.6604000E-02 0.5506086 at 110iterations 1.4745398E-02 0.3318710 at 120iterations 8.1506819E-03 0.1745882 at 130iterations 4.5062997E-03 9.4820023E-02 at 140iterations 2.4864224E-03 5.3232193E-02 at 150iterations 1.3730765E-03 3.0183792E-02 at 160iterations 7.6033623E-04 1.4968872E-02 at 170iterations 4.1955904E-04 9.1962814E-03 at 180iterations finished qdiffx linear iterations at : 14:01:05 total time elapsed so far: 11.90000 # loops : 180 mean,max change (kT/e) : 4.1955904E-04 9.1962814E-03 energy calculations done at 11.90000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.11000 DelPhi exited at 14:01:07 12.112u 0.242s 0:13.50 91.4% 0+0k 0+0io 0pf+0w