Sun Oct 9 16:15:15 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 Sun Oct 9 2011 at 16:15:15 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 = 3070 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6209230 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): -21.09900 35.18600 ymin,ymax (A): 54.63300 106.7150 zmin,zma (A): -1.541000 55.79300 x,y,z range (A): 56.28500 52.08200 57.33400 scale (grids/A): 0.6209230 object centre (A): 7.043499 80.67400 27.12600 number of atom coordinates read : 3070 total number of charged atoms : 2928 net assigned charge : -3.499987 assigned positive charge : 456.6630 centred at (gu) : 90.89221 90.31503 89.95634 assigned negative charge : -460.1643 centred at (gu) : 90.91566 90.18636 90.05753 start vw surface at 0.1100000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 7788 nv = 96 ne = 84 npr = 63028 no. pairs analyzed = 63028 no. exposed pairs = 3994 no. arc points = 28209 no. surface atoms = 1344 nbur = 1726 mkacc time = 0.1100000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 413 mr = 4022 m= 5 mr = 47 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 38 time to turn everything in is 0.2400000 number of dielectric boundary points 4137 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2765 ## 265 charges are in solution ## iepsmp to db, and charging done at 0.3000000 number of grid points assigned charge 9666 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.2413949E-09 -1.1081832E-08 midg,1,midg; midg,igrid,midg -1.2564269E-08 7.9077358E-09 1,midg,midg; igrid,midg,midg -8.5668700E-10 -5.8444209E-09 gauss-seidel spectral radius is 0.9866120 estimated iterations to convergence 71 setup time was (sec) 0.4200000 now iterating at: 16:15:16 rms-change max change #iterations 0.1375998 21.64987 at 10iterations 1.2897689E-02 1.819524 at 20iterations 1.2533121E-03 0.1561594 at 30iterations 1.6052983E-04 1.8871307E-02 at 40iterations 4.0336989E-05 5.5665970E-03 at 50iterations finished qdiffx linear iterations at : 16:15:18 total time elapsed so far: 3.330000 # loops : 50 mean,max change (kT/e) : 4.0336989E-05 5.5665970E-03 energy calculations done at 3.330000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.450000 DelPhi exited at 16:15:19 3.455u 0.184s 0:03.90 93.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 16:15:19 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 = 3070 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.862769 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): -21.09900 35.18600 ymin,ymax (A): 54.63300 106.7150 zmin,zma (A): -1.541000 55.79300 x,y,z range (A): 56.28500 52.08200 57.33400 scale (grids/A): 1.862769 object centre (A): 7.043499 80.67400 27.12600 number of atom coordinates read : 3070 total number of charged atoms : 2928 net assigned charge : -3.499987 assigned positive charge : 456.6630 centred at (gu) : 92.67599 90.94424 89.86827 assigned negative charge : -460.1643 centred at (gu) : 92.74662 90.55877 90.17214 start vw surface at 0.1100000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 83940 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28209 grid for indexing accessible points = 1.400000 m= 28699 mr = 56461 m= 4575 mr = 20188 m= 245 mr = 2769 m= 2 mr = 78 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 861 time to turn everything in is 0.4300000 number of dielectric boundary points 37965 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 194 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.5200000 number of grid points assigned charge 22947 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.6209230 object centre at (A) : 7.043499 80.67400 27.12600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.2173322E-02 -2.1271680E-02 midg,1,midg; midg,igrid,midg -1.9176932E-02 -1.1963728E-02 1,midg,midg; igrid,midg,midg -1.2789609E-02 -4.1842952E-02 gauss-seidel spectral radius is 0.9986280 estimated iterations to convergence 214 setup time was (sec) 0.6600000 now iterating at: 16:15:20 rms-change max change #iterations 4.428091 158.5635 at 10iterations 2.061438 63.32867 at 20iterations 0.9614163 33.39244 at 30iterations 0.4480892 12.81271 at 40iterations 0.2091409 6.572439 at 50iterations 9.7441114E-02 3.311147 at 60iterations 4.5545671E-02 1.327782 at 70iterations 2.1329526E-02 0.6366463 at 80iterations 9.9577662E-03 0.3185979 at 90iterations 4.6602013E-03 0.1482315 at 100iterations 2.1750280E-03 6.4792633E-02 at 110iterations 1.0223634E-03 2.8524399E-02 at 120iterations finished qdiffx linear iterations at : 16:15:27 total time elapsed so far: 7.880000 # loops : 120 mean,max change (kT/e) : 1.0223634E-03 2.8524399E-02 energy calculations done at 7.880000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.010000 DelPhi exited at 16:15:27 8.013u 0.194s 0:08.46 96.9% 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 16:15: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 = 3070 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.794154 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): -21.09900 35.18600 ymin,ymax (A): 54.63300 106.7150 zmin,zma (A): -1.541000 55.79300 x,y,z range (A): 56.28500 52.08200 57.33400 scale (grids/A): 2.794154 object centre (A): 7.043499 80.67400 27.12600 number of atom coordinates read : 3070 total number of charged atoms : 2928 net assigned charge : -3.499987 assigned positive charge : 456.6630 centred at (gu) : 94.01380 91.41615 89.80212 assigned negative charge : -460.1643 centred at (gu) : 94.11984 90.83798 90.25822 start vw surface at 0.1000000 fill in re-entrant regions at 0.3700000 boundary points on vw surface= 194411 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28209 grid for indexing accessible points = 1.400000 m= 93165 mr = 138109 m= 33292 mr = 73684 m= 8217 mr = 25951 m= 1107 mr = 6143 m= 49 mr = 739 m= 1 mr = 12 m= 0 mr = 0 time to grow re-entrant surface = 0.6000000 no. cavity mid-points inaccessible to solvent = 2692 time to turn everything in is 1.060000 number of dielectric boundary points 85604 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 1.150000 number of grid points assigned charge 23424 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.862769 object centre at (A) : 7.043499 80.67400 27.12600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.8022881 -0.2550361 midg,1,midg; midg,igrid,midg -0.2466858 -0.3186318 1,midg,midg; igrid,midg,midg -0.1810454 -0.5712446 gauss-seidel spectral radius is 0.9992775 estimated iterations to convergence 294 setup time was (sec) 1.290000 now iterating at: 16:15:29 rms-change max change #iterations 10.71825 293.2411 at 10iterations 6.414067 137.2516 at 20iterations 3.801409 74.35069 at 30iterations 2.239785 46.51256 at 40iterations 1.315493 31.01698 at 50iterations 0.7700272 14.42092 at 60iterations 0.4511233 10.89680 at 70iterations 0.2633391 4.777399 at 80iterations 0.1534303 2.934341 at 90iterations 8.9347154E-02 1.603912 at 100iterations 5.1868610E-02 1.155474 at 110iterations 3.0160783E-02 0.5875707 at 120iterations 1.7546691E-02 0.2960548 at 130iterations 1.0166417E-02 0.2227402 at 140iterations 5.8983522E-03 0.1037598 at 150iterations 3.4211336E-03 6.0906410E-02 at 160iterations 1.9857734E-03 4.0416718E-02 at 170iterations 1.1506407E-03 1.9908905E-02 at 180iterations finished qdiffx linear iterations at : 16:15:40 total time elapsed so far: 12.73000 # loops : 180 mean,max change (kT/e) : 1.1506407E-03 1.9908905E-02 energy calculations done at 12.73000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.86000 DelPhi exited at 16:15:41 12.862u 0.217s 0:13.44 97.2% 0+0k 0+0io 0pf+0w