Sat Oct 15 14:11:06 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 15 2011 at 14:11:08 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 = 5223 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 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.5057250 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): -18.80700 36.74700 ymin,ymax (A): -30.50600 32.38900 zmin,zma (A): -4.013000 66.38100 x,y,z range (A): 55.55400 62.89500 70.39400 scale (grids/A): 0.5057250 object centre (A): 8.970001 0.9414997 31.18400 number of atom coordinates read : 5223 total number of charged atoms : 4971 net assigned charge : 7.800052 assigned positive charge : 786.9863 centred at (gu) : 90.55950 90.70449 89.41116 assigned negative charge : -779.1917 centred at (gu) : 90.47776 90.73737 89.39042 start vw surface at 0.1400000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 8299 nv = 96 ne = 84 npr = 106205 no. pairs analyzed = 106205 no. exposed pairs = 6375 no. arc points = 43844 no. surface atoms = 2176 nbur = 3047 mkacc time = 0.1900000 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.680000 m= 285 mr = 4333 m= 0 mr = 3 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3500000 number of dielectric boundary points 4248 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4317 ## 684 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 11201 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.7294200E-11 1.1658148E-10 midg,1,midg; midg,igrid,midg 1.3599864E-10 1.4708791E-11 1,midg,midg; igrid,midg,midg -8.6235921E-11 3.1803687E-10 gauss-seidel spectral radius is 0.9800332 estimated iterations to convergence 59 setup time was (sec) 0.5600000 now iterating at: 14:11:09 rms-change max change #iterations 6.8705872E-02 9.757094 at 10iterations 4.5031728E-03 0.6294632 at 20iterations 8.6072995E-04 0.1033440 at 30iterations 3.0786145E-04 3.4275532E-02 at 40iterations 1.1706319E-04 1.3499260E-02 at 50iterations finished qdiffx linear iterations at : 14:11:15 total time elapsed so far: 3.640000 # loops : 50 mean,max change (kT/e) : 1.1706319E-04 1.3499260E-02 energy calculations done at 3.640000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.770000 DelPhi exited at 14:11:15 3.772u 0.200s 0:07.09 55.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 Sat Oct 15 2011 at 14:11:16 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 = 5223 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 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.517175 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): -18.80700 36.74700 ymin,ymax (A): -30.50600 32.38900 zmin,zma (A): -4.013000 66.38100 x,y,z range (A): 55.55400 62.89500 70.39400 scale (grids/A): 1.517175 object centre (A): 8.970001 0.9414997 31.18400 number of atom coordinates read : 5223 total number of charged atoms : 4971 net assigned charge : 7.800052 assigned positive charge : 786.9863 centred at (gu) : 91.67680 92.11195 88.23189 assigned negative charge : -779.1917 centred at (gu) : 91.43322 92.21215 88.17068 start vw surface at 0.1300000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 95507 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43844 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.596000 m= 27291 mr = 66430 m= 2325 mr = 18037 m= 61 mr = 986 m= 0 mr = 3 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4700000 number of dielectric boundary points 39728 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 612 ## 6 charges are in solution ## iepsmp to db, and charging done at 0.5600000 number of grid points assigned charge 37211 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.5057250 object centre at (A) : 8.970001 0.9414997 31.18400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.2369403E-03 2.1209050E-02 midg,1,midg; midg,igrid,midg -2.8319523E-04 -1.2905295E-02 1,midg,midg; igrid,midg,midg -1.0008186E-03 1.1499587E-02 gauss-seidel spectral radius is 0.9981066 estimated iterations to convergence 183 setup time was (sec) 0.7100000 now iterating at: 14:11:17 rms-change max change #iterations 3.901155 160.4867 at 10iterations 1.593955 63.77434 at 20iterations 0.6540529 21.46212 at 30iterations 0.2682452 9.908587 at 40iterations 0.1096459 3.461620 at 50iterations 4.5126684E-02 1.394499 at 60iterations 1.8582737E-02 0.6316910 at 70iterations 7.7018589E-03 0.2393379 at 80iterations 3.2490764E-03 0.1026840 at 90iterations 1.4395870E-03 4.9114466E-02 at 100iterations 7.0548255E-04 2.4564266E-02 at 110iterations 3.9483997E-04 1.3663650E-02 at 120iterations finished qdiffx linear iterations at : 14:11:32 total time elapsed so far: 8.480000 # loops : 120 mean,max change (kT/e) : 3.9483997E-04 1.3663650E-02 energy calculations done at 8.480000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.610000 DelPhi exited at 14:11:33 8.613u 0.249s 0:16.67 53.0% 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 15 2011 at 14:11:33 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 = 5223 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 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.275762 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): -18.80700 36.74700 ymin,ymax (A): -30.50600 32.38900 zmin,zma (A): -4.013000 66.38100 x,y,z range (A): 55.55400 62.89500 70.39400 scale (grids/A): 2.275762 object centre (A): 8.970001 0.9414997 31.18400 number of atom coordinates read : 5223 total number of charged atoms : 4971 net assigned charge : 7.800052 assigned positive charge : 786.9863 centred at (gu) : 92.51478 93.16760 87.34747 assigned negative charge : -779.1917 centred at (gu) : 92.14972 93.31799 87.25584 start vw surface at 0.1200000 fill in re-entrant regions at 0.3900000 boundary points on vw surface= 223001 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43844 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 98351 mr = 163528 m= 24092 mr = 76779 m= 3417 mr = 17063 m= 188 mr = 2052 m= 1 mr = 69 m= 0 mr = 0 time to grow re-entrant surface = 0.6500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.140000 number of dielectric boundary points 89559 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 73 iepsmp to db, and charging done at 1.240000 number of grid points assigned charge 39639 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.517175 object centre at (A) : 8.970001 0.9414997 31.18400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1468464 0.3935660 midg,1,midg; midg,igrid,midg -8.4572390E-02 -0.3176466 1,midg,midg; igrid,midg,midg -1.7895514E-02 0.1787442 gauss-seidel spectral radius is 0.9991686 estimated iterations to convergence 274 setup time was (sec) 1.400000 now iterating at: 14:11:38 rms-change max change #iterations 10.58724 276.7875 at 10iterations 6.060697 158.2783 at 20iterations 3.437976 70.29585 at 30iterations 1.945910 42.07143 at 40iterations 1.095897 22.71644 at 50iterations 0.6171791 11.92244 at 60iterations 0.3456788 7.242271 at 70iterations 0.1938083 3.551186 at 80iterations 0.1082602 1.959446 at 90iterations 6.0425047E-02 1.113091 at 100iterations 3.3775814E-02 0.6365490 at 110iterations 1.8831192E-02 0.3371067 at 120iterations 1.0525420E-02 0.2068005 at 130iterations 5.8647324E-03 0.1105118 at 140iterations 3.2669748E-03 6.8204880E-02 at 150iterations 1.8250359E-03 3.2573700E-02 at 160iterations 1.0240903E-03 1.8020630E-02 at 170iterations 5.7564001E-04 1.1453629E-02 at 180iterations finished qdiffx linear iterations at : 14:12:03 total time elapsed so far: 14.33000 # loops : 180 mean,max change (kT/e) : 5.7564001E-04 1.1453629E-02 energy calculations done at 14.33000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.46000 DelPhi exited at 14:12:04 14.466u 0.271s 0:30.67 48.0% 0+0k 0+0io 0pf+0w