Sat Oct 15 14:14:24 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:14:24 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 = 5233 !!! 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= 0.1400000 grid size : 179 scale,in grids/A, set to be: 0.5056890 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.75200 36.85900 ymin,ymax (A): -30.65000 31.41500 zmin,zma (A): -3.955000 66.44400 x,y,z range (A): 55.61100 62.06500 70.39900 scale (grids/A): 0.5056890 object centre (A): 9.053501 0.3824997 31.24450 number of atom coordinates read : 5233 total number of charged atoms : 4981 net assigned charge : 7.800053 assigned positive charge : 787.9813 centred at (gu) : 90.52263 90.97243 89.43638 assigned negative charge : -780.1866 centred at (gu) : 90.44013 91.00405 89.41643 start vw surface at 0.2200000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 8418 nv = 96 ne = 84 npr = 106150 no. pairs analyzed = 106150 no. exposed pairs = 6532 no. arc points = 44951 no. surface atoms = 2206 nbur = 3027 mkacc time = 0.3000000 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= 290 mr = 4363 m= 2 mr = 5 m= 0 mr = 0 time to grow re-entrant surface = 0.3400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5900000 number of dielectric boundary points 4342 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4341 ## 652 charges are in solution ## iepsmp to db, and charging done at 0.7200000 number of grid points assigned charge 11204 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.9210157E-11 1.1581514E-10 midg,1,midg; midg,igrid,midg 1.2458501E-10 1.9395383E-11 1,midg,midg; igrid,midg,midg -8.8481007E-11 3.1672190E-10 gauss-seidel spectral radius is 0.9800345 estimated iterations to convergence 59 setup time was (sec) 0.8700000 now iterating at: 14:14:25 rms-change max change #iterations 6.8163037E-02 9.059090 at 10iterations 4.8252754E-03 0.8433762 at 20iterations 9.1651280E-04 0.1680527 at 30iterations 3.1865624E-04 4.2022705E-02 at 40iterations 1.2407705E-04 1.4352798E-02 at 50iterations finished qdiffx linear iterations at : 14:14:29 total time elapsed so far: 4.300000 # loops : 50 mean,max change (kT/e) : 1.2407705E-04 1.4352798E-02 energy calculations done at 4.300000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.490000 DelPhi exited at 14:14:29 4.490u 0.299s 0:05.07 94.2% 0+0k 0+0io 6pf+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:14:29 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 = 5233 !!! 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= 0.1400000 grid size : 179 scale,in grids/A, set to be: 1.517067 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.75200 36.85900 ymin,ymax (A): -30.65000 31.41500 zmin,zma (A): -3.955000 66.44400 x,y,z range (A): 55.61100 62.06500 70.39900 scale (grids/A): 1.517067 object centre (A): 9.053501 0.3824997 31.24450 number of atom coordinates read : 5233 total number of charged atoms : 4981 net assigned charge : 7.800053 assigned positive charge : 787.9813 centred at (gu) : 91.56625 92.91544 88.30758 assigned negative charge : -780.1866 centred at (gu) : 91.31981 93.01202 88.24893 start vw surface at 0.2200000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 95719 reading accessible surface arcs data from file ARCDAT no. of arc points read = 44951 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.596000 m= 27449 mr = 66233 m= 2404 mr = 17844 m= 62 mr = 965 m= 0 mr = 4 time to grow re-entrant surface = 0.4200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.8600000 number of dielectric boundary points 40588 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 638 ## 4 charges are in solution ## iepsmp to db, and charging done at 1.000000 number of grid points assigned charge 37275 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.5056890 object centre at (A) : 9.053501 0.3824997 31.24450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.3931884E-03 2.0213947E-02 midg,1,midg; midg,igrid,midg -1.0267469E-03 -1.4782569E-02 1,midg,midg; igrid,midg,midg -1.2701383E-03 1.1060264E-02 gauss-seidel spectral radius is 0.9981108 estimated iterations to convergence 183 setup time was (sec) 1.180000 now iterating at: 14:14:31 rms-change max change #iterations 3.937144 162.6966 at 10iterations 1.608208 58.87254 at 20iterations 0.6609151 22.29288 at 30iterations 0.2712434 8.681535 at 40iterations 0.1114692 3.887149 at 50iterations 4.5926545E-02 1.482948 at 60iterations 1.9002538E-02 0.5919991 at 70iterations 7.9616327E-03 0.2588654 at 80iterations 3.4267101E-03 0.1297417 at 90iterations 1.5778819E-03 5.7052612E-02 at 100iterations 8.1891695E-04 2.7976990E-02 at 110iterations 4.8450957E-04 1.3522148E-02 at 120iterations finished qdiffx linear iterations at : 14:14:40 total time elapsed so far: 10.08000 # loops : 120 mean,max change (kT/e) : 4.8450957E-04 1.3522148E-02 energy calculations done at 10.08000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.26000 DelPhi exited at 14:14:41 10.262u 0.343s 0:11.15 95.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:14:41 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 = 5233 !!! 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= 0.1400000 grid size : 179 scale,in grids/A, set to be: 2.275600 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.75200 36.85900 ymin,ymax (A): -30.65000 31.41500 zmin,zma (A): -3.955000 66.44400 x,y,z range (A): 55.61100 62.06500 70.39900 scale (grids/A): 2.275600 object centre (A): 9.053501 0.3824997 31.24450 number of atom coordinates read : 5233 total number of charged atoms : 4981 net assigned charge : 7.800053 assigned positive charge : 787.9813 centred at (gu) : 92.34899 94.37275 87.46104 assigned negative charge : -780.1866 centred at (gu) : 91.97992 94.51790 87.37328 start vw surface at 0.2200000 fill in re-entrant regions at 0.6700000 boundary points on vw surface= 223578 reading accessible surface arcs data from file ARCDAT no. of arc points read = 44951 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 99154 mr = 163037 m= 23973 mr = 76763 m= 3368 mr = 16678 m= 184 mr = 1927 m= 5 mr = 53 m= 0 mr = 0 time to grow re-entrant surface = 1.280000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 2.090000 number of dielectric boundary points 91804 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 97 iepsmp to db, and charging done at 2.270000 number of grid points assigned charge 39728 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.517067 object centre at (A) : 9.053501 0.3824997 31.24450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1683549 0.3602827 midg,1,midg; midg,igrid,midg -0.1101770 -0.3783396 1,midg,midg; igrid,midg,midg -2.1016195E-02 0.1611896 gauss-seidel spectral radius is 0.9991719 estimated iterations to convergence 274 setup time was (sec) 2.450000 now iterating at: 14:14:43 rms-change max change #iterations 10.69883 262.1846 at 10iterations 6.162129 154.4982 at 20iterations 3.512129 72.09242 at 30iterations 1.997037 44.29166 at 40iterations 1.131016 26.33692 at 50iterations 0.6369895 13.54451 at 60iterations 0.3590393 7.457978 at 70iterations 0.2015067 4.178515 at 80iterations 0.1128441 2.492847 at 90iterations 6.3233778E-02 1.344650 at 100iterations 3.5428762E-02 0.6854610 at 110iterations 1.9785279E-02 0.3682687 at 120iterations 1.1084598E-02 0.2127361 at 130iterations 6.2086019E-03 0.1234381 at 140iterations 3.4884727E-03 6.9128036E-02 at 150iterations 1.9721938E-03 3.6109924E-02 at 160iterations 1.1349339E-03 2.1569252E-02 at 170iterations 6.6756032E-04 1.2471676E-02 at 180iterations finished qdiffx linear iterations at : 14:14:58 total time elapsed so far: 17.56000 # loops : 180 mean,max change (kT/e) : 6.6756032E-04 1.2471676E-02 energy calculations done at 17.56000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.74000 DelPhi exited at 14:14:59 17.744u 0.360s 0:18.54 97.6% 0+0k 0+0io 0pf+0w