Sun Oct 9 15:11:33 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 15:11: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: 244 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5362 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1600000 grid size : 179 scale,in grids/A, set to be: 0.5163386 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): -16.08500 52.86200 ymin,ymax (A): 98.54200 167.0460 zmin,zma (A): -29.86400 31.83100 x,y,z range (A): 68.94701 68.50401 61.69500 scale (grids/A): 0.5163386 object centre (A): 18.38850 132.7940 0.9835005 number of atom coordinates read : 5362 total number of charged atoms : 5190 net assigned charge : -5.499956 assigned positive charge : 818.7575 centred at (gu) : 89.29692 88.52591 88.15208 assigned negative charge : -824.2639 centred at (gu) : 89.27724 88.61366 88.09200 start vw surface at 0.2400000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 8879 nv = 96 ne = 84 npr = 110364 no. pairs analyzed = 110364 no. exposed pairs = 6151 no. arc points = 42537 no. surface atoms = 2078 nbur = 3284 mkacc time = 0.3700000 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.652000 m= 296 mr = 4905 m= 0 mr = 5 time to grow re-entrant surface = 0.4300000 no. cavity mid-points inaccessible to solvent = 15 time to turn everything in is 0.7000000 number of dielectric boundary points 4265 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4125 ## 553 charges are in solution ## iepsmp to db, and charging done at 0.8700000 number of grid points assigned charge 11853 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.3657023E-10 7.6267874E-11 midg,1,midg; midg,igrid,midg 3.4144126E-10 -2.9718250E-10 1,midg,midg; igrid,midg,midg -2.0947552E-10 -2.1876567E-11 gauss-seidel spectral radius is 0.9808449 estimated iterations to convergence 60 setup time was (sec) 1.040000 now iterating at: 15:11:34 rms-change max change #iterations 7.6018110E-02 10.64661 at 10iterations 6.0846834E-03 0.8425674 at 20iterations 1.2658992E-03 0.2262001 at 30iterations 3.6443686E-04 6.6093445E-02 at 40iterations 1.0646025E-04 1.9300461E-02 at 50iterations finished qdiffx linear iterations at : 15:11:38 total time elapsed so far: 4.770000 # loops : 50 mean,max change (kT/e) : 1.0646025E-04 1.9300461E-02 energy calculations done at 4.770000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.970000 DelPhi exited at 15:11:38 4.975u 0.414s 0:05.66 95.0% 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 15:11:38 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: 244 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5362 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1700000 grid size : 179 scale,in grids/A, set to be: 1.549016 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): -16.08500 52.86200 ymin,ymax (A): 98.54200 167.0460 zmin,zma (A): -29.86400 31.83100 x,y,z range (A): 68.94701 68.50401 61.69500 scale (grids/A): 1.549016 object centre (A): 18.38850 132.7940 0.9835005 number of atom coordinates read : 5362 total number of charged atoms : 5190 net assigned charge : -5.499956 assigned positive charge : 818.7575 centred at (gu) : 87.88899 85.57623 84.45502 assigned negative charge : -824.2639 centred at (gu) : 87.83160 85.84083 84.27566 start vw surface at 0.2500000 fill in re-entrant regions at 0.4500000 boundary points on vw surface= 100653 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42537 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 29397 mr = 71801 m= 2562 mr = 20197 m= 47 mr = 1116 m= 0 mr = 0 time to grow re-entrant surface = 0.5100000 no. cavity mid-points inaccessible to solvent = 3476 time to turn everything in is 1.030000 number of dielectric boundary points 39545 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 503 ## 7 charges are in solution ## iepsmp to db, and charging done at 1.180000 number of grid points assigned charge 39086 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.5163386 object centre at (A) : 18.38850 132.7940 0.9835005 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.4076340E-03 -6.6816621E-03 midg,1,midg; midg,igrid,midg 2.4248684E-02 -1.7045712E-02 1,midg,midg; igrid,midg,midg -2.8190577E-02 7.6166232E-04 gauss-seidel spectral radius is 0.9981878 estimated iterations to convergence 187 setup time was (sec) 1.370000 now iterating at: 15:11:40 rms-change max change #iterations 4.193354 205.2044 at 10iterations 1.749588 52.89953 at 20iterations 0.7331639 22.02407 at 30iterations 0.3072404 10.55351 at 40iterations 0.1284841 3.780678 at 50iterations 5.3913631E-02 1.655891 at 60iterations 2.2771627E-02 0.6725693 at 70iterations 9.7104190E-03 0.2857714 at 80iterations 4.1951719E-03 0.1376610 at 90iterations 1.8851419E-03 6.3816071E-02 at 100iterations 8.9094130E-04 3.0323029E-02 at 110iterations 4.5343779E-04 1.7383575E-02 at 120iterations finished qdiffx linear iterations at : 15:11:50 total time elapsed so far: 11.12000 # loops : 120 mean,max change (kT/e) : 4.5343779E-04 1.7383575E-02 energy calculations done at 11.12000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.34000 DelPhi exited at 15:11:50 11.342u 0.442s 0:12.07 97.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 Sun Oct 9 2011 at 15:11:51 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: 244 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5362 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1800000 grid size : 179 scale,in grids/A, set to be: 2.323524 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): -16.08500 52.86200 ymin,ymax (A): 98.54200 167.0460 zmin,zma (A): -29.86400 31.83100 x,y,z range (A): 68.94701 68.50401 61.69500 scale (grids/A): 2.323524 object centre (A): 18.38850 132.7940 0.9835005 number of atom coordinates read : 5362 total number of charged atoms : 5190 net assigned charge : -5.499956 assigned positive charge : 818.7575 centred at (gu) : 86.83318 83.36393 81.68213 assigned negative charge : -824.2639 centred at (gu) : 86.74729 83.76112 81.41352 start vw surface at 0.2500000 fill in re-entrant regions at 0.8300000 boundary points on vw surface= 235568 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42537 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 105757 mr = 176133 m= 26982 mr = 84264 m= 3749 mr = 20035 m= 202 mr = 2337 m= 3 mr = 59 m= 0 mr = 0 time to grow re-entrant surface = 1.510000 no. cavity mid-points inaccessible to solvent = 11632 time to turn everything in is 2.520000 number of dielectric boundary points 89433 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 54 iepsmp to db, and charging done at 2.710000 number of grid points assigned charge 41419 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.549016 object centre at (A) : 18.38850 132.7940 0.9835005 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.7466697E-02 -0.1412815 midg,1,midg; midg,igrid,midg 0.4516738 -0.2238091 1,midg,midg; igrid,midg,midg -0.2847857 -8.8496376E-03 gauss-seidel spectral radius is 0.9991831 estimated iterations to convergence 276 setup time was (sec) 2.920000 now iterating at: 15:11:54 rms-change max change #iterations 11.19669 278.9058 at 10iterations 6.431828 158.6339 at 20iterations 3.662516 88.71675 at 30iterations 2.073589 43.60117 at 40iterations 1.173307 24.46625 at 50iterations 0.6611880 13.29187 at 60iterations 0.3724966 7.242783 at 70iterations 0.2092321 3.578026 at 80iterations 0.1170631 2.079265 at 90iterations 6.5709732E-02 1.139470 at 100iterations 3.6849882E-02 0.6542511 at 110iterations 2.0670071E-02 0.3756919 at 120iterations 1.1569057E-02 0.1960869 at 130iterations 6.5084617E-03 0.1110191 at 140iterations 3.6652144E-03 6.5025330E-02 at 150iterations 2.0710565E-03 3.6945343E-02 at 160iterations 1.1809554E-03 2.3311615E-02 at 170iterations 6.7998789E-04 1.2447357E-02 at 180iterations finished qdiffx linear iterations at : 15:12:10 total time elapsed so far: 19.23000 # loops : 180 mean,max change (kT/e) : 6.7998789E-04 1.2447357E-02 energy calculations done at 19.23000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.46000 DelPhi exited at 15:12:11 19.465u 0.454s 0:20.22 98.4% 0+0k 0+0io 0pf+0w