Mon Oct 10 19:32: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 Mon Oct 10 2011 at 19:32: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 = 2756 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.5947309 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): 2.395000 57.20200 ymin,ymax (A): -14.87400 44.98500 zmin,zma (A): 32.65600 88.26700 x,y,z range (A): 54.80700 59.85900 55.61100 scale (grids/A): 0.5947309 object centre (A): 29.79850 15.05550 60.46150 number of atom coordinates read : 2756 total number of charged atoms : 2617 net assigned charge : 7.500031 assigned positive charge : 407.6665 centred at (gu) : 89.59454 87.81161 92.10686 assigned negative charge : -400.1678 centred at (gu) : 89.66647 87.85653 92.09473 start vw surface at 0.1000000 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6486 nv = 96 ne = 84 npr = 54906 no. pairs analyzed = 54906 no. exposed pairs = 3705 no. arc points = 26324 no. surface atoms = 1253 nbur = 1503 mkacc time = 8.9999996E-02 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.484000 m= 340 mr = 3252 m= 3 mr = 28 m= 0 mr = 0 time to grow re-entrant surface = 9.9999987E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2100000 number of dielectric boundary points 3549 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2641 ## 272 charges are in solution ## iepsmp to db, and charging done at 0.2800000 number of grid points assigned charge 8110 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.4175515E-09 4.8261679E-09 midg,1,midg; midg,igrid,midg 6.6403381E-09 7.6340034E-10 1,midg,midg; igrid,midg,midg 5.3404756E-09 3.1202538E-10 gauss-seidel spectral radius is 0.9853899 estimated iterations to convergence 68 setup time was (sec) 0.4000000 now iterating at: 19:32:37 rms-change max change #iterations 0.1040004 18.83134 at 10iterations 8.4801130E-03 1.183104 at 20iterations 7.5752020E-04 0.1147442 at 30iterations 8.6753957E-05 1.5640259E-02 at 40iterations 1.6383978E-05 3.6058426E-03 at 50iterations finished qdiffx linear iterations at : 19:32:40 total time elapsed so far: 3.320000 # loops : 50 mean,max change (kT/e) : 1.6383978E-05 3.6058426E-03 energy calculations done at 3.320000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.450000 DelPhi exited at 19:32:41 3.450u 0.189s 0:04.51 80.4% 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 Mon Oct 10 2011 at 19:32: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 = 2756 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.784193 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): 2.395000 57.20200 ymin,ymax (A): -14.87400 44.98500 zmin,zma (A): 32.65600 88.26700 x,y,z range (A): 54.80700 59.85900 55.61100 scale (grids/A): 1.784193 object centre (A): 29.79850 15.05550 60.46150 number of atom coordinates read : 2756 total number of charged atoms : 2617 net assigned charge : 7.500031 assigned positive charge : 407.6665 centred at (gu) : 88.78290 83.43417 96.31995 assigned negative charge : -400.1678 centred at (gu) : 88.99930 83.56976 96.28420 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 70816 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26324 grid for indexing accessible points = 1.400000 m= 23433 mr = 46908 m= 3227 mr = 16222 m= 172 mr = 1658 m= 1 mr = 50 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3600000 number of dielectric boundary points 32811 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 224 iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 20377 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.5947309 object centre at (A) : 29.79850 15.05550 60.46150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.3091797E-02 -5.1800879E-03 midg,1,midg; midg,igrid,midg 3.6611855E-02 1.2167883E-02 1,midg,midg; igrid,midg,midg 2.1367345E-02 3.0453593E-02 gauss-seidel spectral radius is 0.9984683 estimated iterations to convergence 203 setup time was (sec) 0.5700000 now iterating at: 19:32:42 rms-change max change #iterations 3.807799 177.3247 at 10iterations 1.691806 60.55177 at 20iterations 0.7545305 28.75814 at 30iterations 0.3382452 11.79827 at 40iterations 0.1504729 4.862738 at 50iterations 6.7129292E-02 2.185215 at 60iterations 3.0131638E-02 1.066654 at 70iterations 1.3453557E-02 0.5281532 at 80iterations 6.0264831E-03 0.1989498 at 90iterations 2.6981081E-03 8.9450836E-02 at 100iterations 1.2087215E-03 4.0050507E-02 at 110iterations 5.4242217E-04 1.9088745E-02 at 120iterations finished qdiffx linear iterations at : 19:32:49 total time elapsed so far: 7.720000 # loops : 120 mean,max change (kT/e) : 5.4242217E-04 1.9088745E-02 energy calculations done at 7.720000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.860000 DelPhi exited at 19:32:50 7.865u 0.211s 0:08.70 92.7% 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 Mon Oct 10 2011 at 19:32:50 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 = 2756 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.676289 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): 2.395000 57.20200 ymin,ymax (A): -14.87400 44.98500 zmin,zma (A): 32.65600 88.26700 x,y,z range (A): 54.80700 59.85900 55.61100 scale (grids/A): 2.676289 object centre (A): 29.79850 15.05550 60.46150 number of atom coordinates read : 2756 total number of charged atoms : 2617 net assigned charge : 7.500031 assigned positive charge : 407.6665 centred at (gu) : 88.17433 80.15096 99.47980 assigned negative charge : -400.1678 centred at (gu) : 88.49884 80.35458 99.42628 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 163914 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26324 grid for indexing accessible points = 1.400000 m= 77736 mr = 114828 m= 25902 mr = 61171 m= 5338 mr = 19638 m= 686 mr = 3552 m= 66 mr = 403 m= 1 mr = 38 m= 0 mr = 0 time to grow re-entrant surface = 0.5000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.9000000 number of dielectric boundary points 74013 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5 iepsmp to db, and charging done at 1.000000 number of grid points assigned charge 20928 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.784193 object centre at (A) : 29.79850 15.05550 60.46150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2775726 -0.1938598 midg,1,midg; midg,igrid,midg 0.6904206 7.5543135E-02 1,midg,midg; igrid,midg,midg 0.1597993 0.6352195 gauss-seidel spectral radius is 0.9992255 estimated iterations to convergence 284 setup time was (sec) 1.150000 now iterating at: 19:32:51 rms-change max change #iterations 9.446180 379.9271 at 10iterations 5.548621 145.5743 at 20iterations 3.227350 67.45004 at 30iterations 1.862386 41.51475 at 40iterations 1.072970 23.82069 at 50iterations 0.6162555 12.68970 at 60iterations 0.3516469 6.871686 at 70iterations 0.2011364 4.667017 at 80iterations 0.1146503 2.128471 at 90iterations 6.5423854E-02 1.373878 at 100iterations 3.7244141E-02 0.7312717 at 110iterations 2.1168338E-02 0.4537067 at 120iterations 1.2038189E-02 0.2447500 at 130iterations 6.8549304E-03 0.1311798 at 140iterations 3.8894690E-03 7.3825836E-02 at 150iterations 2.2144257E-03 4.4182539E-02 at 160iterations 1.2619507E-03 2.6129007E-02 at 170iterations 7.2183216E-04 1.4322281E-02 at 180iterations finished qdiffx linear iterations at : 19:33:03 total time elapsed so far: 12.59000 # loops : 180 mean,max change (kT/e) : 7.2183216E-04 1.4322281E-02 energy calculations done at 12.59000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.70000 DelPhi exited at 19:33:04 12.707u 0.228s 0:13.48 95.8% 0+0k 0+0io 0pf+0w