Sat Oct 8 14:46:35 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 Sat Oct 8 2011 at 14:46: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: 327 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3029 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NDP 318 has a net charge of -3.0000 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.6378099 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.27200 43.54400 ymin,ymax (A): -22.88800 22.32700 zmin,zma (A): -6.589000 47.55900 x,y,z range (A): 55.81600 45.21500 54.14800 scale (grids/A): 0.6378099 object centre (A): 15.63600 -0.2805004 20.48500 number of atom coordinates read : 3029 total number of charged atoms : 2882 net assigned charge : -1.985993 assigned positive charge : 454.5695 centred at (gu) : 88.89773 89.82055 91.27913 assigned negative charge : -456.5562 centred at (gu) : 88.85519 89.72100 91.24236 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 8203 nv = 96 ne = 84 npr = 63169 no. pairs analyzed = 63169 no. exposed pairs = 3431 no. arc points = 24178 no. surface atoms = 1171 nbur = 1858 mkacc time = 0.1100000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 434 mr = 4788 m= 1 mr = 43 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 9 time to turn everything in is 0.2300000 number of dielectric boundary points 3807 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2313 ## 192 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 9921 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.6589449E-09 2.7704803E-09 midg,1,midg; midg,igrid,midg -1.6265487E-08 9.6277359E-09 1,midg,midg; igrid,midg,midg -1.0385925E-08 2.1630429E-09 gauss-seidel spectral radius is 0.9872982 estimated iterations to convergence 73 setup time was (sec) 0.4200000 now iterating at: 14:46:36 rms-change max change #iterations 0.1563721 21.71539 at 10iterations 1.5327109E-02 2.263802 at 20iterations 1.5629567E-03 0.1961032 at 30iterations 1.6552405E-04 2.0101547E-02 at 40iterations 2.1333151E-05 2.7465820E-03 at 50iterations finished qdiffx linear iterations at : 14:46:39 total time elapsed so far: 3.540000 # loops : 50 mean,max change (kT/e) : 2.1333151E-05 2.7465820E-03 energy calculations done at 3.540000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.670000 DelPhi exited at 14:46:39 3.677u 0.217s 0:04.19 92.6% 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 14:46:39 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: 327 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3029 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NDP 318 has a net charge of -3.0000 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.913430 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.27200 43.54400 ymin,ymax (A): -22.88800 22.32700 zmin,zma (A): -6.589000 47.55900 x,y,z range (A): 55.81600 45.21500 54.14800 scale (grids/A): 1.913430 object centre (A): 15.63600 -0.2805004 20.48500 number of atom coordinates read : 3029 total number of charged atoms : 2882 net assigned charge : -1.985993 assigned positive charge : 454.5695 centred at (gu) : 86.69231 89.46102 93.83693 assigned negative charge : -456.5562 centred at (gu) : 86.56512 89.16287 93.72668 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 89934 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24178 grid for indexing accessible points = 1.400000 m= 32662 mr = 65086 m= 4785 mr = 24492 m= 286 mr = 2897 m= 2 mr = 101 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 592 time to turn everything in is 0.4400000 number of dielectric boundary points 35093 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 142 iepsmp to db, and charging done at 0.5300000 number of grid points assigned charge 22706 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.6378099 object centre at (A) : 15.63600 -0.2805004 20.48500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.2814573E-02 3.8386560E-03 midg,1,midg; midg,igrid,midg -8.8967718E-03 1.7048789E-02 1,midg,midg; igrid,midg,midg -3.9023366E-02 1.3099737E-02 gauss-seidel spectral radius is 0.9986840 estimated iterations to convergence 218 setup time was (sec) 0.6900000 now iterating at: 14:46:40 rms-change max change #iterations 4.709315 210.4836 at 10iterations 2.245994 66.47771 at 20iterations 1.066164 31.30966 at 30iterations 0.5071364 16.23972 at 40iterations 0.2410662 6.910359 at 50iterations 0.1147131 3.210042 at 60iterations 5.4748219E-02 1.552212 at 70iterations 2.5910791E-02 0.7283816 at 80iterations 1.2370178E-02 0.3747902 at 90iterations 5.8701751E-03 0.1788559 at 100iterations 2.8069809E-03 9.2494011E-02 at 110iterations 1.3367865E-03 3.5909653E-02 at 120iterations finished qdiffx linear iterations at : 14:46:48 total time elapsed so far: 8.560000 # loops : 120 mean,max change (kT/e) : 1.3367865E-03 3.5909653E-02 energy calculations done at 8.560000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.690000 DelPhi exited at 14:46:49 8.694u 0.249s 0:09.23 96.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 Sat Oct 8 2011 at 14:46:49 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: 327 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3029 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NDP 318 has a net charge of -3.0000 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.870145 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.27200 43.54400 ymin,ymax (A): -22.88800 22.32700 zmin,zma (A): -6.589000 47.55900 x,y,z range (A): 55.81600 45.21500 54.14800 scale (grids/A): 2.870145 object centre (A): 15.63600 -0.2805004 20.48500 number of atom coordinates read : 3029 total number of charged atoms : 2882 net assigned charge : -1.985993 assigned positive charge : 454.5695 centred at (gu) : 85.03820 89.19137 95.75539 assigned negative charge : -456.5562 centred at (gu) : 84.84768 88.74426 95.59003 start vw surface at 0.1000000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 208088 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24178 grid for indexing accessible points = 1.400000 m= 107364 mr = 156815 m= 37888 mr = 89762 m= 8416 mr = 30425 m= 1175 mr = 6146 m= 65 mr = 742 m= 0 mr = 23 time to grow re-entrant surface = 0.6700000 no. cavity mid-points inaccessible to solvent = 2091 time to turn everything in is 1.180000 number of dielectric boundary points 79083 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.290000 number of grid points assigned charge 23054 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.913430 object centre at (A) : 15.63600 -0.2805004 20.48500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.3202144E-02 0.1450891 midg,1,midg; midg,igrid,midg -7.8699239E-02 0.1949437 1,midg,midg; igrid,midg,midg -0.5955489 0.2124522 gauss-seidel spectral radius is 0.9992748 estimated iterations to convergence 293 setup time was (sec) 1.470000 now iterating at: 14:46:50 rms-change max change #iterations 11.00398 324.2784 at 10iterations 6.468954 149.6978 at 20iterations 3.775933 78.30261 at 30iterations 2.202003 42.33258 at 40iterations 1.281015 23.40186 at 50iterations 0.7451918 12.53119 at 60iterations 0.4332269 7.448724 at 70iterations 0.2509205 4.777408 at 80iterations 0.1451826 2.763885 at 90iterations 8.4359527E-02 1.366521 at 100iterations 4.8706800E-02 0.8064575 at 110iterations 2.8196229E-02 0.4619110 at 120iterations 1.6327720E-02 0.2827835 at 130iterations 9.4597004E-03 0.1522646 at 140iterations 5.4670414E-03 9.0909243E-02 at 150iterations 3.1610564E-03 5.8334351E-02 at 160iterations 1.8324245E-03 2.9051304E-02 at 170iterations 1.0604555E-03 1.7431259E-02 at 180iterations finished qdiffx linear iterations at : 14:47:04 total time elapsed so far: 14.61000 # loops : 180 mean,max change (kT/e) : 1.0604555E-03 1.7431259E-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 14:47:04 14.744u 0.261s 0:15.30 98.0% 0+0k 0+0io 0pf+0w