Sun Oct 9 03:48:12 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 03:48:12 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: 291 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4767 !!! WARNING: HIZ 357 has a net charge of 0.2000 !!! WARNING: HEM 2209 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 0.5144657 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.362000 60.46300 ymin,ymax (A): -12.17700 57.02100 zmin,zma (A): -15.64200 42.46100 x,y,z range (A): 62.82500 69.19800 58.10300 scale (grids/A): 0.5144657 object centre (A): 29.05050 22.42200 13.40950 number of atom coordinates read : 4767 total number of charged atoms : 4575 net assigned charge : 17.59999 assigned positive charge : 716.0161 centred at (gu) : 89.86157 92.30356 88.91807 assigned negative charge : -698.4219 centred at (gu) : 89.73093 92.37596 88.89960 start vw surface at 0.2000000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 7899 nv = 96 ne = 84 npr = 96442 no. pairs analyzed = 96442 no. exposed pairs = 6099 no. arc points = 41937 no. surface atoms = 2046 nbur = 2721 mkacc time = 0.2100000 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.680000 m= 312 mr = 3972 m= 0 mr = 5 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4500000 number of dielectric boundary points 4234 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4155 ## 580 charges are in solution ## iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 10626 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.2393288E-10 2.7005198E-10 midg,1,midg; midg,igrid,midg 2.8504715E-10 1.4229926E-10 1,midg,midg; igrid,midg,midg -9.6643901E-11 6.5727701E-10 gauss-seidel spectral radius is 0.9806766 estimated iterations to convergence 59 setup time was (sec) 0.6600000 now iterating at: 03:48:13 rms-change max change #iterations 6.8398543E-02 9.987175 at 10iterations 7.0198947E-03 0.9006500 at 20iterations 2.3885579E-03 0.2865067 at 30iterations 9.7684155E-04 0.1221733 at 40iterations 4.0671416E-04 5.1961899E-02 at 50iterations finished qdiffx linear iterations at : 03:48:15 total time elapsed so far: 3.070000 # loops : 50 mean,max change (kT/e) : 4.0671416E-04 5.1961899E-02 energy calculations done at 3.070000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.240000 DelPhi exited at 03:48:16 3.241u 0.154s 0:03.68 92.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 Sun Oct 9 2011 at 03:48:16 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: 291 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4767 !!! WARNING: HIZ 357 has a net charge of 0.2000 !!! WARNING: HEM 2209 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 1.543397 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.362000 60.46300 ymin,ymax (A): -12.17700 57.02100 zmin,zma (A): -15.64200 42.46100 x,y,z range (A): 62.82500 69.19800 58.10300 scale (grids/A): 1.543397 object centre (A): 29.05050 22.42200 13.40950 number of atom coordinates read : 4767 total number of charged atoms : 4575 net assigned charge : 17.59999 assigned positive charge : 716.0161 centred at (gu) : 89.58316 96.90900 86.75262 assigned negative charge : -698.4219 centred at (gu) : 89.19215 97.12768 86.69836 start vw surface at 0.2000000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 89421 reading accessible surface arcs data from file ARCDAT no. of arc points read = 41937 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 25863 mr = 60389 m= 2154 mr = 16748 m= 43 mr = 806 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 123 time to turn everything in is 0.6500000 number of dielectric boundary points 39538 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 567 ## 6 charges are in solution ## iepsmp to db, and charging done at 0.7700000 number of grid points assigned charge 34470 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.5144657 object centre at (A) : 29.05050 22.42200 13.40950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.3236310E-02 9.3921572E-03 midg,1,midg; midg,igrid,midg 2.7979910E-02 2.9485289E-02 1,midg,midg; igrid,midg,midg -8.9822374E-03 1.5582970E-02 gauss-seidel spectral radius is 0.9981475 estimated iterations to convergence 185 setup time was (sec) 0.9500000 now iterating at: 03:48:17 rms-change max change #iterations 3.846405 148.0281 at 10iterations 1.580442 59.13190 at 20iterations 0.6533415 22.49406 at 30iterations 0.2700322 8.742027 at 40iterations 0.1127154 3.719273 at 50iterations 4.7106825E-02 1.511916 at 60iterations 2.0322584E-02 0.6537971 at 70iterations 9.4568711E-03 0.2948341 at 80iterations 5.0221425E-03 0.1905117 at 90iterations 3.1377014E-03 0.1032448 at 100iterations 2.2066811E-03 6.7609787E-02 at 110iterations 1.6258151E-03 4.8238754E-02 at 120iterations finished qdiffx linear iterations at : 03:48:24 total time elapsed so far: 7.760000 # loops : 120 mean,max change (kT/e) : 1.6258151E-03 4.8238754E-02 energy calculations done at 7.760000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.940000 DelPhi exited at 03:48:24 7.945u 0.234s 0:08.49 96.2% 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 03:48:24 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: 291 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4767 !!! WARNING: HIZ 357 has a net charge of 0.2000 !!! WARNING: HEM 2209 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 2.315096 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.362000 60.46300 ymin,ymax (A): -12.17700 57.02100 zmin,zma (A): -15.64200 42.46100 x,y,z range (A): 62.82500 69.19800 58.10300 scale (grids/A): 2.315096 object centre (A): 29.05050 22.42200 13.40950 number of atom coordinates read : 4767 total number of charged atoms : 4575 net assigned charge : 17.59999 assigned positive charge : 716.0161 centred at (gu) : 89.37411 100.3631 85.12850 assigned negative charge : -698.4219 centred at (gu) : 88.78815 100.6914 85.04764 start vw surface at 0.1900000 fill in re-entrant regions at 0.5200000 boundary points on vw surface= 208448 reading accessible surface arcs data from file ARCDAT no. of arc points read = 41937 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 92201 mr = 149015 m= 23159 mr = 70735 m= 2948 mr = 16231 m= 148 mr = 1621 m= 3 mr = 22 m= 0 mr = 0 time to grow re-entrant surface = 0.8900000 no. cavity mid-points inaccessible to solvent = 448 time to turn everything in is 1.530000 number of dielectric boundary points 89283 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 45 iepsmp to db, and charging done at 1.680000 number of grid points assigned charge 36523 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.543397 object centre at (A) : 29.05050 22.42200 13.40950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2264235 0.1529513 midg,1,midg; midg,igrid,midg 0.8178038 0.5342593 1,midg,midg; igrid,midg,midg -0.1539015 0.2510413 gauss-seidel spectral radius is 0.9991762 estimated iterations to convergence 275 setup time was (sec) 1.860000 now iterating at: 03:48:26 rms-change max change #iterations 10.31506 291.3990 at 10iterations 5.955010 145.5018 at 20iterations 3.400309 79.53079 at 30iterations 1.934501 44.22071 at 40iterations 1.097506 21.23952 at 50iterations 0.6190402 12.38736 at 60iterations 0.3481545 7.789536 at 70iterations 0.1956215 3.596305 at 80iterations 0.1099110 2.115057 at 90iterations 6.1752800E-02 1.150251 at 100iterations 3.4689859E-02 0.7516308 at 110iterations 1.9534780E-02 0.3703995 at 120iterations 1.1101687E-02 0.2238503 at 130iterations 6.4020506E-03 0.1192942 at 140iterations 3.8093349E-03 7.4710846E-02 at 150iterations 2.3850629E-03 4.7574997E-02 at 160iterations 1.6049338E-03 2.9684067E-02 at 170iterations 1.1654036E-03 2.2541046E-02 at 180iterations finished qdiffx linear iterations at : 03:48:38 total time elapsed so far: 13.23000 # loops : 180 mean,max change (kT/e) : 1.1654036E-03 2.2541046E-02 energy calculations done at 13.23000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.40000 DelPhi exited at 03:48:38 13.406u 0.250s 0:13.99 97.5% 0+0k 0+0io 0pf+0w