Tue Oct 11 07:25:42 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 Tue Oct 11 2011 at 07:25:42 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: 272 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4806 !!! WARNING: UMP 1582 has a net charge of -0.1000 !!! WARNING: UMP 1587 has a net charge of -0.1000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 0.4647398 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): -27.32200 49.28000 ymin,ymax (A): -0.8800000 55.18700 zmin,zma (A): -42.52300 22.84300 x,y,z range (A): 76.60200 56.06700 65.36600 scale (grids/A): 0.4647398 object centre (A): 10.97900 27.15350 -9.840001 number of atom coordinates read : 4806 total number of charged atoms : 4628 net assigned charge : -3.199986 assigned positive charge : 724.7523 centred at (gu) : 90.17931 90.26318 90.59214 assigned negative charge : -727.9565 centred at (gu) : 90.11515 90.24811 90.63317 start vw surface at 0.2100000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 6315 nv = 96 ne = 84 npr = 97110 no. pairs analyzed = 97110 no. exposed pairs = 6131 no. arc points = 41588 no. surface atoms = 2074 nbur = 2732 mkacc time = 0.2100000 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.820000 m= 181 mr = 3181 m= 1 mr = 1 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4500000 number of dielectric boundary points 3315 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3754 ## 713 charges are in solution ## iepsmp to db, and charging done at 0.5800000 number of grid points assigned charge 8684 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.4881629E-12 -2.0726122E-11 midg,1,midg; midg,igrid,midg -8.7419273E-12 -1.6236855E-13 1,midg,midg; igrid,midg,midg -2.3421952E-11 1.5534633E-11 gauss-seidel spectral radius is 0.9763557 estimated iterations to convergence 54 setup time was (sec) 0.7100000 now iterating at: 07:25:43 rms-change max change #iterations 4.0157016E-02 8.866600 at 10iterations 3.2603857E-03 0.4982481 at 20iterations 9.7173621E-04 0.1360855 at 30iterations 3.4593328E-04 4.1261196E-02 at 40iterations 1.2638855E-04 1.5801907E-02 at 50iterations finished qdiffx linear iterations at : 07:25:46 total time elapsed so far: 3.330000 # loops : 50 mean,max change (kT/e) : 1.2638855E-04 1.5801907E-02 energy calculations done at 3.330000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.520000 DelPhi exited at 07:25:47 3.520u 0.165s 0:04.24 86.7% 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 Tue Oct 11 2011 at 07:25:47 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: 272 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4806 !!! WARNING: UMP 1582 has a net charge of -0.1000 !!! WARNING: UMP 1587 has a net charge of -0.1000 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.394220 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): -27.32200 49.28000 ymin,ymax (A): -0.8800000 55.18700 zmin,zma (A): -42.52300 22.84300 x,y,z range (A): 76.60200 56.06700 65.36600 scale (grids/A): 1.394220 object centre (A): 10.97900 27.15350 -9.840001 number of atom coordinates read : 4806 total number of charged atoms : 4628 net assigned charge : -3.199986 assigned positive charge : 724.7523 centred at (gu) : 90.53661 90.78815 91.77510 assigned negative charge : -727.9565 centred at (gu) : 90.34529 90.74406 91.89917 start vw surface at 0.1900000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 73004 reading accessible surface arcs data from file ARCDAT no. of arc points read = 41588 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.708000 m= 18585 mr = 49287 m= 1117 mr = 11907 m= 8 mr = 358 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 1320 time to turn everything in is 0.5400000 number of dielectric boundary points 31162 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 660 ## 13 charges are in solution ## iepsmp to db, and charging done at 0.6700000 number of grid points assigned charge 33449 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.4647398 object centre at (A) : 10.97900 27.15350 -9.840001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.0642522E-03 -7.8373328E-03 midg,1,midg; midg,igrid,midg -3.2362926E-03 -9.4889989E-04 1,midg,midg; igrid,midg,midg -8.4236208E-03 1.0668902E-02 gauss-seidel spectral radius is 0.9976535 estimated iterations to convergence 164 setup time was (sec) 0.8400000 now iterating at: 07:25:48 rms-change max change #iterations 3.026004 128.5462 at 10iterations 1.120585 45.75014 at 20iterations 0.4155270 17.05022 at 30iterations 0.1542387 6.182351 at 40iterations 5.7526838E-02 2.101761 at 50iterations 2.1704460E-02 0.8044128 at 60iterations 8.4847026E-03 0.3125153 at 70iterations 3.6409001E-03 0.1307011 at 80iterations 1.8251933E-03 7.4208260E-02 at 90iterations 1.0844844E-03 3.5641193E-02 at 100iterations 7.1115204E-04 2.2241592E-02 at 110iterations 4.8565678E-04 1.3971329E-02 at 120iterations finished qdiffx linear iterations at : 07:25:54 total time elapsed so far: 7.360000 # loops : 120 mean,max change (kT/e) : 4.8565678E-04 1.3971329E-02 energy calculations done at 7.360000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.540000 DelPhi exited at 07:25:55 7.546u 0.200s 0:08.26 93.7% 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 Tue Oct 11 2011 at 07:25: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: 272 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4806 !!! WARNING: UMP 1582 has a net charge of -0.1000 !!! WARNING: UMP 1587 has a net charge of -0.1000 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: 2.091329 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): -27.32200 49.28000 ymin,ymax (A): -0.8800000 55.18700 zmin,zma (A): -42.52300 22.84300 x,y,z range (A): 76.60200 56.06700 65.36600 scale (grids/A): 2.091329 object centre (A): 10.97900 27.15350 -9.840001 number of atom coordinates read : 4806 total number of charged atoms : 4628 net assigned charge : -3.199986 assigned positive charge : 724.7523 centred at (gu) : 90.80436 91.18188 92.66199 assigned negative charge : -727.9565 centred at (gu) : 90.51788 91.11601 92.84872 start vw surface at 0.2100000 fill in re-entrant regions at 0.4500000 boundary points on vw surface= 170614 reading accessible surface arcs data from file ARCDAT no. of arc points read = 41588 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.680000 m= 70013 mr = 121535 m= 14367 mr = 53820 m= 1304 mr = 9993 m= 28 mr = 641 m= 0 mr = 0 time to grow re-entrant surface = 0.6900001 no. cavity mid-points inaccessible to solvent = 4542 time to turn everything in is 1.230000 number of dielectric boundary points 70337 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 130 iepsmp to db, and charging done at 1.370000 number of grid points assigned charge 36772 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.394220 object centre at (A) : 10.97900 27.15350 -9.840001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.6835754E-02 -0.2257887 midg,1,midg; midg,igrid,midg -7.4856058E-02 -2.2018243E-02 1,midg,midg; igrid,midg,midg -0.2984549 0.2438540 gauss-seidel spectral radius is 0.9990091 estimated iterations to convergence 251 setup time was (sec) 1.530000 now iterating at: 07:25:57 rms-change max change #iterations 8.786865 266.8455 at 10iterations 4.775480 134.1545 at 20iterations 2.581030 90.86217 at 30iterations 1.386254 38.04031 at 40iterations 0.7409318 17.73828 at 50iterations 0.3965577 9.079462 at 60iterations 0.2104384 4.561936 at 70iterations 0.1119004 2.506989 at 80iterations 5.9244279E-02 1.405447 at 90iterations 3.1490374E-02 0.6790638 at 100iterations 1.6636651E-02 0.3889666 at 110iterations 8.8196676E-03 0.1793823 at 120iterations 4.6848641E-03 0.1094913 at 130iterations 2.4890825E-03 5.3169250E-02 at 140iterations 1.3321765E-03 2.7261734E-02 at 150iterations 7.2142994E-04 1.6099930E-02 at 160iterations 4.0206197E-04 8.8844299E-03 at 170iterations 2.3411989E-04 5.6211948E-03 at 180iterations finished qdiffx linear iterations at : 07:26:07 total time elapsed so far: 11.83000 # loops : 180 mean,max change (kT/e) : 2.3411989E-04 5.6211948E-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 07:26:08 12.014u 0.230s 0:12.97 94.3% 0+0k 0+0io 0pf+0w