Sun Oct 9 23:36:40 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+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 Sun Oct 9 2011 at 23:36:40 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: 260 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2810 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.5352980 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): -40.60500 25.90000 ymin,ymax (A): -26.74800 23.90700 zmin,zma (A): -7.710000 36.48000 x,y,z range (A): 66.50500 50.65500 44.19000 scale (grids/A): 0.5352980 object centre (A): -7.352502 -1.420500 14.38500 number of atom coordinates read : 2810 total number of charged atoms : 2668 net assigned charge : 5.000008 assigned positive charge : 431.0716 centred at (gu) : 89.90095 89.76709 89.47663 assigned negative charge : -426.0725 centred at (gu) : 89.96210 89.85342 89.43048 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 5139 nv = 96 ne = 84 npr = 54468 no. pairs analyzed = 54468 no. exposed pairs = 3758 no. arc points = 27896 no. surface atoms = 1256 nbur = 1554 mkacc time = 0.1100000 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.596000 m= 203 mr = 2376 m= 1 mr = 6 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3000000 number of dielectric boundary points 2961 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2824 ## 445 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 6879 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.2166891E-12 3.4931447E-10 midg,1,midg; midg,igrid,midg 5.9981048E-10 -1.5640521E-10 1,midg,midg; igrid,midg,midg 4.7241772E-10 -5.6109686E-11 gauss-seidel spectral radius is 0.9820092 estimated iterations to convergence 61 setup time was (sec) 0.5300000 now iterating at: 23:36:41 rms-change max change #iterations 6.5465353E-02 12.55567 at 10iterations 4.0221890E-03 0.8385162 at 20iterations 2.5242564E-04 4.8885345E-02 at 30iterations 1.6077218E-05 3.1127930E-03 at 40iterations 1.0765224E-06 2.2506714E-04 at 50iterations finished qdiffx linear iterations at : 23:36:44 total time elapsed so far: 3.150000 # loops : 50 mean,max change (kT/e) : 1.0765224E-06 2.2506714E-04 energy calculations done at 3.150000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.320000 DelPhi exited at 23:36:44 3.325u 0.206s 0:03.81 92.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 Sun Oct 9 2011 at 23:36: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: 260 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2810 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.605894 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): -40.60500 25.90000 ymin,ymax (A): -26.74800 23.90700 zmin,zma (A): -7.710000 36.48000 x,y,z range (A): 66.50500 50.65500 44.19000 scale (grids/A): 1.605894 object centre (A): -7.352502 -1.420500 14.38500 number of atom coordinates read : 2810 total number of charged atoms : 2668 net assigned charge : 5.000008 assigned positive charge : 431.0716 centred at (gu) : 89.70238 89.30038 88.42921 assigned negative charge : -426.0725 centred at (gu) : 89.88609 89.56007 88.29135 start vw surface at 0.1500000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 56986 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27896 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 15545 mr = 35912 m= 1339 mr = 10039 m= 23 mr = 535 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 893 time to turn everything in is 0.4100000 number of dielectric boundary points 27407 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 327 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.5300000 number of grid points assigned charge 20292 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.5352980 object centre at (A) : -7.352502 -1.420500 14.38500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.4843669E-03 5.0450757E-04 midg,1,midg; midg,igrid,midg 7.4216421E-03 2.0859148E-03 1,midg,midg; igrid,midg,midg 1.3939874E-02 2.2643004E-03 gauss-seidel spectral radius is 0.9981036 estimated iterations to convergence 182 setup time was (sec) 0.7100000 now iterating at: 23:36:45 rms-change max change #iterations 3.086851 162.9032 at 10iterations 1.250835 70.78848 at 20iterations 0.5092276 22.06268 at 30iterations 0.2080522 7.798975 at 40iterations 8.4747896E-02 3.353796 at 50iterations 3.4507886E-02 1.346908 at 60iterations 1.4088886E-02 0.5920639 at 70iterations 5.7255835E-03 0.2341337 at 80iterations 2.3416118E-03 9.5197201E-02 at 90iterations 9.5366425E-04 3.7559509E-02 at 100iterations 3.9083793E-04 1.8211365E-02 at 110iterations 1.5907631E-04 6.5479279E-03 at 120iterations finished qdiffx linear iterations at : 23:36:51 total time elapsed so far: 6.620000 # loops : 120 mean,max change (kT/e) : 1.5907631E-04 6.5479279E-03 energy calculations done at 6.620000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.820000 DelPhi exited at 23:36:52 6.819u 0.218s 0:07.37 95.2% 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 Sun Oct 9 2011 at 23:36:52 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: 260 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2810 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.408841 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): -40.60500 25.90000 ymin,ymax (A): -26.74800 23.90700 zmin,zma (A): -7.710000 36.48000 x,y,z range (A): 66.50500 50.65500 44.19000 scale (grids/A): 2.408841 object centre (A): -7.352502 -1.420500 14.38500 number of atom coordinates read : 2810 total number of charged atoms : 2668 net assigned charge : 5.000008 assigned positive charge : 431.0716 centred at (gu) : 89.55319 88.95047 87.64375 assigned negative charge : -426.0725 centred at (gu) : 89.82919 89.34019 87.43703 start vw surface at 0.1500000 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 132635 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27896 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 55165 mr = 88937 m= 14045 mr = 41895 m= 1983 mr = 10083 m= 81 mr = 1143 m= 1 mr = 18 m= 0 mr = 0 time to grow re-entrant surface = 0.5200000 no. cavity mid-points inaccessible to solvent = 2905 time to turn everything in is 0.9400000 number of dielectric boundary points 61834 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 28 iepsmp to db, and charging done at 1.070000 number of grid points assigned charge 21304 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.605894 object centre at (A) : -7.352502 -1.420500 14.38500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.3573787E-02 6.7164032E-03 midg,1,midg; midg,igrid,midg 0.1147283 7.0557803E-02 1,midg,midg; igrid,midg,midg 9.6782185E-02 1.4032494E-02 gauss-seidel spectral radius is 0.9991074 estimated iterations to convergence 264 setup time was (sec) 1.240000 now iterating at: 23:36:53 rms-change max change #iterations 8.057078 277.5141 at 10iterations 4.387503 124.3051 at 20iterations 2.395173 54.93396 at 30iterations 1.304664 29.02241 at 40iterations 0.7070862 16.38448 at 50iterations 0.3841395 8.778264 at 60iterations 0.2082476 4.878480 at 70iterations 0.1126371 2.417963 at 80iterations 6.1224833E-02 1.275993 at 90iterations 3.3196244E-02 0.7479973 at 100iterations 1.7963715E-02 0.4521899 at 110iterations 9.7509734E-03 0.2208099 at 120iterations 5.2770278E-03 0.1147366 at 130iterations 2.8561654E-03 6.1361313E-02 at 140iterations 1.5539774E-03 3.3966064E-02 at 150iterations 8.4063230E-04 1.7436981E-02 at 160iterations 4.5616733E-04 1.0437012E-02 at 170iterations 2.4734880E-04 5.3770542E-03 at 180iterations finished qdiffx linear iterations at : 23:37:03 total time elapsed so far: 11.34000 # loops : 180 mean,max change (kT/e) : 2.4734880E-04 5.3770542E-03 energy calculations done at 11.34000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.51000 DelPhi exited at 23:37:04 11.512u 0.236s 0:12.04 97.5% 0+0k 0+0io 0pf+0w