Sun Oct 9 14:43:57 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+sph2.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 = amb2.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 14:43:57 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: 274 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2499 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.5407376 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): -20.15000 45.68600 ymin,ymax (A): -24.20400 28.04300 zmin,zma (A): -10.09900 37.66100 x,y,z range (A): 65.83600 52.24700 47.76000 scale (grids/A): 0.5407376 object centre (A): 12.76800 1.919500 13.78100 number of atom coordinates read : 2499 total number of charged atoms : 2359 net assigned charge : 8.000022 assigned positive charge : 378.5219 centred at (gu) : 89.48933 90.18635 90.67601 assigned negative charge : -370.5225 centred at (gu) : 89.21600 90.29929 90.71119 start vw surface at 0.1400000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 4908 nv = 96 ne = 84 npr = 46195 no. pairs analyzed = 46195 no. exposed pairs = 3725 no. arc points = 27260 no. surface atoms = 1238 nbur = 1261 mkacc time = 8.9999989E-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.596000 m= 189 mr = 2128 m= 1 mr = 1 m= 0 mr = 0 time to grow re-entrant surface = 9.9999979E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2600000 number of dielectric boundary points 2969 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2722 ## 394 charges are in solution ## iepsmp to db, and charging done at 0.3700000 number of grid points assigned charge 6357 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.8775511E-10 3.0038952E-10 midg,1,midg; midg,igrid,midg 8.8036478E-10 -1.0981540E-10 1,midg,midg; igrid,midg,midg -9.9276021E-10 1.4219513E-09 gauss-seidel spectral radius is 0.9823487 estimated iterations to convergence 62 setup time was (sec) 0.4700000 now iterating at: 14:43:58 rms-change max change #iterations 6.3625202E-02 12.17712 at 10iterations 4.0589161E-03 0.7977238 at 20iterations 2.7747275E-04 5.3506851E-02 at 30iterations 2.3526385E-05 3.5171509E-03 at 40iterations 3.0414424E-06 4.6920776E-04 at 50iterations finished qdiffx linear iterations at : 14:44:00 total time elapsed so far: 2.890000 # loops : 50 mean,max change (kT/e) : 3.0414424E-06 4.6920776E-04 energy calculations done at 2.890000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.060000 DelPhi exited at 14:44:01 3.068u 0.144s 0:03.54 90.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 14:44:01 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: 274 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2499 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.622213 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): -20.15000 45.68600 ymin,ymax (A): -24.20400 28.04300 zmin,zma (A): -10.09900 37.66100 x,y,z range (A): 65.83600 52.24700 47.76000 scale (grids/A): 1.622213 object centre (A): 12.76800 1.919500 13.78100 number of atom coordinates read : 2499 total number of charged atoms : 2359 net assigned charge : 8.000022 assigned positive charge : 378.5219 centred at (gu) : 88.46735 90.55840 92.02777 assigned negative charge : -370.5225 centred at (gu) : 87.64768 90.89771 92.13333 start vw surface at 0.1400000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 53821 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27260 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 14559 mr = 32856 m= 1287 mr = 8783 m= 36 mr = 446 m= 0 mr = 2 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3900000 number of dielectric boundary points 27616 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 351 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 18019 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.5407376 object centre at (A) : 12.76800 1.919500 13.78100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 8.6945510E-03 -5.0592510E-04 midg,1,midg; midg,igrid,midg 1.1764946E-02 -3.2371492E-03 1,midg,midg; igrid,midg,midg -3.6537871E-02 2.4103254E-02 gauss-seidel spectral radius is 0.9981294 estimated iterations to convergence 184 setup time was (sec) 0.6500000 now iterating at: 14:44:02 rms-change max change #iterations 2.957374 150.2349 at 10iterations 1.210105 55.86414 at 20iterations 0.4933681 19.72740 at 30iterations 0.2019169 7.942804 at 40iterations 8.2717329E-02 3.566666 at 50iterations 3.3963084E-02 1.409721 at 60iterations 1.3864357E-02 0.5660515 at 70iterations 5.6686224E-03 0.2316575 at 80iterations 2.3328837E-03 9.9901199E-02 at 90iterations 9.6188474E-04 3.9837837E-02 at 100iterations 3.9438688E-04 1.6683578E-02 at 110iterations 1.6230116E-04 6.8016052E-03 at 120iterations finished qdiffx linear iterations at : 14:44:08 total time elapsed so far: 6.600000 # loops : 120 mean,max change (kT/e) : 1.6230116E-04 6.8016052E-03 energy calculations done at 6.600000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.770000 DelPhi exited at 14:44:08 6.770u 0.160s 0:07.20 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 14:44:08 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: 274 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2499 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.433319 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): -20.15000 45.68600 ymin,ymax (A): -24.20400 28.04300 zmin,zma (A): -10.09900 37.66100 x,y,z range (A): 65.83600 52.24700 47.76000 scale (grids/A): 2.433319 object centre (A): 12.76800 1.919500 13.78100 number of atom coordinates read : 2499 total number of charged atoms : 2359 net assigned charge : 8.000022 assigned positive charge : 378.5219 centred at (gu) : 87.70087 90.83744 93.04147 assigned negative charge : -370.5225 centred at (gu) : 86.47154 91.34646 93.19991 start vw surface at 0.1400000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 124904 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27260 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 51783 mr = 81672 m= 12705 mr = 37920 m= 1712 mr = 8397 m= 117 mr = 913 m= 1 mr = 36 m= 0 mr = 0 time to grow re-entrant surface = 0.4900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.8700000 number of dielectric boundary points 62284 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 20 iepsmp to db, and charging done at 1.000000 number of grid points assigned charge 18849 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.622213 object centre at (A) : 12.76800 1.919500 13.78100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1292091 -2.4916213E-02 midg,1,midg; midg,igrid,midg 0.1823526 -4.5574646E-02 1,midg,midg; igrid,midg,midg -0.5898744 0.2589062 gauss-seidel spectral radius is 0.9991183 estimated iterations to convergence 266 setup time was (sec) 1.150000 now iterating at: 14:44:10 rms-change max change #iterations 7.912044 395.5377 at 10iterations 4.474313 133.9495 at 20iterations 2.509812 71.59065 at 30iterations 1.390875 36.24514 at 40iterations 0.7688876 20.11317 at 50iterations 0.4237505 11.06401 at 60iterations 0.2324433 5.958817 at 70iterations 0.1274296 3.493443 at 80iterations 6.9769397E-02 1.705425 at 90iterations 3.8245395E-02 0.9418736 at 100iterations 2.0849584E-02 0.4877431 at 110iterations 1.1384119E-02 0.2641020 at 120iterations 6.2195044E-03 0.1478577 at 130iterations 3.3986610E-03 8.0338478E-02 at 140iterations 1.8465661E-03 4.0532112E-02 at 150iterations 1.0078932E-03 2.1820068E-02 at 160iterations 5.5041513E-04 1.2010574E-02 at 170iterations 3.0033846E-04 7.2002411E-03 at 180iterations finished qdiffx linear iterations at : 14:44:19 total time elapsed so far: 10.50000 # loops : 180 mean,max change (kT/e) : 3.0033846E-04 7.2002411E-03 energy calculations done at 10.50000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.67000 DelPhi exited at 14:44:19 10.678u 0.154s 0:11.10 97.4% 0+0k 0+0io 0pf+0w