Wed Dec 21 14:21:45 PST 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+sph2.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 = amb2.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 Wed Dec 21 2011 at 14:21:45 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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5681636 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): -26.84300 35.81500 ymin,ymax (A): -18.95400 20.71900 zmin,zma (A): -3.147000 38.71200 x,y,z range (A): 62.65800 39.67300 41.85900 scale (grids/A): 0.5681636 object centre (A): 4.486001 0.8824997 17.78250 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 291.0260 centred at (gu) : 90.27419 90.17881 90.42714 assigned negative charge : -289.0262 centred at (gu) : 90.28041 90.27059 90.56185 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.0000000E-02 boundary points on vw surface= 4204 nv = 96 ne = 84 npr = 40447 no. pairs analyzed = 40447 no. exposed pairs = 2418 no. arc points = 16969 no. surface atoms = 818 nbur = 1146 mkacc time = 7.0000000E-02 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.512000 m= 142 mr = 2271 m= 1 mr = 3 m= 0 mr = 0 time to grow re-entrant surface = 8.0000006E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1600000 number of dielectric boundary points 2073 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1790 ## 253 charges are in solution ## iepsmp to db, and charging done at 0.3100000 number of grid points assigned charge 5297 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.4154182E-09 -1.1302635E-09 midg,1,midg; midg,igrid,midg 1.1185645E-09 -6.2068073E-10 1,midg,midg; igrid,midg,midg 3.3437242E-10 2.5236566E-10 gauss-seidel spectral radius is 0.9839327 estimated iterations to convergence 65 setup time was (sec) 0.5300000 now iterating at: 14:21:47 rms-change max change #iterations 7.2059020E-02 12.48077 at 10iterations 5.4415036E-03 0.9606552 at 20iterations 3.9713309E-04 6.8176270E-02 at 30iterations 2.8744078E-05 6.3476563E-03 at 40iterations 2.1698061E-06 4.0817261E-04 at 50iterations finished qdiffx linear iterations at : 14:21:51 total time elapsed so far: 4.090000 # loops : 50 mean,max change (kT/e) : 2.1698061E-06 4.0817261E-04 energy calculations done at 4.090000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.230000 DelPhi exited at 14:22:21 4.233u 0.436s 0:36.82 12.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 Wed Dec 21 2011 at 14:22: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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.704491 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): -26.84300 35.81500 ymin,ymax (A): -18.95400 20.71900 zmin,zma (A): -3.147000 38.71200 x,y,z range (A): 62.65800 39.67300 41.85900 scale (grids/A): 1.704491 object centre (A): 4.486001 0.8824997 17.78250 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 291.0260 centred at (gu) : 90.82264 90.53613 91.28144 assigned negative charge : -289.0262 centred at (gu) : 90.84143 90.81189 91.68572 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 46402 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16969 grid for indexing accessible points = 1.400000 m= 15382 mr = 31712 m= 1563 mr = 11542 m= 33 mr = 851 m= 0 mr = 5 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 652 time to turn everything in is 0.2700000 number of dielectric boundary points 19270 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 211 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 14182 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.5681636 object centre at (A) : 4.486001 0.8824997 17.78250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.3517632E-03 -7.2159348E-03 midg,1,midg; midg,igrid,midg 1.6379188E-03 -2.6080851E-03 1,midg,midg; igrid,midg,midg 2.6659731E-02 2.7134458E-02 gauss-seidel spectral radius is 0.9982151 estimated iterations to convergence 188 setup time was (sec) 0.6700000 now iterating at: 14:22:26 rms-change max change #iterations 2.860503 150.6604 at 10iterations 1.199127 62.12673 at 20iterations 0.5024402 22.43255 at 30iterations 0.2110901 9.596925 at 40iterations 8.8908151E-02 3.530227 at 50iterations 3.7258722E-02 1.652180 at 60iterations 1.5706133E-02 0.6630087 at 70iterations 6.5963473E-03 0.2776756 at 80iterations 2.7682923E-03 0.1098585 at 90iterations 1.1664826E-03 4.9196243E-02 at 100iterations 4.8905227E-04 2.0503998E-02 at 110iterations 2.0483723E-04 9.9048615E-03 at 120iterations finished qdiffx linear iterations at : 14:22:35 total time elapsed so far: 9.590000 # loops : 120 mean,max change (kT/e) : 2.0483723E-04 9.9048615E-03 energy calculations done at 9.590000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.720000 DelPhi exited at 14:22:48 9.727u 0.438s 0:24.56 41.3% 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 Wed Dec 21 2011 at 14:22:49 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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.556736 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): -26.84300 35.81500 ymin,ymax (A): -18.95400 20.71900 zmin,zma (A): -3.147000 38.71200 x,y,z range (A): 62.65800 39.67300 41.85900 scale (grids/A): 2.556736 object centre (A): 4.486001 0.8824997 17.78250 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 291.0260 centred at (gu) : 91.23390 90.80431 91.92208 assigned negative charge : -289.0262 centred at (gu) : 91.26212 91.21794 92.52866 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 107420 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16969 grid for indexing accessible points = 1.400000 m= 52473 mr = 77090 m= 15971 mr = 43116 m= 2460 mr = 12900 m= 147 mr = 1725 m= 1 mr = 62 m= 0 mr = 0 time to grow re-entrant surface = 0.3600000 no. cavity mid-points inaccessible to solvent = 2169 time to turn everything in is 0.6700000 number of dielectric boundary points 43579 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 12 iepsmp to db, and charging done at 0.8200000 number of grid points assigned charge 14650 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.704491 object centre at (A) : 4.486001 0.8824997 17.78250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.9613641E-02 -8.2238622E-02 midg,1,midg; midg,igrid,midg 1.1438369E-02 -2.9185642E-02 1,midg,midg; igrid,midg,midg 0.3519249 0.3597021 gauss-seidel spectral radius is 0.9991133 estimated iterations to convergence 265 setup time was (sec) 1.090000 now iterating at: 14:22:50 rms-change max change #iterations 7.120308 264.9612 at 10iterations 3.906144 124.8923 at 20iterations 2.132154 59.85860 at 30iterations 1.163221 28.74351 at 40iterations 0.6332090 14.92044 at 50iterations 0.3438258 7.767925 at 60iterations 0.1870822 4.253884 at 70iterations 0.1015997 2.484526 at 80iterations 5.5275064E-02 1.317043 at 90iterations 3.0114783E-02 0.6901627 at 100iterations 1.6298972E-02 0.3904457 at 110iterations 8.9046312E-03 0.2088223 at 120iterations 4.8293974E-03 0.1120260 at 130iterations 2.6191038E-03 7.0847765E-02 at 140iterations 1.4242273E-03 3.1971931E-02 at 150iterations 7.7472790E-04 1.8745899E-02 at 160iterations 4.2184247E-04 9.5634460E-03 at 170iterations 2.2923852E-04 5.6407452E-03 at 180iterations finished qdiffx linear iterations at : 14:23:06 total time elapsed so far: 17.02000 # loops : 180 mean,max change (kT/e) : 2.2923852E-04 5.6407452E-03 energy calculations done at 17.02000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.15000 DelPhi exited at 14:23:09 17.155u 0.599s 0:19.96 88.8% 0+0k 0+0io 0pf+0w