Mon Oct 10 00:54:32 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 00:54:32 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 = 2047 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.7344295 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): -9.436000 38.61000 ymin,ymax (A): -52.17900 -3.706000 zmin,zma (A): -22.47300 21.45200 x,y,z range (A): 48.04600 48.47300 43.92500 scale (grids/A): 0.7344295 object centre (A): 14.58700 -27.94250 -0.5105000 number of atom coordinates read : 2047 total number of charged atoms : 1906 net assigned charge : 2.000008 assigned positive charge : 302.0678 centred at (gu) : 89.18319 88.66364 90.24686 assigned negative charge : -300.0680 centred at (gu) : 89.08147 88.70687 90.33533 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 7772 nv = 96 ne = 84 npr = 40623 no. pairs analyzed = 40623 no. exposed pairs = 2885 no. arc points = 19431 no. surface atoms = 974 nbur = 1073 mkacc time = 6.9999993E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 619 mr = 4162 m= 6 mr = 128 m= 0 mr = 0 time to grow re-entrant surface = 7.9999998E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1800000 number of dielectric boundary points 4107 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1510 ## 99 charges are in solution ## iepsmp to db, and charging done at 0.2400000 number of grid points assigned charge 8067 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.0118266E-07 -4.6175828E-08 midg,1,midg; midg,igrid,midg 8.7811820E-08 -3.5627759E-09 1,midg,midg; igrid,midg,midg -6.5265809E-08 1.0030917E-07 gauss-seidel spectral radius is 0.9903398 estimated iterations to convergence 83 setup time was (sec) 0.3700000 now iterating at: 00:54:32 rms-change max change #iterations 0.2342616 34.54395 at 10iterations 3.0529931E-02 4.071548 at 20iterations 4.0664640E-03 0.4820662 at 30iterations 5.4279901E-04 7.4382782E-02 at 40iterations 7.0837748E-05 9.8543167E-03 at 50iterations finished qdiffx linear iterations at : 00:54:35 total time elapsed so far: 3.290000 # loops : 50 mean,max change (kT/e) : 7.0837748E-05 9.8543167E-03 energy calculations done at 3.290000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.430000 DelPhi exited at 00:54:36 3.434u 0.147s 0:03.89 91.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 00:54:36 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 = 2047 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.203289 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): -9.436000 38.61000 ymin,ymax (A): -52.17900 -3.706000 zmin,zma (A): -22.47300 21.45200 x,y,z range (A): 48.04600 48.47300 43.92500 scale (grids/A): 2.203289 object centre (A): 14.58700 -27.94250 -0.5105000 number of atom coordinates read : 2047 total number of charged atoms : 1906 net assigned charge : 2.000008 assigned positive charge : 302.0678 centred at (gu) : 87.54956 85.99067 90.74030 assigned negative charge : -300.0680 centred at (gu) : 87.24454 86.12061 91.00594 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 81751 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19431 grid for indexing accessible points = 1.400000 m= 32358 mr = 55612 m= 7488 mr = 23688 m= 866 mr = 5090 m= 39 mr = 474 m= 0 mr = 10 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4100000 number of dielectric boundary points 37628 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 50 iepsmp to db, and charging done at 0.4800000 number of grid points assigned charge 15193 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.7344295 object centre at (A) : 14.58700 -27.94250 -0.5105000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.6649182E-02 2.5423165E-02 midg,1,midg; midg,igrid,midg -5.8293468E-03 -4.9839832E-02 1,midg,midg; igrid,midg,midg 1.5087260E-02 1.3029309E-02 gauss-seidel spectral radius is 0.9989196 estimated iterations to convergence 241 setup time was (sec) 0.6300000 now iterating at: 00:54:36 rms-change max change #iterations 4.880382 190.4253 at 10iterations 2.480319 91.31340 at 20iterations 1.257131 39.31951 at 30iterations 0.6391677 19.33911 at 40iterations 0.3260359 9.562988 at 50iterations 0.1657285 4.775955 at 60iterations 8.4321439E-02 2.631195 at 70iterations 4.2747121E-02 1.188577 at 80iterations 2.1817353E-02 0.6879692 at 90iterations 1.1109865E-02 0.3079662 at 100iterations 5.6467187E-03 0.1519380 at 110iterations 2.8754678E-03 8.1798553E-02 at 120iterations finished qdiffx linear iterations at : 00:54:44 total time elapsed so far: 7.880000 # loops : 120 mean,max change (kT/e) : 2.8754678E-03 8.1798553E-02 energy calculations done at 7.880000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.010000 DelPhi exited at 00:54:44 8.014u 0.219s 0:08.60 95.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 Mon Oct 10 2011 at 00:54: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 = 2047 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 3.304933 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): -9.436000 38.61000 ymin,ymax (A): -52.17900 -3.706000 zmin,zma (A): -22.47300 21.45200 x,y,z range (A): 48.04600 48.47300 43.92500 scale (grids/A): 3.304933 object centre (A): 14.58700 -27.94250 -0.5105000 number of atom coordinates read : 2047 total number of charged atoms : 1906 net assigned charge : 2.000008 assigned positive charge : 302.0678 centred at (gu) : 86.32441 83.98602 91.11039 assigned negative charge : -300.0680 centred at (gu) : 85.86684 84.18092 91.50903 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.5200000 boundary points on vw surface= 188162 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19431 grid for indexing accessible points = 1.400000 m= 98091 mr = 134330 m= 43119 mr = 79624 m= 14432 mr = 34883 m= 3299 mr = 11247 m= 502 mr = 2474 m= 40 mr = 362 m= 0 mr = 11 time to grow re-entrant surface = 0.6700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.290000 number of dielectric boundary points 84714 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.390000 number of grid points assigned charge 15248 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) : 2.203289 object centre at (A) : 14.58700 -27.94250 -0.5105000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.9180618 0.2299442 midg,1,midg; midg,igrid,midg -0.1561501 -0.6227697 1,midg,midg; igrid,midg,midg 0.1990942 0.2291633 gauss-seidel spectral radius is 0.9993343 estimated iterations to convergence 306 setup time was (sec) 1.540000 now iterating at: 00:54:46 rms-change max change #iterations 10.71506 279.7331 at 10iterations 6.449119 151.4040 at 20iterations 3.877742 81.42274 at 30iterations 2.316316 44.56724 at 40iterations 1.382692 23.70195 at 50iterations 0.8249716 13.88805 at 60iterations 0.4899465 8.589927 at 70iterations 0.2914008 4.798764 at 80iterations 0.1730898 2.981907 at 90iterations 0.1024960 1.656551 at 100iterations 6.0733005E-02 1.117905 at 110iterations 3.6009237E-02 0.6082702 at 120iterations 2.1371489E-02 0.3593140 at 130iterations 1.2616937E-02 0.2146053 at 140iterations 7.4719004E-03 0.1246376 at 150iterations 4.4275429E-03 7.8126431E-02 at 160iterations 2.6152213E-03 4.4348717E-02 at 170iterations 1.5502977E-03 2.4757385E-02 at 180iterations finished qdiffx linear iterations at : 00:54:58 total time elapsed so far: 13.09000 # loops : 180 mean,max change (kT/e) : 1.5502977E-03 2.4757385E-02 energy calculations done at 13.09000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.22000 DelPhi exited at 00:54:58 13.218u 0.208s 0:13.70 97.8% 0+0k 0+0io 0pf+0w