Mon Oct 10 09:22:27 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 Mon Oct 10 2011 at 09:22:27 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: 293 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3033 !!! WARNING: HIT 235 has a net charge of 0.5140 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: 0.5766583 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): 112.3140 174.0490 ymin,ymax (A): -44.00900 10.35500 zmin,zma (A): 47.61200 104.9440 x,y,z range (A): 61.73500 54.36400 57.33200 scale (grids/A): 0.5766583 object centre (A): 143.1815 -16.82700 76.27800 number of atom coordinates read : 3033 total number of charged atoms : 2879 net assigned charge : 5.014019 assigned positive charge : 447.3636 centred at (gu) : 89.79127 89.56627 89.69724 assigned negative charge : -442.3501 centred at (gu) : 89.77081 89.63320 89.56747 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 6834 nv = 96 ne = 84 npr = 58401 no. pairs analyzed = 58401 no. exposed pairs = 4663 no. arc points = 33949 no. surface atoms = 1530 nbur = 1503 mkacc time = 9.9999994E-02 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.512000 m= 407 mr = 2948 m= 3 mr = 22 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2300000 number of dielectric boundary points 4274 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3276 ## 343 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 8590 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.7289051E-09 3.2457694E-09 midg,1,midg; midg,igrid,midg 2.5276836E-09 -3.0411315E-10 1,midg,midg; igrid,midg,midg 6.0555688E-10 1.3157637E-09 gauss-seidel spectral radius is 0.9845080 estimated iterations to convergence 66 setup time was (sec) 0.4100000 now iterating at: 09:22:27 rms-change max change #iterations 9.8252319E-02 14.94298 at 10iterations 7.3957979E-03 1.183765 at 20iterations 5.6586048E-04 8.2771301E-02 at 30iterations 4.7536512E-05 8.3122253E-03 at 40iterations 5.4687512E-06 7.4386597E-04 at 50iterations finished qdiffx linear iterations at : 09:22:30 total time elapsed so far: 3.310000 # loops : 50 mean,max change (kT/e) : 5.4687512E-06 7.4386597E-04 energy calculations done at 3.310000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.440000 DelPhi exited at 09:22:31 3.444u 0.170s 0:03.91 92.3% 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 Mon Oct 10 2011 at 09:22:31 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: 293 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3033 !!! WARNING: HIT 235 has a net charge of 0.5140 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.729975 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): 112.3140 174.0490 ymin,ymax (A): -44.00900 10.35500 zmin,zma (A): 47.61200 104.9440 x,y,z range (A): 61.73500 54.36400 57.33200 scale (grids/A): 1.729975 object centre (A): 143.1815 -16.82700 76.27800 number of atom coordinates read : 3033 total number of charged atoms : 2879 net assigned charge : 5.014019 assigned positive charge : 447.3636 centred at (gu) : 89.37344 88.69804 89.09131 assigned negative charge : -442.3501 centred at (gu) : 89.31200 88.89925 88.70215 start vw surface at 0.1100000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 72609 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33949 grid for indexing accessible points = 1.400000 m= 24391 mr = 43793 m= 3746 mr = 15505 m= 146 mr = 1886 m= 3 mr = 19 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 69 time to turn everything in is 0.3800000 number of dielectric boundary points 39692 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 272 iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 22291 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.5766583 object centre at (A) : 143.1815 -16.82700 76.27800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.7378008E-02 3.3828907E-02 midg,1,midg; midg,igrid,midg 1.7408600E-02 9.5640374E-03 1,midg,midg; igrid,midg,midg 8.0515328E-04 1.1393737E-02 gauss-seidel spectral radius is 0.9984278 estimated iterations to convergence 200 setup time was (sec) 0.6000000 now iterating at: 09:22:32 rms-change max change #iterations 3.797049 192.4233 at 10iterations 1.670367 62.12585 at 20iterations 0.7328897 25.73710 at 30iterations 0.3241313 10.66259 at 40iterations 0.1431073 5.097561 at 50iterations 6.3061602E-02 2.160948 at 60iterations 2.7860265E-02 0.8958473 at 70iterations 1.2309104E-02 0.4225035 at 80iterations 5.4468638E-03 0.1825066 at 90iterations 2.4028947E-03 9.9884748E-02 at 100iterations 1.0621842E-03 3.8558960E-02 at 110iterations 4.7088470E-04 1.6544342E-02 at 120iterations finished qdiffx linear iterations at : 09:22:39 total time elapsed so far: 7.760000 # loops : 120 mean,max change (kT/e) : 4.7088470E-04 1.6544342E-02 energy calculations done at 7.760000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.900000 DelPhi exited at 09:22:39 7.899u 0.192s 0:08.46 95.5% 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 Mon Oct 10 2011 at 09:22:39 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: 293 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3033 !!! WARNING: HIT 235 has a net charge of 0.5140 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.594962 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): 112.3140 174.0490 ymin,ymax (A): -44.00900 10.35500 zmin,zma (A): 47.61200 104.9440 x,y,z range (A): 61.73500 54.36400 57.33200 scale (grids/A): 2.594962 object centre (A): 143.1815 -16.82700 76.27800 number of atom coordinates read : 3033 total number of charged atoms : 2879 net assigned charge : 5.014019 assigned positive charge : 447.3636 centred at (gu) : 89.05968 88.04686 88.63667 assigned negative charge : -442.3501 centred at (gu) : 88.96792 88.34873 88.05319 start vw surface at 0.1100000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 167790 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33949 grid for indexing accessible points = 1.400000 m= 77470 mr = 108591 m= 27852 mr = 57202 m= 6250 mr = 20138 m= 631 mr = 4098 m= 18 mr = 289 m= 0 mr = 2 time to grow re-entrant surface = 0.5300000 no. cavity mid-points inaccessible to solvent = 207 time to turn everything in is 0.9400000 number of dielectric boundary points 89691 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 9 iepsmp to db, and charging done at 1.030000 number of grid points assigned charge 23018 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.729975 object centre at (A) : 143.1815 -16.82700 76.27800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1930211 0.4937470 midg,1,midg; midg,igrid,midg 0.2093439 0.1385265 1,midg,midg; igrid,midg,midg 5.7499986E-02 4.4294149E-02 gauss-seidel spectral radius is 0.9992369 estimated iterations to convergence 286 setup time was (sec) 1.170000 now iterating at: 09:22:41 rms-change max change #iterations 9.707385 320.4390 at 10iterations 5.740717 132.5266 at 20iterations 3.358950 81.48416 at 30iterations 1.947520 44.69822 at 40iterations 1.127125 24.27626 at 50iterations 0.6485860 13.03041 at 60iterations 0.3725117 8.091084 at 70iterations 0.2135736 4.786891 at 80iterations 0.1222520 2.478670 at 90iterations 6.9769785E-02 1.821434 at 100iterations 3.9828259E-02 0.8203297 at 110iterations 2.2783736E-02 0.4643230 at 120iterations 1.2972851E-02 0.2625961 at 130iterations 7.3945606E-03 0.1471672 at 140iterations 4.2183911E-03 8.6422920E-02 at 150iterations 2.4009096E-03 4.9713135E-02 at 160iterations 1.3692519E-03 2.7175903E-02 at 170iterations 7.7842316E-04 1.7017365E-02 at 180iterations finished qdiffx linear iterations at : 09:22:52 total time elapsed so far: 12.73000 # loops : 180 mean,max change (kT/e) : 7.7842316E-04 1.7017365E-02 energy calculations done at 12.73000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.87000 DelPhi exited at 09:22:53 12.869u 0.214s 0:13.35 97.9% 0+0k 0+0io 0pf+0w