Sat Oct 8 11:36:52 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 11: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3336 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.6249890 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.35200 81.78300 ymin,ymax (A): 24.58000 81.54100 zmin,zma (A): -1.799000 46.89000 x,y,z range (A): 50.43101 56.96100 48.68900 scale (grids/A): 0.6249890 object centre (A): 56.56750 53.06050 22.54550 number of atom coordinates read : 3336 total number of charged atoms : 3184 net assigned charge : -5.499964 assigned positive charge : 506.5414 centred at (gu) : 90.19811 89.51540 90.73619 assigned negative charge : -512.0425 centred at (gu) : 90.02388 89.58329 90.73649 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 8347 nv = 96 ne = 84 npr = 71073 no. pairs analyzed = 71073 no. exposed pairs = 3653 no. arc points = 25013 no. surface atoms = 1249 nbur = 2087 mkacc time = 0.1700000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 447 mr = 4984 m= 3 mr = 93 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 83 time to turn everything in is 0.3700000 number of dielectric boundary points 3720 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2510 ## 233 charges are in solution ## iepsmp to db, and charging done at 0.5000000 number of grid points assigned charge 10495 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.4336956E-09 -6.1223875E-09 midg,1,midg; midg,igrid,midg 1.8331359E-09 -1.0918809E-08 1,midg,midg; igrid,midg,midg -2.2202451E-08 1.2653656E-08 gauss-seidel spectral radius is 0.9867911 estimated iterations to convergence 71 setup time was (sec) 0.6300000 now iterating at: 11:36:52 rms-change max change #iterations 0.1528445 18.55998 at 10iterations 1.4566346E-02 2.250050 at 20iterations 1.3955954E-03 0.1998148 at 30iterations 1.4010529E-04 1.7826080E-02 at 40iterations 1.8905614E-05 2.9945374E-03 at 50iterations finished qdiffx linear iterations at : 11:36:55 total time elapsed so far: 3.430000 # loops : 50 mean,max change (kT/e) : 1.8905614E-05 2.9945374E-03 energy calculations done at 3.430000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.620000 DelPhi exited at 11:36:56 3.619u 0.197s 0:04.19 90.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 11:36:56 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 = 3336 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.874967 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.35200 81.78300 ymin,ymax (A): 24.58000 81.54100 zmin,zma (A): -1.799000 46.89000 x,y,z range (A): 50.43101 56.96100 48.68900 scale (grids/A): 1.874967 object centre (A): 56.56750 53.06050 22.54550 number of atom coordinates read : 3336 total number of charged atoms : 3184 net assigned charge : -5.499964 assigned positive charge : 506.5414 centred at (gu) : 90.59342 88.54509 92.20747 assigned negative charge : -512.0425 centred at (gu) : 90.07114 88.74933 92.20878 start vw surface at 0.1900000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 91541 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25013 grid for indexing accessible points = 1.400000 m= 34211 mr = 66798 m= 5616 mr = 26578 m= 302 mr = 3772 m= 1 mr = 133 m= 0 mr = 0 time to grow re-entrant surface = 0.3300000 no. cavity mid-points inaccessible to solvent = 4193 time to turn everything in is 0.6900000 number of dielectric boundary points 34390 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 155 iepsmp to db, and charging done at 0.8200000 number of grid points assigned charge 24987 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.6249890 object centre at (A) : 56.56750 53.06050 22.54550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.8268935E-02 -3.1105179E-02 midg,1,midg; midg,igrid,midg 2.1187168E-02 -2.1961030E-02 1,midg,midg; igrid,midg,midg -4.5720469E-02 5.5431481E-03 gauss-seidel spectral radius is 0.9986477 estimated iterations to convergence 215 setup time was (sec) 0.9900000 now iterating at: 11:36:57 rms-change max change #iterations 4.810447 168.0910 at 10iterations 2.265679 66.18714 at 20iterations 1.064997 30.32542 at 30iterations 0.5018271 16.50608 at 40iterations 0.2359447 7.182526 at 50iterations 0.1112274 3.371647 at 60iterations 5.2311271E-02 1.491309 at 70iterations 2.4662476E-02 0.7032237 at 80iterations 1.1608442E-02 0.3135853 at 90iterations 5.4714577E-03 0.1751404 at 100iterations 2.5858751E-03 7.2444916E-02 at 110iterations 1.2170953E-03 3.5140991E-02 at 120iterations finished qdiffx linear iterations at : 11:37:04 total time elapsed so far: 8.020000 # loops : 120 mean,max change (kT/e) : 1.2170953E-03 3.5140991E-02 energy calculations done at 8.020000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.210000 DelPhi exited at 11:37:05 8.212u 0.220s 0:08.96 94.0% 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 11:37:05 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 = 3336 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: 2.812451 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.35200 81.78300 ymin,ymax (A): 24.58000 81.54100 zmin,zma (A): -1.799000 46.89000 x,y,z range (A): 50.43101 56.96100 48.68900 scale (grids/A): 2.812451 object centre (A): 56.56750 53.06050 22.54550 number of atom coordinates read : 3336 total number of charged atoms : 3184 net assigned charge : -5.499964 assigned positive charge : 506.5414 centred at (gu) : 90.89005 87.81750 93.31107 assigned negative charge : -512.0425 centred at (gu) : 90.10668 88.12391 93.31301 start vw surface at 0.1800000 fill in re-entrant regions at 0.5900000 boundary points on vw surface= 211852 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25013 grid for indexing accessible points = 1.400000 m= 110319 mr = 160827 m= 41426 mr = 92971 m= 10331 mr = 34920 m= 1405 mr = 8203 m= 65 mr = 993 m= 0 mr = 32 time to grow re-entrant surface = 1.040000 no. cavity mid-points inaccessible to solvent = 14054 time to turn everything in is 1.770000 number of dielectric boundary points 77452 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.930000 number of grid points assigned charge 25471 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.874967 object centre at (A) : 56.56750 53.06050 22.54550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2171435 -0.2900768 midg,1,midg; midg,igrid,midg 0.3166450 7.5449701E-03 1,midg,midg; igrid,midg,midg -0.4896348 8.8030649E-03 gauss-seidel spectral radius is 0.9992653 estimated iterations to convergence 291 setup time was (sec) 2.120000 now iterating at: 11:37:07 rms-change max change #iterations 11.17334 373.7801 at 10iterations 6.546813 130.6736 at 20iterations 3.796797 89.58882 at 30iterations 2.206162 40.17188 at 40iterations 1.279032 21.58725 at 50iterations 0.7388905 13.19229 at 60iterations 0.4275950 7.384137 at 70iterations 0.2464787 4.337614 at 80iterations 0.1424266 2.384810 at 90iterations 8.2134262E-02 1.438614 at 100iterations 4.7413867E-02 0.7449689 at 110iterations 2.7326228E-02 0.4508951 at 120iterations 1.5748488E-02 0.2737541 at 130iterations 9.0906331E-03 0.1575699 at 140iterations 5.2445023E-03 8.3272934E-02 at 150iterations 3.0264156E-03 4.8614502E-02 at 160iterations 1.7450419E-03 2.6609421E-02 at 170iterations 1.0065002E-03 1.6954422E-02 at 180iterations finished qdiffx linear iterations at : 11:37:20 total time elapsed so far: 15.05000 # loops : 180 mean,max change (kT/e) : 1.0065002E-03 1.6954422E-02 energy calculations done at 15.05000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.24000 DelPhi exited at 11:37:21 15.240u 0.217s 0:15.76 98.0% 0+0k 0+0io 0pf+0w