Sat Oct 8 17:47: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 17:47: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 = 3500 !!! WARNING: ILE 447 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: 0.5240535 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): 2.8999925E-02 44.70900 ymin,ymax (A): -30.45300 26.14900 zmin,zma (A): 1.397000 69.32900 x,y,z range (A): 44.68000 56.60200 67.93200 scale (grids/A): 0.5240535 object centre (A): 22.36900 -2.151999 35.36300 number of atom coordinates read : 3500 total number of charged atoms : 3353 net assigned charge : -5.771982 assigned positive charge : 529.9741 centred at (gu) : 90.20313 91.80537 90.63595 assigned negative charge : -535.7478 centred at (gu) : 90.16306 91.75616 90.63255 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 6102 nv = 96 ne = 84 npr = 71505 no. pairs analyzed = 71505 no. exposed pairs = 4350 no. arc points = 29416 no. surface atoms = 1475 nbur = 2025 mkacc time = 0.1500000 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.624000 m= 204 mr = 3204 m= 0 mr = 7 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 3095 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3033 ## 468 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 8180 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.3797201E-10 -1.6257089E-10 midg,1,midg; midg,igrid,midg -2.0150891E-10 3.0438246E-11 1,midg,midg; igrid,midg,midg -2.7242070E-10 -1.5364689E-11 gauss-seidel spectral radius is 0.9812773 estimated iterations to convergence 60 setup time was (sec) 0.5500000 now iterating at: 17:47:23 rms-change max change #iterations 6.4975500E-02 11.48352 at 10iterations 3.9794720E-03 0.6696205 at 20iterations 3.6829340E-04 6.7745209E-02 at 30iterations 7.8482466E-05 1.6807556E-02 at 40iterations 2.0923695E-05 4.4717789E-03 at 50iterations finished qdiffx linear iterations at : 17:47:25 total time elapsed so far: 2.980000 # loops : 50 mean,max change (kT/e) : 2.0923695E-05 4.4717789E-03 energy calculations done at 2.980000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.160000 DelPhi exited at 17:47:26 3.163u 0.148s 0:03.57 92.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 Sat Oct 8 2011 at 17:47: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 = 3500 !!! WARNING: ILE 447 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.572160 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): 2.8999925E-02 44.70900 ymin,ymax (A): -30.45300 26.14900 zmin,zma (A): 1.397000 69.32900 x,y,z range (A): 44.68000 56.60200 67.93200 scale (grids/A): 1.572160 object centre (A): 22.36900 -2.151999 35.36300 number of atom coordinates read : 3500 total number of charged atoms : 3353 net assigned charge : -5.771982 assigned positive charge : 529.9741 centred at (gu) : 90.60863 95.41546 91.90662 assigned negative charge : -535.7478 centred at (gu) : 90.48878 95.26777 91.89735 start vw surface at 0.1600000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 68595 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29416 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 20425 mr = 47540 m= 1814 mr = 13757 m= 49 mr = 796 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 341 time to turn everything in is 0.4900000 number of dielectric boundary points 28790 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 426 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.6100000 number of grid points assigned charge 25348 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.5240535 object centre at (A) : 22.36900 -2.151999 35.36300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.5775857E-03 1.0362839E-02 midg,1,midg; midg,igrid,midg -8.5262451E-03 -1.1591155E-02 1,midg,midg; igrid,midg,midg -4.5923083E-03 1.1151936E-03 gauss-seidel spectral radius is 0.9980771 estimated iterations to convergence 181 setup time was (sec) 0.7800000 now iterating at: 17:47:27 rms-change max change #iterations 3.347222 178.6750 at 10iterations 1.360149 58.80592 at 20iterations 0.5519509 21.26005 at 30iterations 0.2258505 8.684189 at 40iterations 9.1086313E-02 3.405320 at 50iterations 3.7369449E-02 1.385414 at 60iterations 1.5270840E-02 0.5665588 at 70iterations 6.2168972E-03 0.2281637 at 80iterations 2.5596784E-03 9.8037720E-02 at 90iterations 1.0619262E-03 3.5790920E-02 at 100iterations 4.5372249E-04 1.6313553E-02 at 110iterations 2.0215125E-04 7.3204041E-03 at 120iterations finished qdiffx linear iterations at : 17:47:33 total time elapsed so far: 7.240000 # loops : 120 mean,max change (kT/e) : 2.0215125E-04 7.3204041E-03 energy calculations done at 7.240000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.410000 DelPhi exited at 17:47:34 7.411u 0.231s 0:07.96 95.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 8 2011 at 17:47:34 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 = 3500 !!! WARNING: ILE 447 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: 2.358241 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): 2.8999925E-02 44.70900 ymin,ymax (A): -30.45300 26.14900 zmin,zma (A): 1.397000 69.32900 x,y,z range (A): 44.68000 56.60200 67.93200 scale (grids/A): 2.358241 object centre (A): 22.36900 -2.151999 35.36300 number of atom coordinates read : 3500 total number of charged atoms : 3353 net assigned charge : -5.771982 assigned positive charge : 529.9741 centred at (gu) : 90.91267 98.12297 92.85968 assigned negative charge : -535.7478 centred at (gu) : 90.73316 97.90168 92.84597 start vw surface at 0.1700000 fill in re-entrant regions at 0.4200000 boundary points on vw surface= 160009 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29416 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 72752 mr = 116742 m= 18804 mr = 57317 m= 2553 mr = 13665 m= 141 mr = 1525 m= 1 mr = 51 m= 0 mr = 0 time to grow re-entrant surface = 0.6600000 no. cavity mid-points inaccessible to solvent = 1170 time to turn everything in is 1.180000 number of dielectric boundary points 64960 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 51 iepsmp to db, and charging done at 1.320000 number of grid points assigned charge 26747 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.572160 object centre at (A) : 22.36900 -2.151999 35.36300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1784960 8.8078745E-02 midg,1,midg; midg,igrid,midg -0.1224260 -0.1636955 1,midg,midg; igrid,midg,midg -7.8669451E-02 3.9712958E-02 gauss-seidel spectral radius is 0.9991100 estimated iterations to convergence 265 setup time was (sec) 1.490000 now iterating at: 17:47:36 rms-change max change #iterations 8.926668 262.9059 at 10iterations 4.962962 113.2280 at 20iterations 2.746611 63.25069 at 30iterations 1.512243 41.98272 at 40iterations 0.8302577 17.64288 at 50iterations 0.4537357 9.744625 at 60iterations 0.2483227 5.221165 at 70iterations 0.1353786 2.939301 at 80iterations 7.4015334E-02 1.474351 at 90iterations 4.0378492E-02 0.8682210 at 100iterations 2.1963691E-02 0.4643707 at 110iterations 1.1981064E-02 0.2445374 at 120iterations 6.5501719E-03 0.1304054 at 130iterations 3.5725783E-03 7.4923992E-02 at 140iterations 1.9509036E-03 4.0180206E-02 at 150iterations 1.0674334E-03 2.0744324E-02 at 160iterations 5.8966270E-04 1.2256622E-02 at 170iterations 3.2755357E-04 6.4338446E-03 at 180iterations finished qdiffx linear iterations at : 17:47:46 total time elapsed so far: 11.83000 # loops : 180 mean,max change (kT/e) : 3.2755357E-04 6.4338446E-03 energy calculations done at 11.83000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.01000 DelPhi exited at 17:47:46 12.014u 0.228s 0:12.53 97.6% 0+0k 0+0io 0pf+0w