Sat Oct 8 23:02:18 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 23:02: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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2995 !!! WARNING: TPO 1 has a net charge of -1.2740 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.5574433 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): -15.66700 32.40000 ymin,ymax (A): 83.98800 147.8510 zmin,zma (A): 31.48000 87.38100 x,y,z range (A): 48.06700 63.86300 55.90100 scale (grids/A): 0.5574433 object centre (A): 8.366501 115.9195 59.43050 number of atom coordinates read : 2995 total number of charged atoms : 2852 net assigned charge : 5.226040 assigned positive charge : 438.3772 centred at (gu) : 90.46873 89.35193 90.79784 assigned negative charge : -433.1525 centred at (gu) : 90.42925 89.43357 90.94470 start vw surface at 0.1800000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 6199 nv = 96 ne = 84 npr = 60184 no. pairs analyzed = 60184 no. exposed pairs = 3867 no. arc points = 27072 no. surface atoms = 1292 nbur = 1703 mkacc time = 0.1700000 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.540000 m= 259 mr = 3251 m= 1 mr = 10 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3900000 number of dielectric boundary points 3198 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2745 ## 355 charges are in solution ## iepsmp to db, and charging done at 0.5300000 number of grid points assigned charge 7997 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.5911354E-09 -1.1779375E-09 midg,1,midg; midg,igrid,midg 1.5304134E-09 -2.5303135E-10 1,midg,midg; igrid,midg,midg 1.1003532E-10 1.0054987E-09 gauss-seidel spectral radius is 0.9834064 estimated iterations to convergence 64 setup time was (sec) 0.6800000 now iterating at: 23:02:19 rms-change max change #iterations 8.0533206E-02 13.77943 at 10iterations 5.7716095E-03 0.8631306 at 20iterations 4.2186698E-04 6.9194794E-02 at 30iterations 3.2569635E-05 7.2269440E-03 at 40iterations 3.3029517E-06 5.8269501E-04 at 50iterations finished qdiffx linear iterations at : 23:02:22 total time elapsed so far: 3.950000 # loops : 50 mean,max change (kT/e) : 3.3029517E-06 5.8269501E-04 energy calculations done at 3.950000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.120000 DelPhi exited at 23:02:22 4.128u 0.240s 0:04.73 92.1% 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 8 2011 at 23:02:23 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2995 !!! WARNING: TPO 1 has a net charge of -1.2740 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.672330 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): -15.66700 32.40000 ymin,ymax (A): 83.98800 147.8510 zmin,zma (A): 31.48000 87.38100 x,y,z range (A): 48.06700 63.86300 55.90100 scale (grids/A): 1.672330 object centre (A): 8.366501 115.9195 59.43050 number of atom coordinates read : 2995 total number of charged atoms : 2852 net assigned charge : 5.226040 assigned positive charge : 438.3772 centred at (gu) : 91.40542 88.05483 92.39298 assigned negative charge : -433.1525 centred at (gu) : 91.28782 88.30058 92.83394 start vw surface at 0.1700000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 68865 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27072 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 21973 mr = 47158 m= 2500 mr = 15298 m= 83 mr = 1218 m= 1 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 228 time to turn everything in is 0.6200000 number of dielectric boundary points 29739 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 268 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.7500000 number of grid points assigned charge 21970 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.5574433 object centre at (A) : 8.366501 115.9195 59.43050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.2592410E-02 -1.1293775E-03 midg,1,midg; midg,igrid,midg 4.0777121E-02 1.4835407E-02 1,midg,midg; igrid,midg,midg -5.6757624E-03 8.9012343E-04 gauss-seidel spectral radius is 0.9982761 estimated iterations to convergence 191 setup time was (sec) 0.9000000 now iterating at: 23:02:24 rms-change max change #iterations 3.463116 143.7955 at 10iterations 1.471358 54.88501 at 20iterations 0.6255113 23.26430 at 30iterations 0.2670961 9.685879 at 40iterations 0.1138230 3.974012 at 50iterations 4.8489854E-02 1.784904 at 60iterations 2.0630803E-02 0.6989079 at 70iterations 8.7885167E-03 0.3060455 at 80iterations 3.7624591E-03 0.1326237 at 90iterations 1.6040056E-03 5.3014755E-02 at 100iterations 6.8585639E-04 2.3640633E-02 at 110iterations 2.9307723E-04 1.0215759E-02 at 120iterations finished qdiffx linear iterations at : 23:02:32 total time elapsed so far: 9.130000 # loops : 120 mean,max change (kT/e) : 2.9307723E-04 1.0215759E-02 energy calculations done at 9.130000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.310000 DelPhi exited at 23:02:32 9.309u 0.307s 0:09.92 96.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 Sat Oct 8 2011 at 23:02:33 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2995 !!! WARNING: TPO 1 has a net charge of -1.2740 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.508495 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): -15.66700 32.40000 ymin,ymax (A): 83.98800 147.8510 zmin,zma (A): 31.48000 87.38100 x,y,z range (A): 48.06700 63.86300 55.90100 scale (grids/A): 2.508495 object centre (A): 8.366501 115.9195 59.43050 number of atom coordinates read : 2995 total number of charged atoms : 2852 net assigned charge : 5.226040 assigned positive charge : 438.3772 centred at (gu) : 92.10775 87.08211 93.58942 assigned negative charge : -433.1525 centred at (gu) : 91.93156 87.45090 94.25072 start vw surface at 0.1700000 fill in re-entrant regions at 0.5100000 boundary points on vw surface= 159743 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27072 grid for indexing accessible points = 1.400000 m= 74864 mr = 114965 m= 22450 mr = 59644 m= 3867 mr = 16845 m= 311 mr = 2496 m= 5 mr = 125 m= 0 mr = 0 time to grow re-entrant surface = 0.8900000 no. cavity mid-points inaccessible to solvent = 763 time to turn everything in is 1.510000 number of dielectric boundary points 67165 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 16 iepsmp to db, and charging done at 1.660000 number of grid points assigned charge 22784 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.672330 object centre at (A) : 8.366501 115.9195 59.43050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3930104 -3.3134028E-02 midg,1,midg; midg,igrid,midg 0.7193874 0.2829754 1,midg,midg; igrid,midg,midg -7.2174661E-02 1.4000358E-02 gauss-seidel spectral radius is 0.9991662 estimated iterations to convergence 274 setup time was (sec) 1.830000 now iterating at: 23:02:35 rms-change max change #iterations 8.800678 304.3038 at 10iterations 4.973891 118.7297 at 20iterations 2.787364 58.72246 at 30iterations 1.558673 32.14701 at 40iterations 0.8689154 18.48096 at 50iterations 0.4826663 10.28494 at 60iterations 0.2690533 5.733101 at 70iterations 0.1491205 3.221123 at 80iterations 8.3022043E-02 1.642040 at 90iterations 4.5957163E-02 0.9562368 at 100iterations 2.5426202E-02 0.5629034 at 110iterations 1.4113027E-02 0.2984095 at 120iterations 7.8317458E-03 0.1528854 at 130iterations 4.3371981E-03 9.3891144E-02 at 140iterations 2.4036411E-03 4.7726631E-02 at 150iterations 1.3328600E-03 2.5733948E-02 at 160iterations 7.3976914E-04 1.4823914E-02 at 170iterations 4.1004806E-04 8.3265305E-03 at 180iterations finished qdiffx linear iterations at : 23:02:48 total time elapsed so far: 15.34000 # loops : 180 mean,max change (kT/e) : 4.1004806E-04 8.3265305E-03 energy calculations done at 15.34000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.51000 DelPhi exited at 23:02:49 15.516u 0.300s 0:16.07 98.3% 0+0k 0+0io 0pf+0w