Mon Oct 10 09:45:52 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 09:45:52 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 = 2924 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5687265 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): 114.3660 176.9620 ymin,ymax (A): -43.08100 10.42500 zmin,zma (A): 46.50000 102.8010 x,y,z range (A): 62.59599 53.50600 56.30099 scale (grids/A): 0.5687265 object centre (A): 145.6640 -16.32800 74.65050 number of atom coordinates read : 2924 total number of charged atoms : 2771 net assigned charge : 8.000020 assigned positive charge : 426.8108 centred at (gu) : 89.75269 89.10957 89.64442 assigned negative charge : -418.8112 centred at (gu) : 89.72451 89.18493 89.45139 start vw surface at 0.1600000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 6441 nv = 96 ne = 84 npr = 55588 no. pairs analyzed = 55588 no. exposed pairs = 4527 no. arc points = 33318 no. surface atoms = 1486 nbur = 1438 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.512000 m= 328 mr = 2749 m= 4 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 2 time to turn everything in is 0.3100000 number of dielectric boundary points 4015 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3240 ## 383 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 8145 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.7749842E-09 3.5343133E-09 midg,1,midg; midg,igrid,midg 2.7607574E-09 8.9835694E-11 1,midg,midg; igrid,midg,midg 8.2013057E-10 1.4856673E-09 gauss-seidel spectral radius is 0.9840658 estimated iterations to convergence 65 setup time was (sec) 0.5300000 now iterating at: 09:45:53 rms-change max change #iterations 8.8067248E-02 14.69740 at 10iterations 6.5245675E-03 1.013311 at 20iterations 4.7618593E-04 7.8922272E-02 at 30iterations 4.0549210E-05 5.6657791E-03 at 40iterations 6.2288768E-06 8.7499619E-04 at 50iterations finished qdiffx linear iterations at : 09:45:56 total time elapsed so far: 3.070000 # loops : 50 mean,max change (kT/e) : 6.2288768E-06 8.7499619E-04 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.260000 DelPhi exited at 09:45:57 3.259u 0.184s 0:04.25 80.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 09:45: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2924 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: 1.706180 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): 114.3660 176.9620 ymin,ymax (A): -43.08100 10.42500 zmin,zma (A): 46.50000 102.8010 x,y,z range (A): 62.59599 53.50600 56.30099 scale (grids/A): 1.706180 object centre (A): 145.6640 -16.32800 74.65050 number of atom coordinates read : 2924 total number of charged atoms : 2771 net assigned charge : 8.000020 assigned positive charge : 426.8108 centred at (gu) : 89.25788 87.32848 88.93251 assigned negative charge : -418.8112 centred at (gu) : 89.17328 87.55437 88.35378 start vw surface at 0.1400000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 68292 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33318 grid for indexing accessible points = 1.400000 m= 21629 mr = 40664 m= 2797 mr = 13612 m= 96 mr = 1203 m= 0 mr = 1 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 133 time to turn everything in is 0.4900000 number of dielectric boundary points 37334 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 305 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.6000000 number of grid points assigned charge 21415 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.5687265 object centre at (A) : 145.6640 -16.32800 74.65050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.6643968E-03 2.8220478E-02 midg,1,midg; midg,igrid,midg 9.8500364E-03 7.0269653E-03 1,midg,midg; igrid,midg,midg 6.9897519E-03 1.3067976E-02 gauss-seidel spectral radius is 0.9983707 estimated iterations to convergence 197 setup time was (sec) 0.7700000 now iterating at: 09:45:58 rms-change max change #iterations 3.545326 167.2860 at 10iterations 1.538356 58.46156 at 20iterations 0.6691377 26.94285 at 30iterations 0.2914846 11.82122 at 40iterations 0.1273376 4.318882 at 50iterations 5.4971058E-02 2.249151 at 60iterations 2.3862384E-02 0.8885536 at 70iterations 1.0441556E-02 0.3654251 at 80iterations 4.5444840E-03 0.1578789 at 90iterations 1.9839029E-03 6.8990231E-02 at 100iterations 8.6453283E-04 3.0410767E-02 at 110iterations 3.7800075E-04 1.3533592E-02 at 120iterations finished qdiffx linear iterations at : 09:46:04 total time elapsed so far: 7.150000 # loops : 120 mean,max change (kT/e) : 3.7800075E-04 1.3533592E-02 energy calculations done at 7.150000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.340000 DelPhi exited at 09:46:05 7.339u 0.214s 0:07.89 95.5% 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 09:46:05 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 = 2924 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: 2.559270 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): 114.3660 176.9620 ymin,ymax (A): -43.08100 10.42500 zmin,zma (A): 46.50000 102.8010 x,y,z range (A): 62.59599 53.50600 56.30099 scale (grids/A): 2.559270 object centre (A): 145.6640 -16.32800 74.65050 number of atom coordinates read : 2924 total number of charged atoms : 2771 net assigned charge : 8.000020 assigned positive charge : 426.8108 centred at (gu) : 88.88685 85.99248 88.39890 assigned negative charge : -418.8112 centred at (gu) : 88.75996 86.33154 87.53062 start vw surface at 0.1600000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 157357 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33318 grid for indexing accessible points = 1.400000 m= 70723 mr = 100548 m= 23175 mr = 52112 m= 4279 mr = 16349 m= 343 mr = 2476 m= 12 mr = 100 m= 0 mr = 0 time to grow re-entrant surface = 0.6799999 no. cavity mid-points inaccessible to solvent = 480 time to turn everything in is 1.200000 number of dielectric boundary points 84304 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 7 iepsmp to db, and charging done at 1.340000 number of grid points assigned charge 22144 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.706180 object centre at (A) : 145.6640 -16.32800 74.65050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.6013830E-02 0.3890277 midg,1,midg; midg,igrid,midg 0.1452210 0.1213449 1,midg,midg; igrid,midg,midg 0.1382366 6.4475149E-02 gauss-seidel spectral radius is 0.9992167 estimated iterations to convergence 282 setup time was (sec) 1.500000 now iterating at: 09:46:06 rms-change max change #iterations 9.247411 268.6320 at 10iterations 5.468797 137.2336 at 20iterations 3.188034 85.52334 at 30iterations 1.842510 44.83273 at 40iterations 1.064515 23.34522 at 50iterations 0.6088367 13.74743 at 60iterations 0.3477179 7.952807 at 70iterations 0.1984623 4.351729 at 80iterations 0.1127891 2.475300 at 90iterations 6.4123355E-02 1.450733 at 100iterations 3.6445227E-02 0.9891052 at 110iterations 2.0655621E-02 0.4656167 at 120iterations 1.1713601E-02 0.2579885 at 130iterations 6.6369632E-03 0.1464825 at 140iterations 3.7528009E-03 8.4036708E-02 at 150iterations 2.1259775E-03 4.6316147E-02 at 160iterations 1.2045954E-03 2.6332855E-02 at 170iterations 6.8034994E-04 1.4655590E-02 at 180iterations finished qdiffx linear iterations at : 09:46:18 total time elapsed so far: 13.19000 # loops : 180 mean,max change (kT/e) : 6.8034994E-04 1.4655590E-02 energy calculations done at 13.19000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.37000 DelPhi exited at 09:46:18 13.369u 0.204s 0:13.85 97.9% 0+0k 0+0io 0pf+0w