Sat Oct 8 20:17:03 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 20:17:03 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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2594 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN4 460 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= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.6182702 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): -31.34800 17.54800 ymin,ymax (A): -23.10400 22.51700 zmin,zma (A): -12.33000 45.25000 x,y,z range (A): 48.89600 45.62100 57.58000 scale (grids/A): 0.6182702 object centre (A): -6.900000 -0.2934999 16.46000 number of atom coordinates read : 2594 total number of charged atoms : 2454 net assigned charge : 4.000009 assigned positive charge : 391.4040 centred at (gu) : 88.43193 89.25126 89.56150 assigned negative charge : -387.4045 centred at (gu) : 88.33631 89.29358 89.44273 start vw surface at 0.1800000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 6416 nv = 96 ne = 84 npr = 54327 no. pairs analyzed = 54327 no. exposed pairs = 2963 no. arc points = 21337 no. surface atoms = 1006 nbur = 1588 mkacc time = 0.1500000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 323 mr = 3603 m= 1 mr = 35 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 59 time to turn everything in is 0.3600000 number of dielectric boundary points 3102 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2143 ## 238 charges are in solution ## iepsmp to db, and charging done at 0.5300000 number of grid points assigned charge 8032 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.8696691E-09 9.5669277E-09 midg,1,midg; midg,igrid,midg 6.8627286E-09 4.4547399E-10 1,midg,midg; igrid,midg,midg -4.2298556E-09 6.4688828E-09 gauss-seidel spectral radius is 0.9864472 estimated iterations to convergence 70 setup time was (sec) 0.7100000 now iterating at: 20:17:04 rms-change max change #iterations 0.1255788 19.29735 at 10iterations 1.1256196E-02 1.644073 at 20iterations 1.0578881E-03 0.1375275 at 30iterations 1.0109776E-04 1.3931274E-02 at 40iterations 9.6622807E-06 1.4858246E-03 at 50iterations finished qdiffx linear iterations at : 20:17:08 total time elapsed so far: 4.330000 # loops : 50 mean,max change (kT/e) : 9.6622807E-06 1.4858246E-03 energy calculations done at 4.330000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.510000 DelPhi exited at 20:17:08 4.516u 0.305s 0:05.09 94.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 20:17: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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2594 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN4 460 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.854811 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): -31.34800 17.54800 ymin,ymax (A): -23.10400 22.51700 zmin,zma (A): -12.33000 45.25000 x,y,z range (A): 48.89600 45.62100 57.58000 scale (grids/A): 1.854811 object centre (A): -6.900000 -0.2934999 16.46000 number of atom coordinates read : 2594 total number of charged atoms : 2454 net assigned charge : 4.000009 assigned positive charge : 391.4040 centred at (gu) : 85.29506 87.75323 88.68407 assigned negative charge : -387.4045 centred at (gu) : 85.00852 87.88046 88.32796 start vw surface at 0.1500000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 70283 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21337 grid for indexing accessible points = 1.400000 m= 24038 mr = 49523 m= 3481 mr = 17737 m= 175 mr = 2189 m= 0 mr = 48 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 5616 time to turn everything in is 0.5300000 number of dielectric boundary points 28480 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 158 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6700000 number of grid points assigned charge 19259 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.6182702 object centre at (A) : -6.900000 -0.2934999 16.46000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.3860237E-02 2.0492202E-02 midg,1,midg; midg,igrid,midg 1.1382443E-02 2.3635030E-03 1,midg,midg; igrid,midg,midg -2.0577360E-03 2.9574756E-02 gauss-seidel spectral radius is 0.9985565 estimated iterations to convergence 209 setup time was (sec) 0.8500000 now iterating at: 20:17:09 rms-change max change #iterations 3.991145 152.4385 at 10iterations 1.834667 72.59177 at 20iterations 0.8358505 29.32788 at 30iterations 0.3838807 15.23035 at 40iterations 0.1764759 6.096977 at 50iterations 8.0860794E-02 2.627096 at 60iterations 3.7222378E-02 1.538303 at 70iterations 1.7035238E-02 0.5384007 at 80iterations 7.8180218E-03 0.2505770 at 90iterations 3.5811246E-03 0.1191669 at 100iterations 1.6448451E-03 4.9756050E-02 at 110iterations 7.5674168E-04 2.6128769E-02 at 120iterations finished qdiffx linear iterations at : 20:17:18 total time elapsed so far: 9.290000 # loops : 120 mean,max change (kT/e) : 7.5674168E-04 2.6128769E-02 energy calculations done at 9.290000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.470000 DelPhi exited at 20:17:18 9.473u 0.266s 0:10.03 97.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 8 2011 at 20:17:18 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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2594 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN4 460 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.782216 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): -31.34800 17.54800 ymin,ymax (A): -23.10400 22.51700 zmin,zma (A): -12.33000 45.25000 x,y,z range (A): 48.89600 45.62100 57.58000 scale (grids/A): 2.782216 object centre (A): -6.900000 -0.2934999 16.46000 number of atom coordinates read : 2594 total number of charged atoms : 2454 net assigned charge : 4.000009 assigned positive charge : 391.4040 centred at (gu) : 82.94252 86.62984 88.02590 assigned negative charge : -387.4045 centred at (gu) : 82.51274 86.82070 87.49186 start vw surface at 0.1400000 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 162769 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21337 grid for indexing accessible points = 1.400000 m= 79878 mr = 119572 m= 27089 mr = 65890 m= 6253 mr = 21813 m= 768 mr = 4715 m= 36 mr = 501 m= 1 mr = 18 m= 0 mr = 0 time to grow re-entrant surface = 0.7599999 no. cavity mid-points inaccessible to solvent = 18371 time to turn everything in is 1.330000 number of dielectric boundary points 64285 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.470000 number of grid points assigned charge 19630 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.854811 object centre at (A) : -6.900000 -0.2934999 16.46000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.4556085E-02 0.2512822 midg,1,midg; midg,igrid,midg 0.1418975 2.1465174E-03 1,midg,midg; igrid,midg,midg -2.6282119E-02 0.3955069 gauss-seidel spectral radius is 0.9992298 estimated iterations to convergence 284 setup time was (sec) 1.670000 now iterating at: 20:17:20 rms-change max change #iterations 9.380412 387.0423 at 10iterations 5.387565 142.9195 at 20iterations 3.078109 64.34459 at 30iterations 1.752858 54.03439 at 40iterations 0.9971843 20.64681 at 50iterations 0.5682142 12.50962 at 60iterations 0.3228870 6.421796 at 70iterations 0.1836404 3.628580 at 80iterations 0.1043145 2.005205 at 90iterations 5.9331514E-02 1.528162 at 100iterations 3.3724960E-02 0.7475514 at 110iterations 1.9151460E-02 0.3630314 at 120iterations 1.0885330E-02 0.2031021 at 130iterations 6.1908411E-03 0.1137018 at 140iterations 3.5180079E-03 6.9324493E-02 at 150iterations 1.9938324E-03 3.6104441E-02 at 160iterations 1.1352742E-03 2.1570206E-02 at 170iterations 6.4662256E-04 1.2197495E-02 at 180iterations finished qdiffx linear iterations at : 20:17:34 total time elapsed so far: 15.19000 # loops : 180 mean,max change (kT/e) : 6.4662256E-04 1.2197495E-02 energy calculations done at 15.19000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.37000 DelPhi exited at 20:17:34 15.370u 0.292s 0:15.93 98.3% 0+0k 0+0io 0pf+0w