Sun Oct 9 15:19:32 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:19:32 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: 258 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5492 !!! WARNING: HIR 663 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 0.5286998 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): -18.85600 48.47900 ymin,ymax (A): -108.4660 -43.14500 zmin,zma (A): -29.95400 32.85400 x,y,z range (A): 67.33500 65.32100 62.80800 scale (grids/A): 0.5286998 object centre (A): 14.81150 -75.80550 1.450000 number of atom coordinates read : 5492 total number of charged atoms : 5320 net assigned charge : -4.485955 assigned positive charge : 840.4223 centred at (gu) : 89.62875 90.15582 91.52385 assigned negative charge : -844.9153 centred at (gu) : 89.72121 90.18702 91.55714 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 9537 nv = 96 ne = 84 npr = 112215 no. pairs analyzed = 112215 no. exposed pairs = 6467 no. arc points = 44947 no. surface atoms = 2176 nbur = 3316 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.596000 m= 320 mr = 5215 m= 1 mr = 13 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 64 time to turn everything in is 0.3600000 number of dielectric boundary points 4630 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4382 ## 625 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 12865 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.0649658E-11 -5.2240334E-10 midg,1,midg; midg,igrid,midg 6.1134084E-11 -3.5309275E-10 1,midg,midg; igrid,midg,midg 5.0017429E-10 -6.7432487E-10 gauss-seidel spectral radius is 0.9817434 estimated iterations to convergence 61 setup time was (sec) 0.5500000 now iterating at: 15:19:32 rms-change max change #iterations 8.7338448E-02 12.93743 at 10iterations 6.7443708E-03 0.8802490 at 20iterations 1.4565999E-03 0.2730179 at 30iterations 4.9222086E-04 9.3585968E-02 at 40iterations 1.7004913E-04 3.2535553E-02 at 50iterations finished qdiffx linear iterations at : 15:19:35 total time elapsed so far: 3.460000 # loops : 50 mean,max change (kT/e) : 1.7004913E-04 3.2535553E-02 energy calculations done at 3.460000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.590000 DelPhi exited at 15:19:36 3.592u 0.187s 0:04.06 92.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 Sun Oct 9 2011 at 15:19: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: 258 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5492 !!! WARNING: HIR 663 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.586099 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): -18.85600 48.47900 ymin,ymax (A): -108.4660 -43.14500 zmin,zma (A): -29.95400 32.85400 x,y,z range (A): 67.33500 65.32100 62.80800 scale (grids/A): 1.586099 object centre (A): 14.81150 -75.80550 1.450000 number of atom coordinates read : 5492 total number of charged atoms : 5320 net assigned charge : -4.485955 assigned positive charge : 840.4223 centred at (gu) : 88.88446 90.46558 94.57026 assigned negative charge : -844.9153 centred at (gu) : 89.16348 90.56069 94.67119 start vw surface at 0.1500000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 109022 reading accessible surface arcs data from file ARCDAT no. of arc points read = 44947 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 32951 mr = 77519 m= 3207 mr = 22950 m= 74 mr = 1495 m= 1 mr = 4 m= 0 mr = 0 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 3270 time to turn everything in is 0.5300000 number of dielectric boundary points 43287 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 516 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 40365 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.5286998 object centre at (A) : 14.81150 -75.80550 1.450000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.6929193E-03 -2.5329595E-03 midg,1,midg; midg,igrid,midg -9.3459403E-03 -3.0548906E-02 1,midg,midg; igrid,midg,midg 7.0992983E-03 -5.8407849E-03 gauss-seidel spectral radius is 0.9983065 estimated iterations to convergence 193 setup time was (sec) 0.7600000 now iterating at: 15:19:37 rms-change max change #iterations 4.521180 170.4884 at 10iterations 1.945991 58.79782 at 20iterations 0.8359083 25.52756 at 30iterations 0.3593372 11.28333 at 40iterations 0.1552359 4.423927 at 50iterations 6.7294262E-02 1.816288 at 60iterations 2.9214514E-02 0.8424058 at 70iterations 1.2860944E-02 0.3872986 at 80iterations 5.7805227E-03 0.1745300 at 90iterations 2.7318827E-03 8.9092255E-02 at 100iterations 1.3875735E-03 4.6752930E-02 at 110iterations 7.7044580E-04 2.7248383E-02 at 120iterations finished qdiffx linear iterations at : 15:19:44 total time elapsed so far: 8.030000 # loops : 120 mean,max change (kT/e) : 7.7044580E-04 2.7248383E-02 energy calculations done at 8.030000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.160000 DelPhi exited at 15:19:44 8.167u 0.191s 0:08.69 96.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:19:44 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: 258 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5492 !!! WARNING: HIR 663 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.379149 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): -18.85600 48.47900 ymin,ymax (A): -108.4660 -43.14500 zmin,zma (A): -29.95400 32.85400 x,y,z range (A): 67.33500 65.32100 62.80800 scale (grids/A): 2.379149 object centre (A): 14.81150 -75.80550 1.450000 number of atom coordinates read : 5492 total number of charged atoms : 5320 net assigned charge : -4.485955 assigned positive charge : 840.4223 centred at (gu) : 88.32661 90.69794 96.85535 assigned negative charge : -844.9153 centred at (gu) : 88.74528 90.84090 97.00667 start vw surface at 0.1400000 fill in re-entrant regions at 0.4400000 boundary points on vw surface= 254568 reading accessible surface arcs data from file ARCDAT no. of arc points read = 44947 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 116251 mr = 189668 m= 31279 mr = 93012 m= 4868 mr = 23473 m= 309 mr = 3179 m= 6 mr = 107 m= 0 mr = 0 time to grow re-entrant surface = 0.7300000 no. cavity mid-points inaccessible to solvent = 10867 time to turn everything in is 1.280000 number of dielectric boundary points 97842 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 48 iepsmp to db, and charging done at 1.390000 number of grid points assigned charge 42503 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.586099 object centre at (A) : 14.81150 -75.80550 1.450000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2216218 3.5944458E-02 midg,1,midg; midg,igrid,midg -0.1173377 -0.5685903 1,midg,midg; igrid,midg,midg 0.1324323 9.2760392E-02 gauss-seidel spectral radius is 0.9992242 estimated iterations to convergence 283 setup time was (sec) 1.540000 now iterating at: 15:19:46 rms-change max change #iterations 11.80257 311.1758 at 10iterations 6.864583 153.0052 at 20iterations 3.953413 69.40567 at 30iterations 2.271632 41.08038 at 40iterations 1.302128 23.17451 at 50iterations 0.7434448 13.57209 at 60iterations 0.4245854 6.852552 at 70iterations 0.2419080 4.517021 at 80iterations 0.1378876 2.393042 at 90iterations 7.8268796E-02 1.277907 at 100iterations 4.4589560E-02 0.7182827 at 110iterations 2.5314538E-02 0.3959351 at 120iterations 1.4409012E-02 0.2389374 at 130iterations 8.2219513E-03 0.1338151 at 140iterations 4.6924008E-03 7.8056335E-02 at 150iterations 2.6880594E-03 4.6798408E-02 at 160iterations 1.5539324E-03 2.9087067E-02 at 170iterations 9.1151131E-04 1.5312195E-02 at 180iterations finished qdiffx linear iterations at : 15:19:58 total time elapsed so far: 13.49000 # loops : 180 mean,max change (kT/e) : 9.1151131E-04 1.5312195E-02 energy calculations done at 13.49000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.62000 DelPhi exited at 15:19:59 13.624u 0.196s 0:14.27 96.7% 0+0k 0+0io 0pf+0w