Tue Nov 22 14:11:42 PST 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 Tue Nov 22 2011 at 14:11: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: 242 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1970 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5763128 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): -35.87400 11.48400 ymin,ymax (A): 0.1109999 42.70900 zmin,zma (A): -5.582000 56.19000 x,y,z range (A): 47.35800 42.59800 61.77200 scale (grids/A): 0.5763128 object centre (A): -12.19500 21.41000 25.30400 number of atom coordinates read : 1970 total number of charged atoms : 1838 net assigned charge : 3.000004 assigned positive charge : 291.4000 centred at (gu) : 90.16901 89.57611 91.43438 assigned negative charge : -288.4003 centred at (gu) : 90.06795 89.70452 91.45375 start vw surface at 0.1100000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 4380 nv = 96 ne = 84 npr = 40070 no. pairs analyzed = 40070 no. exposed pairs = 2479 no. arc points = 17534 no. surface atoms = 850 nbur = 1120 mkacc time = 9.0000004E-02 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= 196 mr = 2307 m= 1 mr = 20 m= 0 mr = 0 time to grow re-entrant surface = 0.1000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2200000 number of dielectric boundary points 2250 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1848 ## 229 charges are in solution ## iepsmp to db, and charging done at 0.3200000 number of grid points assigned charge 5485 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.8578775E-10 4.4718687E-10 midg,1,midg; midg,igrid,midg 2.3934983E-09 -9.6702302E-10 1,midg,midg; igrid,midg,midg -6.8920231E-10 1.9036606E-09 gauss-seidel spectral radius is 0.9843799 estimated iterations to convergence 66 setup time was (sec) 0.4600000 now iterating at: 14:11:53 rms-change max change #iterations 7.9089589E-02 15.63980 at 10iterations 5.8191516E-03 1.029076 at 20iterations 4.4969065E-04 8.1291199E-02 at 30iterations 3.4360670E-05 6.2909126E-03 at 40iterations 2.6834732E-06 4.4059753E-04 at 50iterations finished qdiffx linear iterations at : 14:12:01 total time elapsed so far: 3.070000 # loops : 50 mean,max change (kT/e) : 2.6834732E-06 4.4059753E-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.240000 DelPhi exited at 14:12:03 3.245u 0.187s 0:14.60 23.4% 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 Nov 22 2011 at 14:12: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: 242 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1970 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.728939 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): -35.87400 11.48400 ymin,ymax (A): 0.1109999 42.70900 zmin,zma (A): -5.582000 56.19000 x,y,z range (A): 47.35800 42.59800 61.77200 scale (grids/A): 1.728939 object centre (A): -12.19500 21.41000 25.30400 number of atom coordinates read : 1970 total number of charged atoms : 1838 net assigned charge : 3.000004 assigned positive charge : 291.4000 centred at (gu) : 90.50687 88.72814 94.30318 assigned negative charge : -288.4003 centred at (gu) : 90.20409 89.11368 94.36147 start vw surface at 0.1000000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 47157 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17534 grid for indexing accessible points = 1.400000 m= 16771 mr = 31725 m= 2258 mr = 12416 m= 77 mr = 1338 m= 1 mr = 13 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 20772 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 190 iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 14248 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.5763128 object centre at (A) : -12.19500 21.41000 25.30400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.3924144E-02 2.5333727E-02 midg,1,midg; midg,igrid,midg 1.6918273E-03 -5.8833929E-03 1,midg,midg; igrid,midg,midg -1.6025665E-03 9.8967762E-04 gauss-seidel spectral radius is 0.9982681 estimated iterations to convergence 191 setup time was (sec) 0.6400000 now iterating at: 14:12:10 rms-change max change #iterations 2.951009 172.0923 at 10iterations 1.246750 56.20288 at 20iterations 0.5300429 23.20584 at 30iterations 0.2250701 9.732925 at 40iterations 9.5513776E-02 3.670486 at 50iterations 4.0712252E-02 1.704399 at 60iterations 1.7374525E-02 0.9015808 at 70iterations 7.3501593E-03 0.3025188 at 80iterations 3.1367014E-03 0.1276817 at 90iterations 1.3324430E-03 5.0020695E-02 at 100iterations 5.6898023E-04 2.2559166E-02 at 110iterations 2.4177783E-04 9.3050003E-03 at 120iterations finished qdiffx linear iterations at : 14:12:28 total time elapsed so far: 6.630000 # loops : 120 mean,max change (kT/e) : 2.4177783E-04 9.3050003E-03 energy calculations done at 6.630000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.810000 DelPhi exited at 14:12:29 6.808u 0.182s 0:24.67 28.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 Tue Nov 22 2011 at 14:12: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: 242 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1970 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.593408 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): -35.87400 11.48400 ymin,ymax (A): 0.1109999 42.70900 zmin,zma (A): -5.582000 56.19000 x,y,z range (A): 47.35800 42.59800 61.77200 scale (grids/A): 2.593408 object centre (A): -12.19500 21.41000 25.30400 number of atom coordinates read : 1970 total number of charged atoms : 1838 net assigned charge : 3.000004 assigned positive charge : 291.4000 centred at (gu) : 90.76028 88.09236 96.45477 assigned negative charge : -288.4003 centred at (gu) : 90.30608 88.67052 96.54225 start vw surface at 0.1100000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 109032 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17534 grid for indexing accessible points = 1.400000 m= 54388 mr = 76994 m= 18898 mr = 44377 m= 3861 mr = 15399 m= 348 mr = 2789 m= 11 mr = 185 m= 0 mr = 4 time to grow re-entrant surface = 0.4700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.8400000 number of dielectric boundary points 46790 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 0.9700000 number of grid points assigned charge 14703 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.728939 object centre at (A) : -12.19500 21.41000 25.30400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1023961 0.2613541 midg,1,midg; midg,igrid,midg -1.4101058E-02 -7.9867229E-02 1,midg,midg; igrid,midg,midg -3.8456894E-02 -1.5815573E-02 gauss-seidel spectral radius is 0.9991326 estimated iterations to convergence 268 setup time was (sec) 1.130000 now iterating at: 14:12:31 rms-change max change #iterations 7.275369 268.6650 at 10iterations 4.015984 116.1497 at 20iterations 2.205740 56.74778 at 30iterations 1.204944 28.77935 at 40iterations 0.6629553 18.24880 at 50iterations 0.3627179 8.907841 at 60iterations 0.1983698 4.303692 at 70iterations 0.1088061 2.770580 at 80iterations 5.9424046E-02 1.534115 at 90iterations 3.2555863E-02 0.7347488 at 100iterations 1.7826162E-02 0.4327068 at 110iterations 9.7279903E-03 0.2386532 at 120iterations 5.3307111E-03 0.1284943 at 130iterations 2.9216534E-03 6.3003540E-02 at 140iterations 1.5957110E-03 3.9361954E-02 at 150iterations 8.7078824E-04 1.9256592E-02 at 160iterations 4.7732142E-04 1.1294842E-02 at 170iterations 2.6079675E-04 6.2999725E-03 at 180iterations finished qdiffx linear iterations at : 14:12:54 total time elapsed so far: 11.12000 # loops : 180 mean,max change (kT/e) : 2.6079675E-04 6.2999725E-03 energy calculations done at 11.12000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.29000 DelPhi exited at 14:12:57 11.289u 0.212s 0:27.01 42.5% 0+0k 0+0io 0pf+0w