Sat Oct 8 13:45:22 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 Sat Oct 8 2011 at 13:45:22 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 = 2992 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.6403338 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): -12.15000 43.44600 ymin,ymax (A): -21.89600 22.60200 zmin,zma (A): -8.335000 46.80600 x,y,z range (A): 55.59600 44.49800 55.14100 scale (grids/A): 0.6403338 object centre (A): 15.64800 0.3529997 19.23550 number of atom coordinates read : 2992 total number of charged atoms : 2845 net assigned charge : 2.000007 assigned positive charge : 444.0866 centred at (gu) : 88.65208 89.78026 92.06676 assigned negative charge : -442.0873 centred at (gu) : 88.60822 89.72418 91.95385 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 8077 nv = 96 ne = 84 npr = 62618 no. pairs analyzed = 62618 no. exposed pairs = 3414 no. arc points = 23976 no. surface atoms = 1155 nbur = 1837 mkacc time = 0.1100000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 426 mr = 4698 m= 2 mr = 78 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.2200000 number of dielectric boundary points 3729 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2274 ## 192 charges are in solution ## iepsmp to db, and charging done at 0.3000000 number of grid points assigned charge 9839 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -7.9862703E-09 2.7592014E-08 midg,1,midg; midg,igrid,midg -5.0722337E-09 9.6507780E-09 1,midg,midg; igrid,midg,midg -4.3436872E-09 6.3893935E-09 gauss-seidel spectral radius is 0.9873908 estimated iterations to convergence 73 setup time was (sec) 0.4300000 now iterating at: 13:45:22 rms-change max change #iterations 0.1549312 18.98674 at 10iterations 1.5903478E-02 2.112805 at 20iterations 1.6367882E-03 0.2227936 at 30iterations 1.7974907E-04 2.2607803E-02 at 40iterations 2.2923967E-05 2.7999878E-03 at 50iterations finished qdiffx linear iterations at : 13:45:25 total time elapsed so far: 3.490000 # loops : 50 mean,max change (kT/e) : 2.2923967E-05 2.7999878E-03 energy calculations done at 3.490000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.630000 DelPhi exited at 13:45:26 3.634u 0.198s 0:04.14 92.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 Sat Oct 8 2011 at 13:45:26 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 = 2992 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.921001 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): -12.15000 43.44600 ymin,ymax (A): -21.89600 22.60200 zmin,zma (A): -8.335000 46.80600 x,y,z range (A): 55.59600 44.49800 55.14100 scale (grids/A): 1.921001 object centre (A): 15.64800 0.3529997 19.23550 number of atom coordinates read : 2992 total number of charged atoms : 2845 net assigned charge : 2.000007 assigned positive charge : 444.0866 centred at (gu) : 85.95567 89.33991 96.20009 assigned negative charge : -442.0873 centred at (gu) : 85.82429 89.17223 95.86114 start vw surface at 0.1000000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 87906 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23976 grid for indexing accessible points = 1.400000 m= 32215 mr = 63351 m= 4999 mr = 24330 m= 353 mr = 3274 m= 5 mr = 161 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 955 time to turn everything in is 0.4400000 number of dielectric boundary points 34362 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 142 iepsmp to db, and charging done at 0.5200000 number of grid points assigned charge 22388 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.6403338 object centre at (A) : 15.64800 0.3529997 19.23550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.2684873E-02 3.2116279E-02 midg,1,midg; midg,igrid,midg 3.9421227E-03 1.5064286E-02 1,midg,midg; igrid,midg,midg -3.3421405E-02 1.7747838E-02 gauss-seidel spectral radius is 0.9986848 estimated iterations to convergence 218 setup time was (sec) 0.6800000 now iterating at: 13:45:27 rms-change max change #iterations 4.624813 162.2906 at 10iterations 2.200167 67.24352 at 20iterations 1.048512 34.45106 at 30iterations 0.4999550 13.74502 at 40iterations 0.2370658 6.961089 at 50iterations 0.1131732 3.433855 at 60iterations 5.3856425E-02 1.630302 at 70iterations 2.5615705E-02 0.7583160 at 80iterations 1.2187662E-02 0.3493727 at 90iterations 5.8303885E-03 0.1856880 at 100iterations 2.7700609E-03 8.3172798E-02 at 110iterations 1.3249968E-03 4.2458534E-02 at 120iterations finished qdiffx linear iterations at : 13:45:34 total time elapsed so far: 8.360000 # loops : 120 mean,max change (kT/e) : 1.3249968E-03 4.2458534E-02 energy calculations done at 8.360000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.500000 DelPhi exited at 13:45:35 8.499u 0.222s 0:09.02 96.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 Sat Oct 8 2011 at 13:45:35 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 = 2992 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.881502 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): -12.15000 43.44600 ymin,ymax (A): -21.89600 22.60200 zmin,zma (A): -8.335000 46.80600 x,y,z range (A): 55.59600 44.49800 55.14100 scale (grids/A): 2.881502 object centre (A): 15.64800 0.3529997 19.23550 number of atom coordinates read : 2992 total number of charged atoms : 2845 net assigned charge : 2.000007 assigned positive charge : 444.0866 centred at (gu) : 83.93327 89.00990 99.29976 assigned negative charge : -442.0873 centred at (gu) : 83.73643 88.75830 98.79160 start vw surface at 0.1000000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 203510 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23976 grid for indexing accessible points = 1.400000 m= 104745 mr = 152888 m= 37559 mr = 87411 m= 9294 mr = 30558 m= 1511 mr = 7126 m= 123 mr = 1093 m= 3 mr = 56 m= 0 mr = 0 time to grow re-entrant surface = 0.6700000 no. cavity mid-points inaccessible to solvent = 3169 time to turn everything in is 1.190000 number of dielectric boundary points 77613 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.300000 number of grid points assigned charge 22755 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.921001 object centre at (A) : 15.64800 0.3529997 19.23550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.5599078E-02 0.4240668 midg,1,midg; midg,igrid,midg 4.9188625E-02 0.1663446 1,midg,midg; igrid,midg,midg -0.5277509 0.2208381 gauss-seidel spectral radius is 0.9992775 estimated iterations to convergence 294 setup time was (sec) 1.470000 now iterating at: 13:45:37 rms-change max change #iterations 10.76966 458.8304 at 10iterations 6.328202 116.0794 at 20iterations 3.700817 65.15386 at 30iterations 2.155836 40.23943 at 40iterations 1.255362 22.69727 at 50iterations 0.7299714 13.20537 at 60iterations 0.4241524 7.507290 at 70iterations 0.2456561 4.217690 at 80iterations 0.1428748 2.406519 at 90iterations 8.2716785E-02 1.308454 at 100iterations 4.7831401E-02 0.8579559 at 110iterations 2.7742511E-02 0.4441688 at 120iterations 1.6050061E-02 0.2904549 at 130iterations 9.3248347E-03 0.1567097 at 140iterations 5.3997193E-03 0.1003990 at 150iterations 3.1303207E-03 5.2171230E-02 at 160iterations 1.8190823E-03 3.3027649E-02 at 170iterations 1.0584092E-03 1.7662048E-02 at 180iterations finished qdiffx linear iterations at : 13:45:50 total time elapsed so far: 14.61000 # loops : 180 mean,max change (kT/e) : 1.0584092E-03 1.7662048E-02 energy calculations done at 14.61000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.74000 DelPhi exited at 13:45:50 14.745u 0.273s 0:15.32 97.9% 0+0k 0+0io 0pf+0w