Tue Oct 11 01:14:38 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 Tue Oct 11 2011 at 01:14:38 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: 294 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2733 !!! WARNING: GLM 262 has a net charge of -0.0940 !!! WARNING: ASP 298 has a net charge of -2.0000 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: 0.5624368 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): -31.95000 19.85600 ymin,ymax (A): 17.50300 80.79900 zmin,zma (A): 16.96600 59.78900 x,y,z range (A): 51.80600 63.29601 42.82300 scale (grids/A): 0.5624368 object centre (A): -6.047000 49.15100 38.37750 number of atom coordinates read : 2733 total number of charged atoms : 2585 net assigned charge : 4.406018 assigned positive charge : 415.4916 centred at (gu) : 88.47315 88.75554 90.09298 assigned negative charge : -411.0862 centred at (gu) : 88.53579 88.93464 89.93491 start vw surface at 0.1000000 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 5553 nv = 96 ne = 84 npr = 55390 no. pairs analyzed = 55390 no. exposed pairs = 3263 no. arc points = 22755 no. surface atoms = 1102 nbur = 1631 mkacc time = 0.1000000 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= 192 mr = 3011 m= 0 mr = 2 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 12 time to turn everything in is 0.2100000 number of dielectric boundary points 2732 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2238 ## 253 charges are in solution ## iepsmp to db, and charging done at 0.2800000 number of grid points assigned charge 7110 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.2907044E-09 2.2486506E-09 midg,1,midg; midg,igrid,midg 3.2842644E-09 -1.1502266E-09 1,midg,midg; igrid,midg,midg 1.6858901E-09 -1.5218289E-10 gauss-seidel spectral radius is 0.9836668 estimated iterations to convergence 64 setup time was (sec) 0.4000000 now iterating at: 01:14:39 rms-change max change #iterations 8.5920997E-02 14.67403 at 10iterations 6.8507250E-03 1.248894 at 20iterations 8.4717013E-04 0.2075195 at 30iterations 2.0191589E-04 5.6135178E-02 at 40iterations 5.5082804E-05 1.5359879E-02 at 50iterations finished qdiffx linear iterations at : 01:14:42 total time elapsed so far: 3.290000 # loops : 50 mean,max change (kT/e) : 5.5082804E-05 1.5359879E-02 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.420000 DelPhi exited at 01:14:42 3.427u 0.166s 0:04.11 87.1% 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 Tue Oct 11 2011 at 01:14:42 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: 294 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2733 !!! WARNING: GLM 262 has a net charge of -0.0940 !!! WARNING: ASP 298 has a net charge of -2.0000 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: 1.687310 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): -31.95000 19.85600 ymin,ymax (A): 17.50300 80.79900 zmin,zma (A): 16.96600 59.78900 x,y,z range (A): 51.80600 63.29601 42.82300 scale (grids/A): 1.687310 object centre (A): -6.047000 49.15100 38.37750 number of atom coordinates read : 2733 total number of charged atoms : 2585 net assigned charge : 4.406018 assigned positive charge : 415.4916 centred at (gu) : 85.41872 86.26617 90.27815 assigned negative charge : -411.0862 centred at (gu) : 85.60703 86.80333 89.80450 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 62203 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22755 grid for indexing accessible points = 1.400000 m= 19084 mr = 43375 m= 2079 mr = 13676 m= 60 mr = 1086 m= 1 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 2564 time to turn everything in is 0.3100000 number of dielectric boundary points 25281 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 242 iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 19956 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.5624368 object centre at (A) : -6.047000 49.15100 38.37750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.2630253E-03 1.5188369E-02 midg,1,midg; midg,igrid,midg -1.0469897E-02 -1.6780579E-02 1,midg,midg; igrid,midg,midg 5.2731333E-04 -5.1103907E-05 gauss-seidel spectral radius is 0.9982697 estimated iterations to convergence 191 setup time was (sec) 0.5300000 now iterating at: 01:14:43 rms-change max change #iterations 3.395935 155.8146 at 10iterations 1.441419 52.51610 at 20iterations 0.6144928 23.04088 at 30iterations 0.2629075 9.475069 at 40iterations 0.1118279 4.219158 at 50iterations 4.7868665E-02 1.735179 at 60iterations 2.0412657E-02 0.7799625 at 70iterations 8.7682027E-03 0.3347702 at 80iterations 3.8367240E-03 0.1369667 at 90iterations 1.7184952E-03 6.9469452E-02 at 100iterations 8.0883864E-04 3.7296414E-02 at 110iterations 3.9778635E-04 1.8896103E-02 at 120iterations finished qdiffx linear iterations at : 01:14:50 total time elapsed so far: 7.560000 # loops : 120 mean,max change (kT/e) : 3.9778635E-04 1.8896103E-02 energy calculations done at 7.560000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.690000 DelPhi exited at 01:14:51 7.697u 0.182s 0:08.21 95.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 Tue Oct 11 2011 at 01:14:51 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: 294 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2733 !!! WARNING: GLM 262 has a net charge of -0.0940 !!! WARNING: ASP 298 has a net charge of -2.0000 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.530965 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): -31.95000 19.85600 ymin,ymax (A): 17.50300 80.79900 zmin,zma (A): 16.96600 59.78900 x,y,z range (A): 51.80600 63.29601 42.82300 scale (grids/A): 2.530965 object centre (A): -6.047000 49.15100 38.37750 number of atom coordinates read : 2733 total number of charged atoms : 2585 net assigned charge : 4.406018 assigned positive charge : 415.4916 centred at (gu) : 83.12791 84.39919 90.41701 assigned negative charge : -411.0862 centred at (gu) : 83.41047 85.20493 89.70656 start vw surface at 0.1000000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 144614 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22755 grid for indexing accessible points = 1.400000 m= 67101 mr = 106043 m= 19180 mr = 54202 m= 3340 mr = 14864 m= 206 mr = 2254 m= 4 mr = 93 m= 0 mr = 0 time to grow re-entrant surface = 0.4000000 no. cavity mid-points inaccessible to solvent = 9073 time to turn everything in is 0.7400000 number of dielectric boundary points 56989 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 12 iepsmp to db, and charging done at 0.8200000 number of grid points assigned charge 20671 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.687310 object centre at (A) : -6.047000 49.15100 38.37750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.5268217E-02 0.1940246 midg,1,midg; midg,igrid,midg -0.6070795 -0.3326449 1,midg,midg; igrid,midg,midg -4.4910889E-02 -3.5350580E-02 gauss-seidel spectral radius is 0.9991490 estimated iterations to convergence 271 setup time was (sec) 0.9600000 now iterating at: 01:14:52 rms-change max change #iterations 8.482972 304.9806 at 10iterations 4.700391 128.5917 at 20iterations 2.602479 62.02892 at 30iterations 1.440790 35.45687 at 40iterations 0.7973077 20.05322 at 50iterations 0.4402015 11.02839 at 60iterations 0.2428756 5.546654 at 70iterations 0.1341359 2.863548 at 80iterations 7.4103691E-02 1.556347 at 90iterations 4.0927459E-02 0.8498001 at 100iterations 2.2513239E-02 0.4503059 at 110iterations 1.2449876E-02 0.2571220 at 120iterations 6.9030379E-03 0.1639824 at 130iterations 3.8410251E-03 8.0890656E-02 at 140iterations 2.1613366E-03 4.6916962E-02 at 150iterations 1.2331136E-03 3.0080795E-02 at 160iterations 7.2406221E-04 1.7127991E-02 at 170iterations 4.3803905E-04 1.1615753E-02 at 180iterations finished qdiffx linear iterations at : 01:15:03 total time elapsed so far: 12.04000 # loops : 180 mean,max change (kT/e) : 4.3803905E-04 1.1615753E-02 energy calculations done at 12.04000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.17000 DelPhi exited at 01:15:04 12.176u 0.206s 0:13.38 92.4% 0+0k 0+0io 0pf+0w