Tue Oct 11 03:19:48 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 03:19:48 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 = 3508 !!! WARNING: GLU 167 has a net charge of -0.2720 !!! WARNING: SER 505 has a net charge of -0.2720 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 0.5425341 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): -11.26100 42.94900 ymin,ymax (A): 14.38300 74.10800 zmin,zma (A): 36.81000 102.4280 x,y,z range (A): 54.21000 59.72500 65.61800 scale (grids/A): 0.5425341 object centre (A): 15.84400 44.24550 69.61900 number of atom coordinates read : 3508 total number of charged atoms : 3369 net assigned charge : -7.043968 assigned positive charge : 529.6552 centred at (gu) : 88.66256 87.72955 88.89129 assigned negative charge : -536.7009 centred at (gu) : 88.68231 87.73299 88.89787 start vw surface at 0.2200000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 6632 nv = 96 ne = 84 npr = 70787 no. pairs analyzed = 70787 no. exposed pairs = 4444 no. arc points = 31536 no. surface atoms = 1475 nbur = 2033 mkacc time = 0.1700000 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.568000 m= 281 mr = 3408 m= 0 mr = 9 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 9 time to turn everything in is 0.4300000 number of dielectric boundary points 3496 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3221 ## 416 charges are in solution ## iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 8821 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.3978593E-10 -3.2781358E-10 midg,1,midg; midg,igrid,midg -6.2371913E-10 -2.3616245E-10 1,midg,midg; igrid,midg,midg -3.3619155E-10 -3.7618400E-10 gauss-seidel spectral radius is 0.9825265 estimated iterations to convergence 62 setup time was (sec) 0.6900000 now iterating at: 03:19:49 rms-change max change #iterations 7.6916970E-02 11.69923 at 10iterations 5.2286512E-03 0.9505882 at 20iterations 5.3794251E-04 7.1765900E-02 at 30iterations 1.1622110E-04 1.5998989E-02 at 40iterations 3.1244072E-05 4.4487291E-03 at 50iterations finished qdiffx linear iterations at : 03:19:52 total time elapsed so far: 3.560000 # loops : 50 mean,max change (kT/e) : 3.1244072E-05 4.4487291E-03 energy calculations done at 3.560000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.760000 DelPhi exited at 03:19:52 3.760u 0.186s 0:04.39 89.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 Tue Oct 11 2011 at 03:19:52 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 = 3508 !!! WARNING: GLU 167 has a net charge of -0.2720 !!! WARNING: SER 505 has a net charge of -0.2720 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.627602 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): -11.26100 42.94900 ymin,ymax (A): 14.38300 74.10800 zmin,zma (A): 36.81000 102.4280 x,y,z range (A): 54.21000 59.72500 65.61800 scale (grids/A): 1.627602 object centre (A): 15.84400 44.24550 69.61900 number of atom coordinates read : 3508 total number of charged atoms : 3369 net assigned charge : -7.043968 assigned positive charge : 529.6552 centred at (gu) : 85.98662 83.18771 86.67267 assigned negative charge : -536.7009 centred at (gu) : 86.04641 83.19859 86.69333 start vw surface at 0.1800000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 73939 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31536 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 22402 mr = 50088 m= 2264 mr = 15147 m= 51 mr = 1053 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 1009 time to turn everything in is 0.5700000 number of dielectric boundary points 32369 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 436 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.7100000 number of grid points assigned charge 25761 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.5425341 object centre at (A) : 15.84400 44.24550 69.61900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.6377504E-03 1.7073529E-02 midg,1,midg; midg,igrid,midg -2.3700981E-03 -4.0609874E-03 1,midg,midg; igrid,midg,midg -1.2579970E-03 -1.4862405E-03 gauss-seidel spectral radius is 0.9982234 estimated iterations to convergence 188 setup time was (sec) 0.9000000 now iterating at: 03:19:54 rms-change max change #iterations 3.624561 185.0218 at 10iterations 1.520114 50.90811 at 20iterations 0.6405810 21.94796 at 30iterations 0.2685695 9.515442 at 40iterations 0.1130431 3.831292 at 50iterations 4.7580622E-02 1.632217 at 60iterations 2.0039361E-02 0.7240295 at 70iterations 8.5018612E-03 0.2853661 at 80iterations 3.6223298E-03 0.1206627 at 90iterations 1.5641615E-03 5.3144455E-02 at 100iterations 6.8773906E-04 2.4278641E-02 at 110iterations 3.1455845E-04 1.1530399E-02 at 120iterations finished qdiffx linear iterations at : 03:20:02 total time elapsed so far: 8.960000 # loops : 120 mean,max change (kT/e) : 3.1455845E-04 1.1530399E-02 energy calculations done at 8.960000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.160000 DelPhi exited at 03:20:02 9.165u 0.243s 0:10.02 93.8% 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 03:20:02 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 = 3508 !!! WARNING: GLU 167 has a net charge of -0.2720 !!! WARNING: SER 505 has a net charge of -0.2720 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.441403 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): -11.26100 42.94900 ymin,ymax (A): 14.38300 74.10800 zmin,zma (A): 36.81000 102.4280 x,y,z range (A): 54.21000 59.72500 65.61800 scale (grids/A): 2.441403 object centre (A): 15.84400 44.24550 69.61900 number of atom coordinates read : 3508 total number of charged atoms : 3369 net assigned charge : -7.043968 assigned positive charge : 529.6552 centred at (gu) : 83.97965 79.78136 85.00882 assigned negative charge : -536.7009 centred at (gu) : 84.06963 79.79790 85.03989 start vw surface at 0.1700000 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 171711 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31536 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 78146 mr = 122487 m= 21823 mr = 61425 m= 3473 mr = 16158 m= 216 mr = 2187 m= 2 mr = 80 m= 0 mr = 0 time to grow re-entrant surface = 0.7700000 no. cavity mid-points inaccessible to solvent = 3163 time to turn everything in is 1.350000 number of dielectric boundary points 73034 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 34 iepsmp to db, and charging done at 1.510000 number of grid points assigned charge 26915 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.627602 object centre at (A) : 15.84400 44.24550 69.61900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1924887 0.4099552 midg,1,midg; midg,igrid,midg 2.1422734E-02 7.0329290E-03 1,midg,midg; igrid,midg,midg 2.1080008E-02 -4.1099608E-02 gauss-seidel spectral radius is 0.9991612 estimated iterations to convergence 273 setup time was (sec) 1.700000 now iterating at: 03:20:04 rms-change max change #iterations 9.464433 307.9036 at 10iterations 5.367166 148.3341 at 20iterations 3.027617 75.26713 at 30iterations 1.701794 39.89173 at 40iterations 0.9545083 24.56219 at 50iterations 0.5335035 12.13199 at 60iterations 0.2978722 6.193413 at 70iterations 0.1658082 3.671391 at 80iterations 9.2315167E-02 1.896363 at 90iterations 5.1374167E-02 1.087002 at 100iterations 2.8517658E-02 0.5777063 at 110iterations 1.5875673E-02 0.3654881 at 120iterations 8.8107139E-03 0.1853943 at 130iterations 4.8934561E-03 0.1105809 at 140iterations 2.7302883E-03 5.7125092E-02 at 150iterations 1.5169060E-03 2.8520584E-02 at 160iterations 8.4996416E-04 1.6054153E-02 at 170iterations 4.7695197E-04 9.3147159E-03 at 180iterations finished qdiffx linear iterations at : 03:20:16 total time elapsed so far: 13.15000 # loops : 180 mean,max change (kT/e) : 4.7695197E-04 9.3147159E-03 energy calculations done at 13.15000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.34000 DelPhi exited at 03:20:16 13.337u 0.276s 0:13.93 97.6% 0+0k 0+0io 0pf+0w