Mon Oct 10 22:03:34 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 Mon Oct 10 2011 at 22:03: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: 273 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2826 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: 0.5630684 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): -23.79200 32.72700 ymin,ymax (A): -33.14900 23.72800 zmin,zma (A): -6.407000 56.81800 x,y,z range (A): 56.51900 56.87700 63.22500 scale (grids/A): 0.5630684 object centre (A): 4.467501 -4.710502 25.20550 number of atom coordinates read : 2826 total number of charged atoms : 2746 net assigned charge : 2.500006 assigned positive charge : 420.5401 centred at (gu) : 89.26118 89.06422 90.74345 assigned negative charge : -418.0415 centred at (gu) : 89.09913 89.13448 90.67998 start vw surface at 0.1600000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 6119 nv = 96 ne = 84 npr = 54740 no. pairs analyzed = 54740 no. exposed pairs = 3888 no. arc points = 27710 no. surface atoms = 1307 nbur = 1519 mkacc time = 0.1100000 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= 243 mr = 3012 m= 1 mr = 4 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3000000 number of dielectric boundary points 3347 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2806 ## 330 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 7819 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.6582007E-10 1.2341763E-09 midg,1,midg; midg,igrid,midg 1.3910108E-09 -4.1232739E-10 1,midg,midg; igrid,midg,midg -1.9419057E-09 1.7916491E-09 gauss-seidel spectral radius is 0.9837305 estimated iterations to convergence 64 setup time was (sec) 0.5300000 now iterating at: 22:03:35 rms-change max change #iterations 8.1165798E-02 18.09210 at 10iterations 5.9140795E-03 0.9778748 at 20iterations 5.2373175E-04 8.5245132E-02 at 30iterations 7.3919822E-05 1.0438919E-02 at 40iterations 1.4893743E-05 2.1333694E-03 at 50iterations finished qdiffx linear iterations at : 22:03:37 total time elapsed so far: 3.370000 # loops : 50 mean,max change (kT/e) : 1.4893743E-05 2.1333694E-03 energy calculations done at 3.370000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.530000 DelPhi exited at 22:03:38 3.538u 0.199s 0:04.13 90.0% 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 22:03:38 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: 273 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2826 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.689205 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): -23.79200 32.72700 ymin,ymax (A): -33.14900 23.72800 zmin,zma (A): -6.407000 56.81800 x,y,z range (A): 56.51900 56.87700 63.22500 scale (grids/A): 1.689205 object centre (A): 4.467501 -4.710502 25.20550 number of atom coordinates read : 2826 total number of charged atoms : 2746 net assigned charge : 2.500006 assigned positive charge : 420.5401 centred at (gu) : 87.78268 87.19156 92.22923 assigned negative charge : -418.0415 centred at (gu) : 87.29726 87.40332 92.03962 start vw surface at 0.1400000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 66883 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27710 grid for indexing accessible points = 1.400000 m= 20226 mr = 43739 m= 2392 mr = 13456 m= 82 mr = 1235 m= 1 mr = 7 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 134 time to turn everything in is 0.4700000 number of dielectric boundary points 31147 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 294 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6100000 number of grid points assigned charge 21192 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.5630684 object centre at (A) : 4.467501 -4.710502 25.20550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.8156102E-04 1.2324914E-02 midg,1,midg; midg,igrid,midg 3.1212191E-03 -1.0315417E-02 1,midg,midg; igrid,midg,midg -1.2747118E-02 2.2644080E-02 gauss-seidel spectral radius is 0.9983103 estimated iterations to convergence 193 setup time was (sec) 0.7900000 now iterating at: 22:03:39 rms-change max change #iterations 3.475001 180.9172 at 10iterations 1.485971 86.42325 at 20iterations 0.6385162 28.20932 at 30iterations 0.2733901 9.790743 at 40iterations 0.1182235 4.237793 at 50iterations 5.0582722E-02 1.953985 at 60iterations 2.1638419E-02 0.7767124 at 70iterations 9.3413498E-03 0.3059673 at 80iterations 4.0180110E-03 0.1442995 at 90iterations 1.7345804E-03 5.8495522E-02 at 100iterations 7.4923493E-04 2.5211334E-02 at 110iterations 3.2480402E-04 1.0931015E-02 at 120iterations finished qdiffx linear iterations at : 22:03:46 total time elapsed so far: 7.500000 # loops : 120 mean,max change (kT/e) : 3.2480402E-04 1.0931015E-02 energy calculations done at 7.500000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.670000 DelPhi exited at 22:03:46 7.676u 0.204s 0:08.34 94.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 Mon Oct 10 2011 at 22:03: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: 273 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2826 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.533808 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): -23.79200 32.72700 ymin,ymax (A): -33.14900 23.72800 zmin,zma (A): -6.407000 56.81800 x,y,z range (A): 56.51900 56.87700 63.22500 scale (grids/A): 2.533808 object centre (A): 4.467501 -4.710502 25.20550 number of atom coordinates read : 2826 total number of charged atoms : 2746 net assigned charge : 2.500006 assigned positive charge : 420.5401 centred at (gu) : 86.67393 85.78719 93.34357 assigned negative charge : -418.0415 centred at (gu) : 85.94582 86.10486 93.05931 start vw surface at 0.1400000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 155391 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27710 grid for indexing accessible points = 1.400000 m= 69124 mr = 107660 m= 20747 mr = 53345 m= 3816 mr = 15459 m= 275 mr = 2511 m= 6 mr = 118 m= 0 mr = 0 time to grow re-entrant surface = 0.6300000 no. cavity mid-points inaccessible to solvent = 421 time to turn everything in is 1.140000 number of dielectric boundary points 70266 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 11 iepsmp to db, and charging done at 1.280000 number of grid points assigned charge 21953 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.689205 object centre at (A) : 4.467501 -4.710502 25.20550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1665196 0.2750848 midg,1,midg; midg,igrid,midg 5.2618779E-02 -0.1332532 1,midg,midg; igrid,midg,midg -0.2933471 0.3281182 gauss-seidel spectral radius is 0.9991852 estimated iterations to convergence 277 setup time was (sec) 1.460000 now iterating at: 22:03:48 rms-change max change #iterations 8.882689 328.4096 at 10iterations 5.088863 135.3822 at 20iterations 2.891710 74.35787 at 30iterations 1.641319 34.21592 at 40iterations 0.9272243 20.21508 at 50iterations 0.5221711 10.55765 at 60iterations 0.2931457 5.988339 at 70iterations 0.1648768 3.383369 at 80iterations 9.2170782E-02 1.837784 at 90iterations 5.1703755E-02 1.082522 at 100iterations 2.8924190E-02 0.5720553 at 110iterations 1.6182072E-02 0.3431406 at 120iterations 9.0590166E-03 0.1754990 at 130iterations 5.0657163E-03 0.1062279 at 140iterations 2.8316109E-03 6.7141533E-02 at 150iterations 1.5852875E-03 3.3086777E-02 at 160iterations 8.8591035E-04 1.8026352E-02 at 170iterations 4.9664557E-04 9.3250275E-03 at 180iterations finished qdiffx linear iterations at : 22:03:59 total time elapsed so far: 12.03000 # loops : 180 mean,max change (kT/e) : 4.9664557E-04 9.3250275E-03 energy calculations done at 12.03000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.21000 DelPhi exited at 22:03:59 12.209u 0.239s 0:13.01 95.5% 0+0k 0+0io 0pf+0w