Tue Oct 11 07:30:17 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 Tue Oct 11 2011 at 07:30:17 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3262 !!! WARNING: UMP 529 has a net charge of -0.1000 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.5878565 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): 0.8149999 49.15100 ymin,ymax (A): -7.427000 48.96000 zmin,zma (A): 0.8219999 61.38100 x,y,z range (A): 48.33600 56.38700 60.55900 scale (grids/A): 0.5878565 object centre (A): 24.98300 20.76650 31.10150 number of atom coordinates read : 3262 total number of charged atoms : 3096 net assigned charge : -9.9990666E-02 assigned positive charge : 486.9368 centred at (gu) : 89.61153 89.20992 90.81650 assigned negative charge : -487.0379 centred at (gu) : 89.52264 89.11743 90.75350 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 7492 nv = 96 ne = 84 npr = 67010 no. pairs analyzed = 67010 no. exposed pairs = 3824 no. arc points = 26287 no. surface atoms = 1301 nbur = 1961 mkacc time = 0.1600000 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.456000 m= 320 mr = 4336 m= 1 mr = 36 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 37 time to turn everything in is 0.3900000 number of dielectric boundary points 3441 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2668 ## 267 charges are in solution ## iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 9361 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.6376285E-09 2.3568829E-09 midg,1,midg; midg,igrid,midg -3.5193142E-09 2.3636633E-09 1,midg,midg; igrid,midg,midg -3.0733689E-09 2.4959821E-09 gauss-seidel spectral radius is 0.9850793 estimated iterations to convergence 67 setup time was (sec) 0.6300000 now iterating at: 07:30:18 rms-change max change #iterations 0.1116741 16.53648 at 10iterations 1.0057398E-02 1.341492 at 20iterations 1.3023153E-03 0.2195435 at 30iterations 3.2110125E-04 6.3457489E-02 at 40iterations 8.9552319E-05 1.8047333E-02 at 50iterations finished qdiffx linear iterations at : 07:30:21 total time elapsed so far: 3.420000 # loops : 50 mean,max change (kT/e) : 8.9552319E-05 1.8047333E-02 energy calculations done at 3.420000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.610000 DelPhi exited at 07:30:21 3.617u 0.171s 0:04.28 88.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 Tue Oct 11 2011 at 07:30:21 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3262 !!! WARNING: UMP 529 has a net charge of -0.1000 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: 1.763569 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): 0.8149999 49.15100 ymin,ymax (A): -7.427000 48.96000 zmin,zma (A): 0.8219999 61.38100 x,y,z range (A): 48.33600 56.38700 60.55900 scale (grids/A): 1.763569 object centre (A): 24.98300 20.76650 31.10150 number of atom coordinates read : 3262 total number of charged atoms : 3096 net assigned charge : -9.9990666E-02 assigned positive charge : 486.9368 centred at (gu) : 88.83356 87.62892 92.44888 assigned negative charge : -487.0379 centred at (gu) : 88.56750 87.35191 92.25995 start vw surface at 0.1700000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 81613 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26287 grid for indexing accessible points = 1.400000 m= 29751 mr = 58517 m= 3981 mr = 22686 m= 138 mr = 2536 m= 0 mr = 34 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 1970 time to turn everything in is 0.6000000 number of dielectric boundary points 31710 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 252 iepsmp to db, and charging done at 0.7300000 number of grid points assigned charge 24145 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.5878565 object centre at (A) : 24.98300 20.76650 31.10150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.7191211E-03 2.4065608E-03 midg,1,midg; midg,igrid,midg -1.8521177E-02 7.3530567E-03 1,midg,midg; igrid,midg,midg -1.3562578E-02 1.0868199E-02 gauss-seidel spectral radius is 0.9984756 estimated iterations to convergence 203 setup time was (sec) 0.8900000 now iterating at: 07:30:22 rms-change max change #iterations 4.110558 151.9431 at 10iterations 1.839537 57.16479 at 20iterations 0.8265311 27.87363 at 30iterations 0.3730009 11.23855 at 40iterations 0.1675684 4.867773 at 50iterations 7.5686976E-02 2.386044 at 60iterations 3.4193721E-02 1.036839 at 70iterations 1.5428153E-02 0.5478096 at 80iterations 7.0449095E-03 0.2399483 at 90iterations 3.2650696E-03 0.1019592 at 100iterations 1.5384757E-03 5.0413132E-02 at 110iterations 7.4672169E-04 2.7854919E-02 at 120iterations finished qdiffx linear iterations at : 07:30:29 total time elapsed so far: 7.590000 # loops : 120 mean,max change (kT/e) : 7.4672169E-04 2.7854919E-02 energy calculations done at 7.590000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.800000 DelPhi exited at 07:30:30 7.798u 0.229s 0:08.62 92.9% 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 Tue Oct 11 2011 at 07:30:30 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3262 !!! WARNING: UMP 529 has a net charge of -0.1000 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: 2.645354 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): 0.8149999 49.15100 ymin,ymax (A): -7.427000 48.96000 zmin,zma (A): 0.8219999 61.38100 x,y,z range (A): 48.33600 56.38700 60.55900 scale (grids/A): 2.645354 object centre (A): 24.98300 20.76650 31.10150 number of atom coordinates read : 3262 total number of charged atoms : 3096 net assigned charge : -9.9990666E-02 assigned positive charge : 486.9368 centred at (gu) : 88.25002 86.44308 93.67328 assigned negative charge : -487.0379 centred at (gu) : 87.85107 86.02766 93.38981 start vw surface at 0.1700000 fill in re-entrant regions at 0.5100000 boundary points on vw surface= 188662 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26287 grid for indexing accessible points = 1.400000 m= 97496 mr = 140902 m= 34147 mr = 81555 m= 6949 mr = 28120 m= 719 mr = 5317 m= 33 mr = 444 m= 1 mr = 17 m= 0 mr = 0 time to grow re-entrant surface = 0.8900000 no. cavity mid-points inaccessible to solvent = 6495 time to turn everything in is 1.530000 number of dielectric boundary points 71652 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5 iepsmp to db, and charging done at 1.670000 number of grid points assigned charge 24761 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.763569 object centre at (A) : 24.98300 20.76650 31.10150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2776943 -0.2727820 midg,1,midg; midg,igrid,midg -0.3335584 5.2432112E-02 1,midg,midg; igrid,midg,midg -0.1520507 0.1372078 gauss-seidel spectral radius is 0.9992226 estimated iterations to convergence 283 setup time was (sec) 1.850000 now iterating at: 07:30:32 rms-change max change #iterations 10.00778 270.6957 at 10iterations 5.724852 110.4811 at 20iterations 3.268327 59.54781 at 30iterations 1.863112 38.58479 at 40iterations 1.060480 18.82886 at 50iterations 0.6031196 11.59753 at 60iterations 0.3423776 6.877881 at 70iterations 0.1947043 3.431669 at 80iterations 0.1102631 1.849893 at 90iterations 6.2671073E-02 1.241206 at 100iterations 3.5531715E-02 0.6308746 at 110iterations 2.0164490E-02 0.3535347 at 120iterations 1.1466491E-02 0.2246437 at 130iterations 6.5344474E-03 0.1100464 at 140iterations 3.7289145E-03 6.9402695E-02 at 150iterations 2.1493945E-03 3.9890289E-02 at 160iterations 1.2473528E-03 2.1686554E-02 at 170iterations 7.3969056E-04 1.4507294E-02 at 180iterations finished qdiffx linear iterations at : 07:30:43 total time elapsed so far: 13.00000 # loops : 180 mean,max change (kT/e) : 7.3969056E-04 1.4507294E-02 energy calculations done at 13.00000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.19000 DelPhi exited at 07:30:44 13.196u 0.227s 0:13.84 96.8% 0+0k 0+0io 0pf+0w