Wed Dec 21 14:20:56 PST 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 Wed Dec 21 2011 at 14:20:56 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 = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5756419 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): -35.30900 10.04900 ymin,ymax (A): 1.237000 41.30400 zmin,zma (A): -2.707000 59.13700 x,y,z range (A): 45.35800 40.06700 61.84400 scale (grids/A): 0.5756419 object centre (A): -12.63000 21.27050 28.21500 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 287.8260 centred at (gu) : 90.36533 89.60902 89.72747 assigned negative charge : -285.8263 centred at (gu) : 90.30465 89.76646 89.71652 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 4381 nv = 96 ne = 84 npr = 40130 no. pairs analyzed = 40130 no. exposed pairs = 2402 no. arc points = 16784 no. surface atoms = 826 nbur = 1138 mkacc time = 7.0000008E-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= 166 mr = 2396 m= 2 mr = 8 m= 0 mr = 0 time to grow re-entrant surface = 7.9999998E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1600000 number of dielectric boundary points 2145 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1756 ## 223 charges are in solution ## iepsmp to db, and charging done at 0.2200000 number of grid points assigned charge 5463 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.4619223E-10 4.6947368E-10 midg,1,midg; midg,igrid,midg 2.4788460E-09 -1.4542046E-09 1,midg,midg; igrid,midg,midg -3.4900041E-10 1.2034894E-09 gauss-seidel spectral radius is 0.9843424 estimated iterations to convergence 66 setup time was (sec) 0.3400000 now iterating at: 14:20:57 rms-change max change #iterations 7.5695366E-02 14.17457 at 10iterations 5.7629100E-03 1.124027 at 20iterations 4.4131649E-04 7.4752808E-02 at 30iterations 3.2969605E-05 5.4998398E-03 at 40iterations 2.5211311E-06 4.1675568E-04 at 50iterations finished qdiffx linear iterations at : 14:21:00 total time elapsed so far: 3.230000 # loops : 50 mean,max change (kT/e) : 2.5211311E-06 4.1675568E-04 energy calculations done at 3.230000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.360000 DelPhi exited at 14:21:01 3.364u 0.173s 0:04.20 84.0% 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 Wed Dec 21 2011 at 14:21:01 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 = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.726926 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): -35.30900 10.04900 ymin,ymax (A): 1.237000 41.30400 zmin,zma (A): -2.707000 59.13700 x,y,z range (A): 45.35800 40.06700 61.84400 scale (grids/A): 1.726926 object centre (A): -12.63000 21.27050 28.21500 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 287.8260 centred at (gu) : 91.09632 88.82723 89.18250 assigned negative charge : -285.8263 centred at (gu) : 90.91420 89.29945 89.14984 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 47947 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16784 grid for indexing accessible points = 1.400000 m= 16533 mr = 33009 m= 2006 mr = 12404 m= 68 mr = 1170 m= 1 mr = 13 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 403 time to turn everything in is 0.2600000 number of dielectric boundary points 19959 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 170 iepsmp to db, and charging done at 0.3700000 number of grid points assigned charge 14213 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.5756419 object centre at (A) : -12.63000 21.27050 28.21500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.0158567E-02 1.8882493E-02 midg,1,midg; midg,igrid,midg 2.2114231E-03 -8.8549918E-03 1,midg,midg; igrid,midg,midg -2.4711906E-03 -1.6637963E-03 gauss-seidel spectral radius is 0.9982618 estimated iterations to convergence 190 setup time was (sec) 0.5800000 now iterating at: 14:21:02 rms-change max change #iterations 2.955921 153.4795 at 10iterations 1.245438 51.82162 at 20iterations 0.5303913 24.41701 at 30iterations 0.2245431 8.497519 at 40iterations 9.5818348E-02 3.684568 at 50iterations 4.0647887E-02 1.576317 at 60iterations 1.7303806E-02 0.6909981 at 70iterations 7.3415469E-03 0.2809811 at 80iterations 3.1298434E-03 0.1373111 at 90iterations 1.3302866E-03 5.1147461E-02 at 100iterations 5.6517799E-04 2.1759033E-02 at 110iterations 2.4005327E-04 9.7804070E-03 at 120iterations finished qdiffx linear iterations at : 14:21:11 total time elapsed so far: 10.07000 # loops : 120 mean,max change (kT/e) : 2.4005327E-04 9.7804070E-03 energy calculations done at 10.07000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.20000 DelPhi exited at 14:21:12 10.204u 0.357s 0:11.17 94.4% 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 Wed Dec 21 2011 at 14:21:12 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 = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.590389 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): -35.30900 10.04900 ymin,ymax (A): 1.237000 41.30400 zmin,zma (A): -2.707000 59.13700 x,y,z range (A): 45.35800 40.06700 61.84400 scale (grids/A): 2.590389 object centre (A): -12.63000 21.27050 28.21500 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 287.8260 centred at (gu) : 91.64454 88.24087 88.77375 assigned negative charge : -285.8263 centred at (gu) : 91.37133 88.94917 88.72472 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 110896 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16784 grid for indexing accessible points = 1.400000 m= 55225 mr = 79892 m= 17942 mr = 45548 m= 3337 mr = 14686 m= 310 mr = 2376 m= 9 mr = 199 m= 0 mr = 0 time to grow re-entrant surface = 0.3900000 no. cavity mid-points inaccessible to solvent = 1262 time to turn everything in is 0.7700000 number of dielectric boundary points 45018 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 14 iepsmp to db, and charging done at 0.9700000 number of grid points assigned charge 14642 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.726926 object centre at (A) : -12.63000 21.27050 28.21500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1578794 0.1494856 midg,1,midg; midg,igrid,midg -4.7567012E-03 -0.1204573 1,midg,midg; igrid,midg,midg -4.8599530E-02 -4.4990417E-02 gauss-seidel spectral radius is 0.9991273 estimated iterations to convergence 267 setup time was (sec) 1.270000 now iterating at: 14:21:14 rms-change max change #iterations 7.219182 276.4489 at 10iterations 4.002815 125.5814 at 20iterations 2.202218 55.21992 at 30iterations 1.210213 29.72046 at 40iterations 0.6641058 15.37294 at 50iterations 0.3624013 9.284824 at 60iterations 0.1985128 5.236949 at 70iterations 0.1084845 2.434340 at 80iterations 5.9297401E-02 1.413483 at 90iterations 3.2407653E-02 0.7498970 at 100iterations 1.7698180E-02 0.3734665 at 110iterations 9.6806316E-03 0.2191601 at 120iterations 5.2863760E-03 0.1422119 at 130iterations 2.8918653E-03 7.4747086E-02 at 140iterations 1.5790128E-03 3.5523415E-02 at 150iterations 8.6269953E-04 2.0804644E-02 at 160iterations 4.7061886E-04 1.1390686E-02 at 170iterations 2.5714788E-04 5.9862137E-03 at 180iterations finished qdiffx linear iterations at : 14:21:26 total time elapsed so far: 13.96000 # loops : 180 mean,max change (kT/e) : 2.5714788E-04 5.9862137E-03 energy calculations done at 13.96000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.09000 DelPhi exited at 14:21:29 14.089u 0.556s 0:17.27 84.7% 0+0k 0+0io 0pf+0w