Tue Oct 11 03:17:12 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 Tue Oct 11 2011 at 03:17: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: 309 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5176 !!! WARNING: HIR 53 has a net charge of 0.5140 !!! WARNING: HIT 351 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= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5376669 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): -14.93900 48.61500 ymin,ymax (A): -19.24100 44.02100 zmin,zma (A): 19.11300 85.32500 x,y,z range (A): 63.55400 63.26200 66.21201 scale (grids/A): 0.5376669 object centre (A): 16.83800 12.39000 52.21900 number of atom coordinates read : 5176 total number of charged atoms : 5035 net assigned charge : 2.528015 assigned positive charge : 800.9345 centred at (gu) : 90.25558 90.45852 90.11647 assigned negative charge : -798.4130 centred at (gu) : 90.25211 90.44054 90.16190 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 9368 nv = 96 ne = 84 npr = 105969 no. pairs analyzed = 105969 no. exposed pairs = 6145 no. arc points = 42346 no. surface atoms = 2059 nbur = 3117 mkacc time = 0.1800000 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.568000 m= 322 mr = 5084 m= 2 mr = 12 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 26 time to turn everything in is 0.3500000 number of dielectric boundary points 4596 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4231 ## 540 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 12638 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.9133431E-10 -2.9409089E-10 midg,1,midg; midg,igrid,midg -3.8871618E-11 3.0165276E-10 1,midg,midg; igrid,midg,midg 7.7567952E-11 1.5206834E-10 gauss-seidel spectral radius is 0.9823273 estimated iterations to convergence 62 setup time was (sec) 0.5500000 now iterating at: 03:17:12 rms-change max change #iterations 9.7403936E-02 12.22509 at 10iterations 6.5337187E-03 0.8446894 at 20iterations 8.4695703E-04 0.1124496 at 30iterations 2.7643715E-04 3.7608147E-02 at 40iterations 1.0304785E-04 1.4074326E-02 at 50iterations finished qdiffx linear iterations at : 03:17:15 total time elapsed so far: 3.470000 # loops : 50 mean,max change (kT/e) : 1.0304785E-04 1.4074326E-02 energy calculations done at 3.470000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.580000 DelPhi exited at 03:17:16 3.586u 0.188s 0:04.37 86.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 Tue Oct 11 2011 at 03:17:16 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: 309 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5176 !!! WARNING: HIR 53 has a net charge of 0.5140 !!! WARNING: HIT 351 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= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.613001 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): -14.93900 48.61500 ymin,ymax (A): -19.24100 44.02100 zmin,zma (A): 19.11300 85.32500 x,y,z range (A): 63.55400 63.26200 66.21201 scale (grids/A): 1.613001 object centre (A): 16.83800 12.39000 52.21900 number of atom coordinates read : 5176 total number of charged atoms : 5035 net assigned charge : 2.528015 assigned positive charge : 800.9345 centred at (gu) : 90.76471 91.37361 90.34752 assigned negative charge : -798.4130 centred at (gu) : 90.75594 91.32117 90.48544 start vw surface at 0.1400000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 105145 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42346 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 32571 mr = 74005 m= 3356 mr = 22786 m= 101 mr = 1553 m= 2 mr = 6 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 3272 time to turn everything in is 0.5100000 number of dielectric boundary points 42825 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 448 ## 4 charges are in solution ## iepsmp to db, and charging done at 0.5900000 number of grid points assigned charge 38491 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.5376669 object centre at (A) : 16.83800 12.39000 52.21900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.7659138E-03 1.2243770E-03 midg,1,midg; midg,igrid,midg 1.4974589E-02 2.3711063E-02 1,midg,midg; igrid,midg,midg -1.4276426E-04 5.5680210E-03 gauss-seidel spectral radius is 0.9983532 estimated iterations to convergence 196 setup time was (sec) 0.7300000 now iterating at: 03:17:17 rms-change max change #iterations 4.594062 159.2380 at 10iterations 1.991872 60.98305 at 20iterations 0.8646462 26.45938 at 30iterations 0.3767516 11.08847 at 40iterations 0.1639646 5.081127 at 50iterations 7.1762748E-02 2.108084 at 60iterations 3.1291887E-02 0.8900223 at 70iterations 1.3701456E-02 0.4032516 at 80iterations 6.0258773E-03 0.1610451 at 90iterations 2.7002022E-03 7.6986313E-02 at 100iterations 1.2652351E-03 3.7021637E-02 at 110iterations 6.3273875E-04 2.0700693E-02 at 120iterations finished qdiffx linear iterations at : 03:17:25 total time elapsed so far: 8.000000 # loops : 120 mean,max change (kT/e) : 6.3273875E-04 2.0700693E-02 energy calculations done at 8.000000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.130000 DelPhi exited at 03:17:25 8.132u 0.217s 0:09.03 92.3% 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 Tue Oct 11 2011 at 03:17:25 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: 309 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5176 !!! WARNING: HIR 53 has a net charge of 0.5140 !!! WARNING: HIT 351 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= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 2.419501 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): -14.93900 48.61500 ymin,ymax (A): -19.24100 44.02100 zmin,zma (A): 19.11300 85.32500 x,y,z range (A): 63.55400 63.26200 66.21201 scale (grids/A): 2.419501 object centre (A): 16.83800 12.39000 52.21900 number of atom coordinates read : 5176 total number of charged atoms : 5035 net assigned charge : 2.528015 assigned positive charge : 800.9345 centred at (gu) : 91.14659 92.05953 90.52092 assigned negative charge : -798.4130 centred at (gu) : 91.13377 91.98147 90.72807 start vw surface at 0.1300000 fill in re-entrant regions at 0.4300000 boundary points on vw surface= 244900 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42346 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 113804 mr = 180972 m= 32208 mr = 91135 m= 5148 mr = 24252 m= 386 mr = 3275 m= 5 mr = 165 m= 0 mr = 0 time to grow re-entrant surface = 0.7100000 no. cavity mid-points inaccessible to solvent = 10731 time to turn everything in is 1.240000 number of dielectric boundary points 96652 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 40 iepsmp to db, and charging done at 1.340000 number of grid points assigned charge 40233 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.613001 object centre at (A) : 16.83800 12.39000 52.21900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1681423 8.0828436E-02 midg,1,midg; midg,igrid,midg 0.1949288 0.3382418 1,midg,midg; igrid,midg,midg 4.8268683E-02 0.1081297 gauss-seidel spectral radius is 0.9992385 estimated iterations to convergence 286 setup time was (sec) 1.500000 now iterating at: 03:17:27 rms-change max change #iterations 11.86572 305.0718 at 10iterations 6.976246 145.5188 at 20iterations 4.083277 81.88674 at 30iterations 2.372880 46.97496 at 40iterations 1.374103 25.60078 at 50iterations 0.7937530 15.10499 at 60iterations 0.4573968 8.120085 at 70iterations 0.2633111 4.589917 at 80iterations 0.1513486 2.591261 at 90iterations 8.6795628E-02 1.524271 at 100iterations 4.9840253E-02 0.8250799 at 110iterations 2.8559860E-02 0.4882469 at 120iterations 1.6411677E-02 0.3093543 at 130iterations 9.4520906E-03 0.1674118 at 140iterations 5.4445053E-03 8.8420868E-02 at 150iterations 3.1681757E-03 5.5397034E-02 at 160iterations 1.8664709E-03 3.5379410E-02 at 170iterations 1.1228879E-03 1.9968033E-02 at 180iterations finished qdiffx linear iterations at : 03:17:39 total time elapsed so far: 13.45000 # loops : 180 mean,max change (kT/e) : 1.1228879E-03 1.9968033E-02 energy calculations done at 13.45000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.58000 DelPhi exited at 03:17:39 13.586u 0.226s 0:14.25 96.8% 0+0k 0+0io 0pf+0w