Sat Oct 15 12:38:22 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 15 2011 at 12:38:22 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 = 5451 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5223235 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): -32.12600 27.25900 ymin,ymax (A): -13.44800 54.70900 zmin,zma (A): -30.83600 36.65700 x,y,z range (A): 59.38500 68.15700 67.49300 scale (grids/A): 0.5223235 object centre (A): -2.433499 20.63050 2.910501 number of atom coordinates read : 5451 total number of charged atoms : 5283 net assigned charge : -5.999977 assigned positive charge : 816.8231 centred at (gu) : 87.98075 89.85980 89.63054 assigned negative charge : -822.8295 centred at (gu) : 87.97366 89.77476 89.70358 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 9336 nv = 96 ne = 84 npr = 111150 no. pairs analyzed = 111150 no. exposed pairs = 6877 no. arc points = 47191 no. surface atoms = 2320 nbur = 3131 mkacc time = 0.1900000 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.624000 m= 331 mr = 4853 m= 0 mr = 11 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3500000 number of dielectric boundary points 4803 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4534 ## 568 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 12506 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.3200435E-10 -4.5365056E-10 midg,1,midg; midg,igrid,midg -5.7929578E-10 2.5718844E-10 1,midg,midg; igrid,midg,midg -2.9441985E-10 -6.5253719E-11 gauss-seidel spectral radius is 0.9812981 estimated iterations to convergence 60 setup time was (sec) 0.5400000 now iterating at: 12:38:23 rms-change max change #iterations 8.2116462E-02 10.74224 at 10iterations 5.3731417E-03 0.8560371 at 20iterations 7.4160815E-04 0.1670208 at 30iterations 2.4039982E-04 5.5458069E-02 at 40iterations 8.6561864E-05 1.9300461E-02 at 50iterations finished qdiffx linear iterations at : 12:38:26 total time elapsed so far: 3.520000 # loops : 50 mean,max change (kT/e) : 8.6561864E-05 1.9300461E-02 energy calculations done at 3.520000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.650000 DelPhi exited at 12:38:27 3.656u 0.189s 0:04.28 89.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 Sat Oct 15 2011 at 12:38:27 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 = 5451 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.566970 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): -32.12600 27.25900 ymin,ymax (A): -13.44800 54.70900 zmin,zma (A): -30.83600 36.65700 x,y,z range (A): 59.38500 68.15700 67.49300 scale (grids/A): 1.566970 object centre (A): -2.433499 20.63050 2.910501 number of atom coordinates read : 5451 total number of charged atoms : 5283 net assigned charge : -5.999977 assigned positive charge : 816.8231 centred at (gu) : 83.94039 89.57726 88.88980 assigned negative charge : -822.8295 centred at (gu) : 83.92088 89.32380 89.11038 start vw surface at 0.1300000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 104940 reading accessible surface arcs data from file ARCDAT no. of arc points read = 47191 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 30945 mr = 72063 m= 2736 mr = 20381 m= 66 mr = 1156 m= 0 mr = 2 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 88 time to turn everything in is 0.5000000 number of dielectric boundary points 45085 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 569 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.5900000 number of grid points assigned charge 39991 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.5223235 object centre at (A) : -2.433499 20.63050 2.910501 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.9728779E-04 -5.6068473E-03 midg,1,midg; midg,igrid,midg -6.4284122E-03 6.3496623E-03 1,midg,midg; igrid,midg,midg -2.2926687E-03 -4.8272223E-03 gauss-seidel spectral radius is 0.9982640 estimated iterations to convergence 191 setup time was (sec) 0.7400000 now iterating at: 12:38:28 rms-change max change #iterations 4.312180 171.2134 at 10iterations 1.830645 56.87319 at 20iterations 0.7789852 24.42385 at 30iterations 0.3313889 10.24558 at 40iterations 0.1412669 4.233598 at 50iterations 6.0178854E-02 1.904985 at 60iterations 2.5653575E-02 0.7538042 at 70iterations 1.1006446E-02 0.3667212 at 80iterations 4.7680256E-03 0.1436701 at 90iterations 2.0939952E-03 7.0426941E-02 at 100iterations 9.5668790E-04 3.4525871E-02 at 110iterations 4.7520603E-04 1.9790649E-02 at 120iterations finished qdiffx linear iterations at : 12:38:35 total time elapsed so far: 8.250000 # loops : 120 mean,max change (kT/e) : 4.7520603E-04 1.9790649E-02 energy calculations done at 8.250000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.380000 DelPhi exited at 12:38:36 8.382u 0.224s 0:08.97 95.8% 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 15 2011 at 12:38:36 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 = 5451 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 2.350456 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): -32.12600 27.25900 ymin,ymax (A): -13.44800 54.70900 zmin,zma (A): -30.83600 36.65700 x,y,z range (A): 59.38500 68.15700 67.49300 scale (grids/A): 2.350456 object centre (A): -2.433499 20.63050 2.910501 number of atom coordinates read : 5451 total number of charged atoms : 5283 net assigned charge : -5.999977 assigned positive charge : 816.8231 centred at (gu) : 80.91015 89.36560 88.33416 assigned negative charge : -822.8295 centred at (gu) : 80.88136 88.98551 88.66538 start vw surface at 0.1300000 fill in re-entrant regions at 0.4300000 boundary points on vw surface= 244505 reading accessible surface arcs data from file ARCDAT no. of arc points read = 47191 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 110050 mr = 177123 m= 28287 mr = 85452 m= 3828 mr = 20175 m= 240 mr = 2242 m= 4 mr = 89 m= 0 mr = 0 time to grow re-entrant surface = 0.7200000 no. cavity mid-points inaccessible to solvent = 321 time to turn everything in is 1.260000 number of dielectric boundary points 101833 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 57 iepsmp to db, and charging done at 1.360000 number of grid points assigned charge 42166 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.566970 object centre at (A) : -2.433499 20.63050 2.910501 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1889829 0.1586135 midg,1,midg; midg,igrid,midg -4.1892994E-02 7.4223801E-02 1,midg,midg; igrid,midg,midg 5.5987380E-02 -8.1924751E-02 gauss-seidel spectral radius is 0.9992300 estimated iterations to convergence 284 setup time was (sec) 1.520000 now iterating at: 12:38:37 rms-change max change #iterations 11.69222 293.1862 at 10iterations 6.944162 159.1015 at 20iterations 4.078844 90.64162 at 30iterations 2.383046 49.69334 at 40iterations 1.386464 28.53051 at 50iterations 0.8023120 17.23931 at 60iterations 0.4638557 7.978161 at 70iterations 0.2665653 4.806320 at 80iterations 0.1536348 2.612976 at 90iterations 8.8223189E-02 1.612900 at 100iterations 5.0589085E-02 0.9352169 at 110iterations 2.8977603E-02 0.5032768 at 120iterations 1.6605526E-02 0.2951775 at 130iterations 9.5187016E-03 0.1623650 at 140iterations 5.4541710E-03 9.9363327E-02 at 150iterations 3.1522617E-03 5.2413940E-02 at 160iterations 1.8310187E-03 3.0612946E-02 at 170iterations 1.0826909E-03 1.9155502E-02 at 180iterations finished qdiffx linear iterations at : 12:38:50 total time elapsed so far: 14.14000 # loops : 180 mean,max change (kT/e) : 1.0826909E-03 1.9155502E-02 energy calculations done at 14.14000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.26000 DelPhi exited at 12:38:50 14.266u 0.249s 0:14.79 98.0% 0+0k 0+0io 0pf+0w