Mon Oct 10 18:52:29 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 18:52:29 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 = 2572 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.5753257 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): 40.13600 95.35600 ymin,ymax (A): -71.04500 -9.167001 zmin,zma (A): 68.03500 112.7040 x,y,z range (A): 55.22001 61.87800 44.66900 scale (grids/A): 0.5753257 object centre (A): 67.74600 -40.10600 90.36949 number of atom coordinates read : 2572 total number of charged atoms : 2432 net assigned charge : 0.5000076 assigned positive charge : 391.5085 centred at (gu) : 89.72015 91.85632 90.45296 assigned negative charge : -391.0094 centred at (gu) : 89.77173 91.74971 90.58337 start vw surface at 0.1200000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 5602 nv = 96 ne = 84 npr = 50742 no. pairs analyzed = 50742 no. exposed pairs = 3316 no. arc points = 23072 no. surface atoms = 1105 nbur = 1467 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.484000 m= 289 mr = 2998 m= 2 mr = 21 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.3000000 number of dielectric boundary points 2874 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2341 ## 295 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 7171 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.9613644E-09 -2.3646856E-09 midg,1,midg; midg,igrid,midg -1.1023256E-09 2.8280689E-09 1,midg,midg; igrid,midg,midg 9.7582764E-10 -7.3826301E-10 gauss-seidel spectral radius is 0.9843746 estimated iterations to convergence 66 setup time was (sec) 0.5700000 now iterating at: 18:52:29 rms-change max change #iterations 8.8348009E-02 14.28433 at 10iterations 7.0809885E-03 1.091709 at 20iterations 8.2146388E-04 0.1357827 at 30iterations 1.8489959E-04 3.2037735E-02 at 40iterations 5.2688381E-05 8.9244843E-03 at 50iterations finished qdiffx linear iterations at : 18:52:33 total time elapsed so far: 4.330000 # loops : 50 mean,max change (kT/e) : 5.2688381E-05 8.9244843E-03 energy calculations done at 4.330000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.500000 DelPhi exited at 18:52:34 4.501u 0.377s 0:05.40 90.1% 0+0k 0+0io 6pf+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 18:52:34 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 = 2572 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.725977 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): 40.13600 95.35600 ymin,ymax (A): -71.04500 -9.167001 zmin,zma (A): 68.03500 112.7040 x,y,z range (A): 55.22001 61.87800 44.66900 scale (grids/A): 1.725977 object centre (A): 67.74600 -40.10600 90.36949 number of atom coordinates read : 2572 total number of charged atoms : 2432 net assigned charge : 0.5000076 assigned positive charge : 391.5085 centred at (gu) : 89.15981 95.56841 91.35830 assigned negative charge : -391.0094 centred at (gu) : 89.31490 95.24882 91.74977 start vw surface at 0.1000000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 61667 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23072 grid for indexing accessible points = 1.400000 m= 20940 mr = 42182 m= 2725 mr = 15021 m= 104 mr = 1490 m= 0 mr = 17 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 554 time to turn everything in is 0.5100000 number of dielectric boundary points 26726 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 228 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 18838 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.5753257 object centre at (A) : 67.74600 -40.10600 90.36949 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.5289678E-03 -5.3487681E-03 midg,1,midg; midg,igrid,midg -1.0533712E-02 1.4421825E-02 1,midg,midg; igrid,midg,midg 2.0830132E-02 -5.7997890E-03 gauss-seidel spectral radius is 0.9983380 estimated iterations to convergence 195 setup time was (sec) 0.8100000 now iterating at: 18:52:35 rms-change max change #iterations 3.476429 184.2707 at 10iterations 1.494215 62.74235 at 20iterations 0.6453053 24.48913 at 30iterations 0.2808052 10.84341 at 40iterations 0.1210729 4.586726 at 50iterations 5.2624363E-02 2.028332 at 60iterations 2.2875078E-02 0.7782927 at 70iterations 1.0001704E-02 0.3989364 at 80iterations 4.4483971E-03 0.1439438 at 90iterations 2.0145595E-03 7.6705933E-02 at 100iterations 9.6114975E-04 3.6254883E-02 at 110iterations 4.9825688E-04 1.8653870E-02 at 120iterations finished qdiffx linear iterations at : 18:52:45 total time elapsed so far: 10.83000 # loops : 120 mean,max change (kT/e) : 4.9825688E-04 1.8653870E-02 energy calculations done at 10.83000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.99000 DelPhi exited at 18:52:46 10.997u 0.445s 0:11.83 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 Mon Oct 10 2011 at 18:52:46 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 = 2572 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.588965 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): 40.13600 95.35600 ymin,ymax (A): -71.04500 -9.167001 zmin,zma (A): 68.03500 112.7040 x,y,z range (A): 55.22001 61.87800 44.66900 scale (grids/A): 2.588965 object centre (A): 67.74600 -40.10600 90.36949 number of atom coordinates read : 2572 total number of charged atoms : 2432 net assigned charge : 0.5000076 assigned positive charge : 391.5085 centred at (gu) : 88.73940 98.35231 92.03725 assigned negative charge : -391.0094 centred at (gu) : 88.97232 97.87305 92.62461 start vw surface at 0.1200000 fill in re-entrant regions at 0.4200000 boundary points on vw surface= 142871 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23072 grid for indexing accessible points = 1.400000 m= 69578 mr = 103003 m= 23031 mr = 55911 m= 4438 mr = 17875 m= 426 mr = 3108 m= 11 mr = 228 m= 0 mr = 2 time to grow re-entrant surface = 0.7800000 no. cavity mid-points inaccessible to solvent = 1681 time to turn everything in is 1.290000 number of dielectric boundary points 60228 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 8 iepsmp to db, and charging done at 1.480000 number of grid points assigned charge 19446 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.725977 object centre at (A) : 67.74600 -40.10600 90.36949 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 8.1952885E-02 -4.7277160E-02 midg,1,midg; midg,igrid,midg 8.5227408E-02 0.3517510 1,midg,midg; igrid,midg,midg 0.3882046 -0.1231709 gauss-seidel spectral radius is 0.9991736 estimated iterations to convergence 275 setup time was (sec) 1.680000 now iterating at: 18:52:48 rms-change max change #iterations 8.775316 326.0263 at 10iterations 5.038950 131.5498 at 20iterations 2.862200 77.07314 at 30iterations 1.618880 40.45376 at 40iterations 0.9151430 20.35791 at 50iterations 0.5137156 11.00160 at 60iterations 0.2890823 6.828426 at 70iterations 0.1617175 3.740305 at 80iterations 9.0646178E-02 1.842514 at 90iterations 5.0645806E-02 1.053711 at 100iterations 2.8353546E-02 0.6367073 at 110iterations 1.5868276E-02 0.3737450 at 120iterations 8.9130402E-03 0.1789322 at 130iterations 5.0136042E-03 0.1025553 at 140iterations 2.8514725E-03 6.1111450E-02 at 150iterations 1.6468010E-03 3.5526276E-02 at 160iterations 9.7394251E-04 2.0523071E-02 at 170iterations 6.0409401E-04 1.2708664E-02 at 180iterations finished qdiffx linear iterations at : 18:53:04 total time elapsed so far: 17.43000 # loops : 180 mean,max change (kT/e) : 6.0409401E-04 1.2708664E-02 energy calculations done at 17.43000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.59000 DelPhi exited at 18:53:04 17.594u 0.446s 0:18.30 98.5% 0+0k 0+0io 0pf+0w