Sat Oct 8 11:37:50 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:50 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3201 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: 0.5932345 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): -17.80000 36.63600 ymin,ymax (A): -21.70800 24.79500 zmin,zma (A): -66.59700 -6.587000 x,y,z range (A): 54.43600 46.50300 60.01000 scale (grids/A): 0.5932345 object centre (A): 9.418000 1.543500 -36.59200 number of atom coordinates read : 3201 total number of charged atoms : 3040 net assigned charge : -5.999963 assigned positive charge : 466.7535 centred at (gu) : 92.35808 88.26456 89.17267 assigned negative charge : -472.7548 centred at (gu) : 92.15586 88.24430 89.14341 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 7437 nv = 96 ne = 84 npr = 66796 no. pairs analyzed = 66796 no. exposed pairs = 3899 no. arc points = 26272 no. surface atoms = 1354 nbur = 1847 mkacc time = 0.1600000 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.456000 m= 348 mr = 4140 m= 0 mr = 24 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3700000 number of dielectric boundary points 3621 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2561 ## 208 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 9312 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.9087995E-09 -9.7002406E-10 midg,1,midg; midg,igrid,midg -4.3302553E-09 -1.0150065E-09 1,midg,midg; igrid,midg,midg -5.5866813E-09 8.5505540E-09 gauss-seidel spectral radius is 0.9853434 estimated iterations to convergence 68 setup time was (sec) 0.6100000 now iterating at: 11:37:51 rms-change max change #iterations 0.1126146 18.55835 at 10iterations 1.0109095E-02 1.403919 at 20iterations 1.5209212E-03 0.2686825 at 30iterations 4.5840195E-04 7.6442719E-02 at 40iterations 1.6409734E-04 2.4894714E-02 at 50iterations finished qdiffx linear iterations at : 11:37:54 total time elapsed so far: 3.280000 # loops : 50 mean,max change (kT/e) : 1.6409734E-04 2.4894714E-02 energy calculations done at 3.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.470000 DelPhi exited at 11:37:54 3.476u 0.168s 0:03.96 91.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 Sat Oct 8 2011 at 11:37: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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3201 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: 1.779703 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): -17.80000 36.63600 ymin,ymax (A): -21.70800 24.79500 zmin,zma (A): -66.59700 -6.587000 x,y,z range (A): 54.43600 46.50300 60.01000 scale (grids/A): 1.779703 object centre (A): 9.418000 1.543500 -36.59200 number of atom coordinates read : 3201 total number of charged atoms : 3040 net assigned charge : -5.999963 assigned positive charge : 466.7535 centred at (gu) : 97.07307 84.79237 87.51736 assigned negative charge : -472.7548 centred at (gu) : 96.46703 84.73244 87.42986 start vw surface at 0.1600000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 81635 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26272 grid for indexing accessible points = 1.400000 m= 28294 mr = 57822 m= 3869 mr = 20340 m= 173 mr = 2200 m= 0 mr = 18 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 544 time to turn everything in is 0.6000000 number of dielectric boundary points 33591 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 187 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.7200000 number of grid points assigned charge 23721 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.5932345 object centre at (A) : 9.418000 1.543500 -36.59200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.7835134E-03 2.3232943E-04 midg,1,midg; midg,igrid,midg -2.1423632E-02 -7.7213072E-03 1,midg,midg; igrid,midg,midg -2.0903742E-02 1.6720746E-02 gauss-seidel spectral radius is 0.9984953 estimated iterations to convergence 204 setup time was (sec) 0.9000000 now iterating at: 11:37:55 rms-change max change #iterations 4.124857 163.6283 at 10iterations 1.858488 61.23830 at 20iterations 0.8386862 24.92813 at 30iterations 0.3803697 12.03469 at 40iterations 0.1716815 5.141532 at 50iterations 7.7947274E-02 2.311625 at 60iterations 3.5306014E-02 1.137989 at 70iterations 1.6089208E-02 0.5085487 at 80iterations 7.4546891E-03 0.2553596 at 90iterations 3.5443832E-03 0.1114883 at 100iterations 1.7643921E-03 5.8574677E-02 at 110iterations 9.6809270E-04 3.3632278E-02 at 120iterations finished qdiffx linear iterations at : 11:38:02 total time elapsed so far: 7.490000 # loops : 120 mean,max change (kT/e) : 9.6809270E-04 3.3632278E-02 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.680000 DelPhi exited at 11:38:03 7.684u 0.202s 0:08.51 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 11:38:03 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3201 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: 2.669555 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): -17.80000 36.63600 ymin,ymax (A): -21.70800 24.79500 zmin,zma (A): -66.59700 -6.587000 x,y,z range (A): 54.43600 46.50300 60.01000 scale (grids/A): 2.669555 object centre (A): 9.418000 1.543500 -36.59200 number of atom coordinates read : 3201 total number of charged atoms : 3040 net assigned charge : -5.999963 assigned positive charge : 466.7535 centred at (gu) : 100.6096 82.18855 86.27574 assigned negative charge : -472.7548 centred at (gu) : 99.70035 82.09857 86.14468 start vw surface at 0.1900000 fill in re-entrant regions at 0.5300000 boundary points on vw surface= 189639 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26272 grid for indexing accessible points = 1.400000 m= 94184 mr = 140923 m= 31125 mr = 76343 m= 6643 mr = 24188 m= 697 mr = 4685 m= 25 mr = 336 m= 0 mr = 2 time to grow re-entrant surface = 0.9600000 no. cavity mid-points inaccessible to solvent = 2022 time to turn everything in is 1.610000 number of dielectric boundary points 75836 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4 iepsmp to db, and charging done at 1.760000 number of grid points assigned charge 24310 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.779703 object centre at (A) : 9.418000 1.543500 -36.59200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1547311 -1.4919174E-02 midg,1,midg; midg,igrid,midg -0.2530007 -0.1089834 1,midg,midg; igrid,midg,midg -0.2685326 0.1301689 gauss-seidel spectral radius is 0.9992313 estimated iterations to convergence 285 setup time was (sec) 1.940000 now iterating at: 11:38:05 rms-change max change #iterations 10.10913 279.5780 at 10iterations 5.920544 149.7827 at 20iterations 3.433098 71.81596 at 30iterations 1.982803 39.20615 at 40iterations 1.138778 21.84672 at 50iterations 0.6536942 12.83683 at 60iterations 0.3737690 6.921036 at 70iterations 0.2140666 3.740975 at 80iterations 0.1220081 2.176163 at 90iterations 6.9865532E-02 1.280680 at 100iterations 3.9928753E-02 0.7035036 at 110iterations 2.2816427E-02 0.4674678 at 120iterations 1.3086586E-02 0.2316551 at 130iterations 7.5526987E-03 0.1338406 at 140iterations 4.4072447E-03 7.9994202E-02 at 150iterations 2.6333802E-03 4.9575806E-02 at 160iterations 1.6369761E-03 3.1147003E-02 at 170iterations 1.0756644E-03 1.9239426E-02 at 180iterations finished qdiffx linear iterations at : 11:38:16 total time elapsed so far: 12.95000 # loops : 180 mean,max change (kT/e) : 1.0756644E-03 1.9239426E-02 energy calculations done at 12.95000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.13000 DelPhi exited at 11:38:17 13.132u 0.220s 0:13.81 96.6% 0+0k 0+0io 0pf+0w