Tue Oct 11 03:19:16 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 03:19:16 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2637 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.5403108 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): -12.31200 46.52800 ymin,ymax (A): -8.634000 36.09700 zmin,zma (A): -35.94100 29.94700 x,y,z range (A): 58.84000 44.73100 65.88800 scale (grids/A): 0.5403108 object centre (A): 17.10800 13.73150 -2.997001 number of atom coordinates read : 2637 total number of charged atoms : 2491 net assigned charge : 3.500013 assigned positive charge : 388.9857 centred at (gu) : 88.72614 90.61497 91.48930 assigned negative charge : -385.4866 centred at (gu) : 88.80792 90.55776 91.42741 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 5191 nv = 96 ne = 84 npr = 50752 no. pairs analyzed = 50752 no. exposed pairs = 3795 no. arc points = 28259 no. surface atoms = 1259 nbur = 1378 mkacc time = 8.0000006E-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.596000 m= 197 mr = 2296 m= 0 mr = 6 time to grow re-entrant surface = 9.0000011E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2000000 number of dielectric boundary points 3086 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2748 ## 388 charges are in solution ## iepsmp to db, and charging done at 0.2700000 number of grid points assigned charge 6653 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -8.5380633E-11 6.4895228E-10 midg,1,midg; midg,igrid,midg -8.9046208E-11 4.9528714E-10 1,midg,midg; igrid,midg,midg 7.3979317E-10 -1.5846104E-10 gauss-seidel spectral radius is 0.9823344 estimated iterations to convergence 62 setup time was (sec) 0.3900000 now iterating at: 03:19:16 rms-change max change #iterations 6.5225124E-02 13.58292 at 10iterations 4.1588861E-03 0.8068581 at 20iterations 2.6138956E-04 4.8568726E-02 at 30iterations 1.6873550E-05 3.5772324E-03 at 40iterations 1.1300669E-06 2.3651123E-04 at 50iterations finished qdiffx linear iterations at : 03:19:19 total time elapsed so far: 3.290000 # loops : 50 mean,max change (kT/e) : 1.1300669E-06 2.3651123E-04 energy calculations done at 3.290000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.420000 DelPhi exited at 03:19:20 3.424u 0.177s 0:03.94 91.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 Tue Oct 11 2011 at 03:19:20 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2637 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.620932 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): -12.31200 46.52800 ymin,ymax (A): -8.634000 36.09700 zmin,zma (A): -35.94100 29.94700 x,y,z range (A): 58.84000 44.73100 65.88800 scale (grids/A): 1.620932 object centre (A): 17.10800 13.73150 -2.997001 number of atom coordinates read : 2637 total number of charged atoms : 2491 net assigned charge : 3.500013 assigned positive charge : 388.9857 centred at (gu) : 86.17799 91.84438 94.46714 assigned negative charge : -385.4866 centred at (gu) : 86.42350 91.67309 94.28207 start vw surface at 0.1000000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 56463 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28259 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 15713 mr = 34632 m= 1456 mr = 9846 m= 51 mr = 547 m= 0 mr = 2 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 308 time to turn everything in is 0.3000000 number of dielectric boundary points 28656 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 318 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.3800000 number of grid points assigned charge 19058 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.5403108 object centre at (A) : 17.10800 13.73150 -2.997001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.0237655E-02 2.0519368E-02 midg,1,midg; midg,igrid,midg -2.4919405E-03 3.0184218E-03 1,midg,midg; igrid,midg,midg 5.4477076E-03 -5.6489801E-04 gauss-seidel spectral radius is 0.9981349 estimated iterations to convergence 184 setup time was (sec) 0.5100000 now iterating at: 03:19:20 rms-change max change #iterations 3.007584 166.8358 at 10iterations 1.229387 53.55994 at 20iterations 0.5050687 20.83739 at 30iterations 0.2064382 7.992558 at 40iterations 8.4729291E-02 3.150812 at 50iterations 3.4785930E-02 1.249932 at 60iterations 1.4297764E-02 0.5523148 at 70iterations 5.8662184E-03 0.2202911 at 80iterations 2.4040288E-03 9.7483635E-02 at 90iterations 9.9385669E-04 4.1476011E-02 at 100iterations 4.0741466E-04 1.6213417E-02 at 110iterations 1.6806734E-04 7.4262619E-03 at 120iterations finished qdiffx linear iterations at : 03:19:28 total time elapsed so far: 7.600000 # loops : 120 mean,max change (kT/e) : 1.6806734E-04 7.4262619E-03 energy calculations done at 7.600000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.720000 DelPhi exited at 03:19:28 7.726u 0.202s 0:08.22 96.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 Tue Oct 11 2011 at 03:19:28 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2637 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.431399 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): -12.31200 46.52800 ymin,ymax (A): -8.634000 36.09700 zmin,zma (A): -35.94100 29.94700 x,y,z range (A): 58.84000 44.73100 65.88800 scale (grids/A): 2.431399 object centre (A): 17.10800 13.73150 -2.997001 number of atom coordinates read : 2637 total number of charged atoms : 2491 net assigned charge : 3.500013 assigned positive charge : 388.9857 centred at (gu) : 84.26688 92.76646 96.70081 assigned negative charge : -385.4866 centred at (gu) : 84.63528 92.50956 96.42294 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 130946 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28259 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 54924 mr = 85696 m= 14583 mr = 41113 m= 2104 mr = 10185 m= 137 mr = 1155 m= 3 mr = 40 m= 0 mr = 0 time to grow re-entrant surface = 0.3600000 no. cavity mid-points inaccessible to solvent = 1076 time to turn everything in is 0.6700000 number of dielectric boundary points 64508 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 25 iepsmp to db, and charging done at 0.7500000 number of grid points assigned charge 19902 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.620932 object centre at (A) : 17.10800 13.73150 -2.997001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3129595 0.2817805 midg,1,midg; midg,igrid,midg -3.1993974E-02 3.7433274E-02 1,midg,midg; igrid,midg,midg 5.3239945E-02 4.2095356E-02 gauss-seidel spectral radius is 0.9991145 estimated iterations to convergence 265 setup time was (sec) 0.8900000 now iterating at: 03:19:29 rms-change max change #iterations 7.894684 294.9185 at 10iterations 4.408292 126.9355 at 20iterations 2.457709 68.64565 at 30iterations 1.355560 34.40696 at 40iterations 0.7435268 18.46189 at 50iterations 0.4092507 9.343763 at 60iterations 0.2237210 5.415804 at 70iterations 0.1223406 2.963541 at 80iterations 6.6889882E-02 1.657129 at 90iterations 3.6450300E-02 0.8407841 at 100iterations 1.9852024E-02 0.4469118 at 110iterations 1.0849419E-02 0.2341109 at 120iterations 5.8844090E-03 0.1312866 at 130iterations 3.2134482E-03 7.7047348E-02 at 140iterations 1.7504905E-03 3.5079956E-02 at 150iterations 9.5250172E-04 2.2342682E-02 at 160iterations 5.1792670E-04 1.1177063E-02 at 170iterations 2.8250646E-04 6.2484741E-03 at 180iterations finished qdiffx linear iterations at : 03:19:40 total time elapsed so far: 11.86000 # loops : 180 mean,max change (kT/e) : 2.8250646E-04 6.2484741E-03 energy calculations done at 11.86000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.00000 DelPhi exited at 03:19:41 12.000u 0.238s 0:12.59 97.1% 0+0k 0+0io 0pf+0w