Sun Oct 9 03:15:55 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+sph2.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 = amb2.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 Sun Oct 9 2011 at 03:15:55 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: 304 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4611 !!! WARNING: HIZ 356 has a net charge of 0.2000 !!! WARNING: HEM 1103 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.1200000 grid size : 179 scale,in grids/A, set to be: 0.4426044 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): -3.074000 77.35900 ymin,ymax (A): 0.5080000 65.49200 zmin,zma (A): 173.9150 235.3160 x,y,z range (A): 80.43300 64.98399 61.40100 scale (grids/A): 0.4426044 object centre (A): 37.14250 33.00000 204.6155 number of atom coordinates read : 4611 total number of charged atoms : 4375 net assigned charge : 18.00001 assigned positive charge : 677.5338 centred at (gu) : 86.26827 91.37391 88.67552 assigned negative charge : -659.5388 centred at (gu) : 86.24097 91.34041 88.69628 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 5318 nv = 96 ne = 84 npr = 94511 no. pairs analyzed = 94511 no. exposed pairs = 5865 no. arc points = 40071 no. surface atoms = 1999 nbur = 2612 mkacc time = 0.2000000 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.904000 m= 159 mr = 2549 m= 0 mr = 1 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4300000 number of dielectric boundary points 2927 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3310 ## 631 charges are in solution ## iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 7261 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.3784137E-11 4.0369721E-12 midg,1,midg; midg,igrid,midg 3.2896461E-12 1.5560280E-11 1,midg,midg; igrid,midg,midg 1.6139026E-11 3.3324582E-12 gauss-seidel spectral radius is 0.9739487 estimated iterations to convergence 52 setup time was (sec) 0.6900000 now iterating at: 03:15:56 rms-change max change #iterations 3.2782767E-02 6.536552 at 10iterations 3.4187529E-03 0.5609741 at 20iterations 8.8189857E-04 0.1611710 at 30iterations 2.4033384E-04 4.5665741E-02 at 40iterations 6.5725908E-05 1.2823105E-02 at 50iterations finished qdiffx linear iterations at : 03:15:59 total time elapsed so far: 3.450000 # loops : 50 mean,max change (kT/e) : 6.5725908E-05 1.2823105E-02 energy calculations done at 3.450000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.620000 DelPhi exited at 03:15:59 3.620u 0.218s 0:04.11 93.1% 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 Sun Oct 9 2011 at 03:15:59 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: 304 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4611 !!! WARNING: HIZ 356 has a net charge of 0.2000 !!! WARNING: HEM 1103 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.1100000 grid size : 179 scale,in grids/A, set to be: 1.327813 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): -3.074000 77.35900 ymin,ymax (A): 0.5080000 65.49200 zmin,zma (A): 173.9150 235.3160 x,y,z range (A): 80.43300 64.98399 61.40100 scale (grids/A): 1.327813 object centre (A): 37.14250 33.00000 204.6155 number of atom coordinates read : 4611 total number of charged atoms : 4375 net assigned charge : 18.00001 assigned positive charge : 677.5338 centred at (gu) : 78.80276 94.12023 86.02509 assigned negative charge : -659.5388 centred at (gu) : 78.72262 94.02072 86.08842 start vw surface at 0.1900000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 61781 reading accessible surface arcs data from file ARCDAT no. of arc points read = 40071 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.792000 m= 14994 mr = 40475 m= 864 mr = 9187 m= 4 mr = 208 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 891 time to turn everything in is 0.5000000 number of dielectric boundary points 27773 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 638 ## 16 charges are in solution ## iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 30797 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.4426044 object centre at (A) : 37.14250 33.00000 204.6155 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.1554584E-03 7.2574412E-04 midg,1,midg; midg,igrid,midg 2.0838003E-03 2.5721320E-03 1,midg,midg; igrid,midg,midg 2.1338103E-02 2.7505020E-03 gauss-seidel spectral radius is 0.9973512 estimated iterations to convergence 155 setup time was (sec) 0.8000000 now iterating at: 03:16:01 rms-change max change #iterations 2.533948 121.5176 at 10iterations 0.8787255 43.11810 at 20iterations 0.3066000 13.04665 at 30iterations 0.1068881 4.132412 at 40iterations 3.7725657E-02 1.680927 at 50iterations 1.3683273E-02 0.5540752 at 60iterations 5.3542303E-03 0.2450771 at 70iterations 2.4531297E-03 9.8800659E-02 at 80iterations 1.3249463E-03 5.5141449E-02 at 90iterations 8.0195727E-04 3.3067703E-02 at 100iterations 5.0741417E-04 2.0900726E-02 at 110iterations 3.2618750E-04 1.3570786E-02 at 120iterations finished qdiffx linear iterations at : 03:16:07 total time elapsed so far: 7.660000 # loops : 120 mean,max change (kT/e) : 3.2618750E-04 1.3570786E-02 energy calculations done at 7.660000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.830000 DelPhi exited at 03:16:08 7.831u 0.254s 0:08.40 96.1% 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 Sun Oct 9 2011 at 03:16: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: 304 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4611 !!! WARNING: HIZ 356 has a net charge of 0.2000 !!! WARNING: HEM 1103 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.1200000 grid size : 179 scale,in grids/A, set to be: 1.991720 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): -3.074000 77.35900 ymin,ymax (A): 0.5080000 65.49200 zmin,zma (A): 173.9150 235.3160 x,y,z range (A): 80.43300 64.98399 61.40100 scale (grids/A): 1.991720 object centre (A): 37.14250 33.00000 204.6155 number of atom coordinates read : 4611 total number of charged atoms : 4375 net assigned charge : 18.00001 assigned positive charge : 677.5338 centred at (gu) : 73.20379 96.17995 84.03719 assigned negative charge : -659.5388 centred at (gu) : 73.08392 96.03099 84.13273 start vw surface at 0.1900000 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 144766 reading accessible surface arcs data from file ARCDAT no. of arc points read = 40071 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.764000 m= 56783 mr = 100957 m= 11227 mr = 42190 m= 886 mr = 7407 m= 22 mr = 374 m= 0 mr = 0 time to grow re-entrant surface = 0.6000000 no. cavity mid-points inaccessible to solvent = 3096 time to turn everything in is 1.090000 number of dielectric boundary points 62756 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 174 iepsmp to db, and charging done at 1.230000 number of grid points assigned charge 34611 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.327813 object centre at (A) : 37.14250 33.00000 204.6155 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.7745505E-02 9.8383687E-03 midg,1,midg; midg,igrid,midg 4.7937110E-02 2.5646644E-02 1,midg,midg; igrid,midg,midg 0.5216520 3.4698401E-02 gauss-seidel spectral radius is 0.9988897 estimated iterations to convergence 237 setup time was (sec) 1.400000 now iterating at: 03:16:10 rms-change max change #iterations 7.588032 232.1432 at 10iterations 3.973746 101.0529 at 20iterations 2.070016 55.71731 at 30iterations 1.072268 26.68432 at 40iterations 0.5511152 14.32206 at 50iterations 0.2824486 7.372643 at 60iterations 0.1449110 3.553677 at 70iterations 7.4044101E-02 1.719219 at 80iterations 3.7773713E-02 0.9518390 at 90iterations 1.9327454E-02 0.4437332 at 100iterations 9.9273017E-03 0.2408905 at 110iterations 5.1612440E-03 0.1460800 at 120iterations 2.7328567E-03 6.3404083E-02 at 130iterations 1.5010220E-03 3.6590576E-02 at 140iterations 8.7340118E-04 2.3031235E-02 at 150iterations 5.4391788E-04 1.3708115E-02 at 160iterations 3.6069151E-04 9.0332031E-03 at 170iterations 2.5158474E-04 6.0844421E-03 at 180iterations finished qdiffx linear iterations at : 03:16:20 total time elapsed so far: 12.27000 # loops : 180 mean,max change (kT/e) : 2.5158474E-04 6.0844421E-03 energy calculations done at 12.27000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.44000 DelPhi exited at 03:16:21 12.446u 0.277s 0:13.00 97.7% 0+0k 0+0io 0pf+0w