Sun Oct 9 16:43:37 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 Sun Oct 9 2011 at 16:43:37 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 = 2359 !!! WARNING: LYS 255 has a net charge of -0.0450 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.6655948 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): -52.75800 -3.259000 ymin,ymax (A): 5.427000 52.57500 zmin,zma (A): -25.03200 28.45400 x,y,z range (A): 49.49900 47.14799 53.48600 scale (grids/A): 0.6655948 object centre (A): -28.00850 29.00100 1.711000 number of atom coordinates read : 2359 total number of charged atoms : 2281 net assigned charge : -4.4991881E-02 assigned positive charge : 351.1801 centred at (gu) : 88.90742 88.95267 88.53333 assigned negative charge : -351.2259 centred at (gu) : 88.94428 89.02549 88.62129 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 7272 nv = 96 ne = 84 npr = 46873 no. pairs analyzed = 46873 no. exposed pairs = 3032 no. arc points = 21594 no. surface atoms = 1031 nbur = 1328 mkacc time = 7.9999998E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 419 mr = 3968 m= 0 mr = 46 time to grow re-entrant surface = 9.0000004E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1800000 number of dielectric boundary points 3677 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2031 ## 172 charges are in solution ## iepsmp to db, and charging done at 0.2400000 number of grid points assigned charge 8471 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.3542913E-08 -1.3939841E-08 midg,1,midg; midg,igrid,midg 1.7696973E-08 -1.2664391E-08 1,midg,midg; igrid,midg,midg 8.6555652E-09 -6.5975416E-09 gauss-seidel spectral radius is 0.9882839 estimated iterations to convergence 75 setup time was (sec) 0.3600000 now iterating at: 16:43:38 rms-change max change #iterations 0.1596829 20.79397 at 10iterations 1.7206660E-02 2.398304 at 20iterations 1.9198656E-03 0.2863493 at 30iterations 2.5746721E-04 3.3668518E-02 at 40iterations 5.9903567E-05 8.1977844E-03 at 50iterations finished qdiffx linear iterations at : 16:43:41 total time elapsed so far: 3.190000 # loops : 50 mean,max change (kT/e) : 5.9903567E-05 8.1977844E-03 energy calculations done at 3.190000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.330000 DelPhi exited at 16:43:41 3.329u 0.179s 0:03.78 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 16:43:41 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 = 2359 !!! WARNING: LYS 255 has a net charge of -0.0450 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.996784 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): -52.75800 -3.259000 ymin,ymax (A): 5.427000 52.57500 zmin,zma (A): -25.03200 28.45400 x,y,z range (A): 49.49900 47.14799 53.48600 scale (grids/A): 1.996784 object centre (A): -28.00850 29.00100 1.711000 number of atom coordinates read : 2359 total number of charged atoms : 2281 net assigned charge : -4.4991881E-02 assigned positive charge : 351.1801 centred at (gu) : 86.72153 86.85750 85.59956 assigned negative charge : -351.2259 centred at (gu) : 86.83266 87.07634 85.86392 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 77346 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21594 grid for indexing accessible points = 1.400000 m= 28798 mr = 53243 m= 5085 mr = 21045 m= 334 mr = 3216 m= 5 mr = 107 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3800000 number of dielectric boundary points 33957 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 127 iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 17997 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.6655948 object centre at (A) : -28.00850 29.00100 1.711000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.4020517E-03 6.9308789E-03 midg,1,midg; midg,igrid,midg -8.5512046E-03 -1.0419005E-02 1,midg,midg; igrid,midg,midg 3.8571991E-03 -1.0010625E-02 gauss-seidel spectral radius is 0.9987391 estimated iterations to convergence 223 setup time was (sec) 0.5900000 now iterating at: 16:43:42 rms-change max change #iterations 4.411752 174.1976 at 10iterations 2.129204 79.43266 at 20iterations 1.028446 35.50292 at 30iterations 0.4968577 17.61975 at 40iterations 0.2400584 7.466042 at 50iterations 0.1155514 3.971207 at 60iterations 5.6011472E-02 1.712323 at 70iterations 2.7124077E-02 0.8142014 at 80iterations 1.3099748E-02 0.4385376 at 90iterations 6.3432506E-03 0.1936035 at 100iterations 3.0743300E-03 9.3418121E-02 at 110iterations 1.4943726E-03 4.3972015E-02 at 120iterations finished qdiffx linear iterations at : 16:43:49 total time elapsed so far: 7.600000 # loops : 120 mean,max change (kT/e) : 1.4943726E-03 4.3972015E-02 energy calculations done at 7.600000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.740000 DelPhi exited at 16:43:49 7.740u 0.208s 0:08.20 96.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 Sun Oct 9 2011 at 16:43:49 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 = 2359 !!! WARNING: LYS 255 has a net charge of -0.0450 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: 2.995176 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): -52.75800 -3.259000 ymin,ymax (A): 5.427000 52.57500 zmin,zma (A): -25.03200 28.45400 x,y,z range (A): 49.49900 47.14799 53.48600 scale (grids/A): 2.995176 object centre (A): -28.00850 29.00100 1.711000 number of atom coordinates read : 2359 total number of charged atoms : 2281 net assigned charge : -4.4991881E-02 assigned positive charge : 351.1801 centred at (gu) : 85.08230 85.28614 83.39918 assigned negative charge : -351.2259 centred at (gu) : 85.24907 85.61443 83.79582 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.3300000 boundary points on vw surface= 178601 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21594 grid for indexing accessible points = 1.400000 m= 90695 mr = 128946 m= 35124 mr = 73492 m= 9478 mr = 28359 m= 1497 mr = 7143 m= 109 mr = 972 m= 1 mr = 35 m= 0 mr = 0 time to grow re-entrant surface = 0.5900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.000000 number of dielectric boundary points 76558 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.090000 number of grid points assigned charge 18248 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.996784 object centre at (A) : -28.00850 29.00100 1.711000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.2027803E-02 0.2718887 midg,1,midg; midg,igrid,midg -0.1775399 -0.2079515 1,midg,midg; igrid,midg,midg -2.8075831E-02 -0.1334082 gauss-seidel spectral radius is 0.9992918 estimated iterations to convergence 296 setup time was (sec) 1.240000 now iterating at: 16:43:51 rms-change max change #iterations 10.21995 476.4152 at 10iterations 6.057297 134.7731 at 20iterations 3.594304 68.94297 at 30iterations 2.124753 48.44569 at 40iterations 1.249310 26.56274 at 50iterations 0.7331102 14.38738 at 60iterations 0.4306674 8.944278 at 70iterations 0.2524930 4.749596 at 80iterations 0.1475494 2.882148 at 90iterations 8.6265780E-02 1.619900 at 100iterations 5.0407387E-02 0.9968596 at 110iterations 2.9468369E-02 0.5055603 at 120iterations 1.7173996E-02 0.3105707 at 130iterations 1.0033262E-02 0.1726482 at 140iterations 5.8516921E-03 0.1011717 at 150iterations 3.4251281E-03 5.8053017E-02 at 160iterations 2.0074768E-03 3.8009644E-02 at 170iterations 1.1834250E-03 2.1186829E-02 at 180iterations finished qdiffx linear iterations at : 16:44:02 total time elapsed so far: 12.52000 # loops : 180 mean,max change (kT/e) : 1.1834250E-03 2.1186829E-02 energy calculations done at 12.52000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.66000 DelPhi exited at 16:44:03 12.660u 0.204s 0:13.12 98.0% 0+0k 0+0io 0pf+0w