Wed Dec 21 14:21:32 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+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 Wed Dec 21 2011 at 14:21:33 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 = 1964 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.6086094 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): -8.894000 49.60000 ymin,ymax (A): -19.29000 19.93000 zmin,zma (A): -7.871000 34.70700 x,y,z range (A): 58.49400 39.22000 42.57800 scale (grids/A): 0.6086094 object centre (A): 20.35300 0.3200006 13.41800 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 287.8261 centred at (gu) : 90.28234 90.37507 89.54966 assigned negative charge : -285.8263 centred at (gu) : 90.28715 90.49657 89.38713 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 4895 nv = 96 ne = 84 npr = 40054 no. pairs analyzed = 40054 no. exposed pairs = 2481 no. arc points = 17575 no. surface atoms = 840 nbur = 1124 mkacc time = 9.9999994E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 217 mr = 2649 m= 0 mr = 9 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 7 time to turn everything in is 0.2400000 number of dielectric boundary points 2454 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1897 ## 253 charges are in solution ## iepsmp to db, and charging done at 0.3700000 number of grid points assigned charge 6039 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.1108668E-09 6.1091017E-09 midg,1,midg; midg,igrid,midg 4.9386815E-09 -3.4075651E-09 1,midg,midg; igrid,midg,midg 1.2721277E-09 1.0807139E-09 gauss-seidel spectral radius is 0.9859703 estimated iterations to convergence 69 setup time was (sec) 0.5900000 now iterating at: 14:21:34 rms-change max change #iterations 9.7056322E-02 16.95621 at 10iterations 8.5075730E-03 1.597837 at 20iterations 7.3909719E-04 0.1252918 at 30iterations 6.3807791E-05 1.3930321E-02 at 40iterations 5.6190388E-06 9.6893311E-04 at 50iterations finished qdiffx linear iterations at : 14:21:40 total time elapsed so far: 6.370000 # loops : 50 mean,max change (kT/e) : 5.6190388E-06 9.6893311E-04 energy calculations done at 6.370000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.560000 DelPhi exited at 14:21:44 6.565u 0.618s 0:11.65 61.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 Wed Dec 21 2011 at 14:21: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 = 1964 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: 1.825828 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): -8.894000 49.60000 ymin,ymax (A): -19.29000 19.93000 zmin,zma (A): -7.871000 34.70700 x,y,z range (A): 58.49400 39.22000 42.57800 scale (grids/A): 1.825828 object centre (A): 20.35300 0.3200006 13.41800 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 287.8261 centred at (gu) : 90.84687 91.12537 88.64951 assigned negative charge : -285.8263 centred at (gu) : 90.86170 91.48988 88.16155 start vw surface at 0.1200000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 53253 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17575 grid for indexing accessible points = 1.400000 m= 18208 mr = 36345 m= 2226 mr = 13499 m= 67 mr = 1315 m= 1 mr = 10 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 1133 time to turn everything in is 0.4100000 number of dielectric boundary points 22586 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 182 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.5400000 number of grid points assigned charge 14343 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.6086094 object centre at (A) : 20.35300 0.3200006 13.41800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -9.9395597E-03 1.0987072E-02 midg,1,midg; midg,igrid,midg 5.4464801E-03 -5.5584009E-03 1,midg,midg; igrid,midg,midg 3.2129396E-02 3.0479828E-02 gauss-seidel spectral radius is 0.9984394 estimated iterations to convergence 201 setup time was (sec) 0.7100000 now iterating at: 14:21:46 rms-change max change #iterations 3.280625 165.1740 at 10iterations 1.452869 59.99630 at 20iterations 0.6433423 24.59276 at 30iterations 0.2863090 10.12558 at 40iterations 0.1272262 4.702739 at 50iterations 5.6653533E-02 2.083961 at 60iterations 2.5009466E-02 0.8876648 at 70iterations 1.1125750E-02 0.4116915 at 80iterations 4.9299272E-03 0.1750755 at 90iterations 2.2019052E-03 7.7966690E-02 at 100iterations 9.7551639E-04 3.5705566E-02 at 110iterations 4.3267439E-04 1.7304897E-02 at 120iterations finished qdiffx linear iterations at : 14:21:55 total time elapsed so far: 10.04000 # loops : 120 mean,max change (kT/e) : 4.3267439E-04 1.7304897E-02 energy calculations done at 10.04000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.22000 DelPhi exited at 14:22:02 10.220u 0.537s 0:18.41 58.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:04 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 = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.738742 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): -8.894000 49.60000 ymin,ymax (A): -19.29000 19.93000 zmin,zma (A): -7.871000 34.70700 x,y,z range (A): 58.49400 39.22000 42.57800 scale (grids/A): 2.738742 object centre (A): 20.35300 0.3200006 13.41800 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 287.8261 centred at (gu) : 91.27039 91.68803 87.97433 assigned negative charge : -285.8263 centred at (gu) : 91.29253 92.23484 87.24246 start vw surface at 0.1100000 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 123189 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17575 grid for indexing accessible points = 1.400000 m= 60516 mr = 88056 m= 19877 mr = 49757 m= 3727 mr = 15999 m= 328 mr = 2709 m= 7 mr = 170 m= 0 mr = 0 time to grow re-entrant surface = 0.6700000 no. cavity mid-points inaccessible to solvent = 3746 time to turn everything in is 1.170000 number of dielectric boundary points 50953 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4 iepsmp to db, and charging done at 1.370000 number of grid points assigned charge 14655 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.825828 object centre at (A) : 20.35300 0.3200006 13.41800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -9.1375217E-02 9.6868791E-02 midg,1,midg; midg,igrid,midg 3.4342967E-02 -5.2199893E-02 1,midg,midg; igrid,midg,midg 0.3592616 0.3320614 gauss-seidel spectral radius is 0.9991875 estimated iterations to convergence 277 setup time was (sec) 1.650000 now iterating at: 14:22:07 rms-change max change #iterations 7.867159 343.1905 at 10iterations 4.450829 119.4731 at 20iterations 2.504171 56.96844 at 30iterations 1.398306 31.18488 at 40iterations 0.7835276 18.00701 at 50iterations 0.4369824 9.992049 at 60iterations 0.2439770 5.306679 at 70iterations 0.1361698 3.098211 at 80iterations 7.6229103E-02 1.676429 at 90iterations 4.2481378E-02 0.9118943 at 100iterations 2.3630736E-02 0.5196047 at 110iterations 1.3213441E-02 0.2745380 at 120iterations 7.3653562E-03 0.1460648 at 130iterations 4.1151708E-03 8.6124420E-02 at 140iterations 2.3002708E-03 4.9541354E-02 at 150iterations 1.2796179E-03 2.7659416E-02 at 160iterations 7.1310112E-04 1.7446637E-02 at 170iterations 3.9778359E-04 8.5787773E-03 at 180iterations finished qdiffx linear iterations at : 14:22:20 total time elapsed so far: 14.27000 # loops : 180 mean,max change (kT/e) : 3.9778359E-04 8.5787773E-03 energy calculations done at 14.27000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.44000 DelPhi exited at 14:22:25 14.440u 0.696s 0:20.59 73.4% 0+0k 0+0io 0pf+0w