Sat Oct 8 17:25:14 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 17:25:14 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 = 3765 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5548714 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): -1.860000 60.16200 ymin,ymax (A): -18.42000 44.54800 zmin,zma (A): -5.338000 58.82100 x,y,z range (A): 62.02200 62.96800 64.15900 scale (grids/A): 0.5548714 object centre (A): 29.15100 13.06400 26.74150 number of atom coordinates read : 3765 total number of charged atoms : 3614 net assigned charge : -8.999964 assigned positive charge : 567.7763 centred at (gu) : 88.86519 86.75927 90.61301 assigned negative charge : -576.7787 centred at (gu) : 88.94926 86.75909 90.62576 start vw surface at 0.1100000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 7629 nv = 96 ne = 84 npr = 75679 no. pairs analyzed = 75679 no. exposed pairs = 4931 no. arc points = 34540 no. surface atoms = 1635 nbur = 2130 mkacc time = 0.1300000 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.540000 m= 320 mr = 3921 m= 1 mr = 17 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2700000 number of dielectric boundary points 4012 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3476 ## 448 charges are in solution ## iepsmp to db, and charging done at 0.3300000 number of grid points assigned charge 9916 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.5375676E-10 -1.0872065E-09 midg,1,midg; midg,igrid,midg -1.7276310E-09 -3.7075246E-10 1,midg,midg; igrid,midg,midg 2.6727903E-10 -1.3603266E-09 gauss-seidel spectral radius is 0.9833124 estimated iterations to convergence 64 setup time was (sec) 0.4500000 now iterating at: 17:25:15 rms-change max change #iterations 8.8750958E-02 15.38279 at 10iterations 6.3690064E-03 0.8856404 at 20iterations 6.0007378E-04 9.3513489E-02 at 30iterations 1.2443421E-04 2.0470619E-02 at 40iterations 3.6375965E-05 5.6867599E-03 at 50iterations finished qdiffx linear iterations at : 17:25:18 total time elapsed so far: 3.310000 # loops : 50 mean,max change (kT/e) : 3.6375965E-05 5.6867599E-03 energy calculations done at 3.310000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.440000 DelPhi exited at 17:25:18 3.443u 0.172s 0:03.89 92.8% 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 17:25:18 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 = 3765 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.664614 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): -1.860000 60.16200 ymin,ymax (A): -18.42000 44.54800 zmin,zma (A): -5.338000 58.82100 x,y,z range (A): 62.02200 62.96800 64.15900 scale (grids/A): 1.664614 object centre (A): 29.15100 13.06400 26.74150 number of atom coordinates read : 3765 total number of charged atoms : 3614 net assigned charge : -8.999964 assigned positive charge : 567.7763 centred at (gu) : 86.59448 80.27686 91.83801 assigned negative charge : -576.7787 centred at (gu) : 86.84743 80.27677 91.87704 start vw surface at 0.1000000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 84357 reading accessible surface arcs data from file ARCDAT no. of arc points read = 34540 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 26568 mr = 57418 m= 2891 mr = 17913 m= 77 mr = 1342 m= 3 mr = 4 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 28 time to turn everything in is 0.4000000 number of dielectric boundary points 37219 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 390 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.4800000 number of grid points assigned charge 27818 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.5548714 object centre at (A) : 29.15100 13.06400 26.74150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.9402571E-04 -6.3115135E-03 midg,1,midg; midg,igrid,midg -2.8836586E-02 -8.8248653E-03 1,midg,midg; igrid,midg,midg -1.0954574E-02 -3.6400657E-02 gauss-seidel spectral radius is 0.9983312 estimated iterations to convergence 194 setup time was (sec) 0.6200000 now iterating at: 17:25:19 rms-change max change #iterations 3.962248 164.6476 at 10iterations 1.704516 67.80688 at 20iterations 0.7386575 23.62646 at 30iterations 0.3187216 9.863966 at 40iterations 0.1377802 4.332973 at 50iterations 5.9509393E-02 2.042201 at 60iterations 2.5701970E-02 0.8502169 at 70iterations 1.1170658E-02 0.3421783 at 80iterations 4.8570773E-03 0.1621323 at 90iterations 2.1148222E-03 7.2105408E-02 at 100iterations 9.3745772E-04 3.1215668E-02 at 110iterations 4.2418565E-04 1.4480591E-02 at 120iterations finished qdiffx linear iterations at : 17:25:26 total time elapsed so far: 7.670000 # loops : 120 mean,max change (kT/e) : 4.2418565E-04 1.4480591E-02 energy calculations done at 7.670000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.800000 DelPhi exited at 17:25:26 7.800u 0.209s 0:08.28 96.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 17:25:26 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 = 3765 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.496922 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): -1.860000 60.16200 ymin,ymax (A): -18.42000 44.54800 zmin,zma (A): -5.338000 58.82100 x,y,z range (A): 62.02200 62.96800 64.15900 scale (grids/A): 2.496922 object centre (A): 29.15100 13.06400 26.74150 number of atom coordinates read : 3765 total number of charged atoms : 3614 net assigned charge : -8.999964 assigned positive charge : 567.7763 centred at (gu) : 84.89142 75.41497 92.75657 assigned negative charge : -576.7787 centred at (gu) : 85.27108 75.41510 92.81554 start vw surface at 0.1000000 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 195895 reading accessible surface arcs data from file ARCDAT no. of arc points read = 34540 grid for indexing accessible points = 1.400000 m= 91668 mr = 140444 m= 26307 mr = 72198 m= 4392 mr = 19272 m= 315 mr = 2709 m= 6 mr = 88 m= 0 mr = 0 time to grow re-entrant surface = 0.5700001 no. cavity mid-points inaccessible to solvent = 103 time to turn everything in is 1.020000 number of dielectric boundary points 83872 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 23 iepsmp to db, and charging done at 1.110000 number of grid points assigned charge 28885 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.664614 object centre at (A) : 29.15100 13.06400 26.74150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.0733215E-02 0.1023495 midg,1,midg; midg,igrid,midg -0.4333782 -0.1023451 1,midg,midg; igrid,midg,midg -0.1805441 -0.6483150 gauss-seidel spectral radius is 0.9992001 estimated iterations to convergence 279 setup time was (sec) 1.250000 now iterating at: 17:25:28 rms-change max change #iterations 10.21836 302.4127 at 10iterations 5.878224 136.4224 at 20iterations 3.358449 80.69604 at 30iterations 1.914802 45.02983 at 40iterations 1.086547 20.34937 at 50iterations 0.6161819 12.45641 at 60iterations 0.3479197 6.911342 at 70iterations 0.1968226 3.836959 at 80iterations 0.1106836 2.004173 at 90iterations 6.2386159E-02 1.106458 at 100iterations 3.5145860E-02 0.6982977 at 110iterations 1.9802922E-02 0.3638616 at 120iterations 1.1145112E-02 0.2267885 at 130iterations 6.2829582E-03 0.1221008 at 140iterations 3.5412183E-03 6.5557480E-02 at 150iterations 2.0052881E-03 3.6896944E-02 at 160iterations 1.1404064E-03 2.3239136E-02 at 170iterations 6.5216288E-04 1.2609482E-02 at 180iterations finished qdiffx linear iterations at : 17:25:39 total time elapsed so far: 12.68000 # loops : 180 mean,max change (kT/e) : 6.5216288E-04 1.2609482E-02 energy calculations done at 12.68000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.82000 DelPhi exited at 17:25:40 12.821u 0.210s 0:13.37 97.4% 0+0k 0+0io 0pf+0w