Sat Oct 15 14:52:13 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 Sat Oct 15 2011 at 14:52:13 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: 280 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2728 !!! WARNING: HIZ 617 has a net charge of 0.2000 !!! WARNING: HIZ 653 has a net charge of 0.2000 !!! WARNING: GLM 817 has a net charge of -0.0940 !!! WARNING: MG8 861 has a net charge of 1.4000 !!! WARNING: ZN8 862 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.6350905 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): 13.92900 66.29000 ymin,ymax (A): -18.57800 37.47700 zmin,zma (A): 29.65700 83.61000 x,y,z range (A): 52.36100 56.05500 53.95300 scale (grids/A): 0.6350905 object centre (A): 40.10950 9.449501 56.63350 number of atom coordinates read : 2728 total number of charged atoms : 2596 net assigned charge : 7.606030 assigned positive charge : 413.3124 centred at (gu) : 90.37419 93.04884 89.85328 assigned negative charge : -405.7075 centred at (gu) : 90.35833 93.17961 89.75713 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 7285 nv = 96 ne = 84 npr = 55219 no. pairs analyzed = 55219 no. exposed pairs = 3588 no. arc points = 25192 no. surface atoms = 1184 nbur = 1544 mkacc time = 0.1800000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 407 mr = 3788 m= 2 mr = 52 m= 0 mr = 0 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4100000 number of dielectric boundary points 3854 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2532 ## 270 charges are in solution ## iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 8902 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.5458516E-10 1.9401824E-08 midg,1,midg; midg,igrid,midg 1.2393504E-08 -8.5622238E-09 1,midg,midg; igrid,midg,midg 7.7118152E-09 1.2626052E-08 gauss-seidel spectral radius is 0.9871713 estimated iterations to convergence 72 setup time was (sec) 0.7300000 now iterating at: 14:52:14 rms-change max change #iterations 0.1379502 19.44227 at 10iterations 1.3986057E-02 2.172112 at 20iterations 1.3609742E-03 0.1977158 at 30iterations 1.6392428E-04 2.1699905E-02 at 40iterations 2.9300039E-05 3.9820671E-03 at 50iterations finished qdiffx linear iterations at : 14:52:18 total time elapsed so far: 4.770000 # loops : 50 mean,max change (kT/e) : 2.9300039E-05 3.9820671E-03 energy calculations done at 4.770000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.000000 DelPhi exited at 14:52:19 5.003u 0.450s 0:05.74 94.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 Sat Oct 15 2011 at 14:52: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: 280 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2728 !!! WARNING: HIZ 617 has a net charge of 0.2000 !!! WARNING: HIZ 653 has a net charge of 0.2000 !!! WARNING: GLM 817 has a net charge of -0.0940 !!! WARNING: MG8 861 has a net charge of 1.4000 !!! WARNING: ZN8 862 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.905272 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): 13.92900 66.29000 ymin,ymax (A): -18.57800 37.47700 zmin,zma (A): 29.65700 83.61000 x,y,z range (A): 52.36100 56.05500 53.95300 scale (grids/A): 1.905272 object centre (A): 40.10950 9.449501 56.63350 number of atom coordinates read : 2728 total number of charged atoms : 2596 net assigned charge : 7.606030 assigned positive charge : 413.3124 centred at (gu) : 91.12178 99.14545 89.55921 assigned negative charge : -405.7075 centred at (gu) : 91.07505 99.53889 89.27095 start vw surface at 0.1600000 fill in re-entrant regions at 0.3300000 boundary points on vw surface= 78521 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25192 grid for indexing accessible points = 1.400000 m= 27503 mr = 53004 m= 4660 mr = 19540 m= 293 mr = 2767 m= 4 mr = 96 m= 0 mr = 0 time to grow re-entrant surface = 0.4300000 no. cavity mid-points inaccessible to solvent = 776 time to turn everything in is 0.8300000 number of dielectric boundary points 35574 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 176 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.9700000 number of grid points assigned charge 20455 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.6350905 object centre at (A) : 40.10950 9.449501 56.63350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.6430946E-03 3.5992652E-02 midg,1,midg; midg,igrid,midg 1.5747624E-02 2.9116904E-02 1,midg,midg; igrid,midg,midg 1.1287532E-02 3.5945404E-02 gauss-seidel spectral radius is 0.9986533 estimated iterations to convergence 216 setup time was (sec) 1.180000 now iterating at: 14:52:21 rms-change max change #iterations 4.394593 161.3515 at 10iterations 2.066249 75.30567 at 20iterations 0.9674492 33.43515 at 30iterations 0.4560198 15.50197 at 40iterations 0.2140226 6.906535 at 50iterations 0.1004018 3.355626 at 60iterations 4.7159526E-02 1.436968 at 70iterations 2.2282876E-02 0.7121680 at 80iterations 1.0503319E-02 0.3429832 at 90iterations 4.9603661E-03 0.1533089 at 100iterations 2.3453054E-03 7.0108414E-02 at 110iterations 1.1127568E-03 3.2338142E-02 at 120iterations finished qdiffx linear iterations at : 14:52:31 total time elapsed so far: 11.56000 # loops : 120 mean,max change (kT/e) : 1.1127568E-03 3.2338142E-02 energy calculations done at 11.56000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.78000 DelPhi exited at 14:52:32 11.786u 0.485s 0:12.69 96.6% 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 14:52: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: 280 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2728 !!! WARNING: HIZ 617 has a net charge of 0.2000 !!! WARNING: HIZ 653 has a net charge of 0.2000 !!! WARNING: GLM 817 has a net charge of -0.0940 !!! WARNING: MG8 861 has a net charge of 1.4000 !!! WARNING: ZN8 862 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.857907 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): 13.92900 66.29000 ymin,ymax (A): -18.57800 37.47700 zmin,zma (A): 29.65700 83.61000 x,y,z range (A): 52.36100 56.05500 53.95300 scale (grids/A): 2.857907 object centre (A): 40.10950 9.449501 56.63350 number of atom coordinates read : 2728 total number of charged atoms : 2596 net assigned charge : 7.606030 assigned positive charge : 413.3124 centred at (gu) : 91.68265 103.7179 89.33853 assigned negative charge : -405.7075 centred at (gu) : 91.61253 104.3083 88.90641 start vw surface at 0.1700000 fill in re-entrant regions at 0.7000000 boundary points on vw surface= 181798 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25192 grid for indexing accessible points = 1.400000 m= 88187 mr = 129009 m= 32446 mr = 70497 m= 8187 mr = 25342 m= 1202 mr = 5935 m= 76 mr = 811 m= 2 mr = 26 m= 0 mr = 0 time to grow re-entrant surface = 1.300000 no. cavity mid-points inaccessible to solvent = 2623 time to turn everything in is 2.170000 number of dielectric boundary points 80278 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 2.330000 number of grid points assigned charge 20768 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.905272 object centre at (A) : 40.10950 9.449501 56.63350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 9.1283642E-02 0.2978013 midg,1,midg; midg,igrid,midg 0.1068886 0.4668275 1,midg,midg; igrid,midg,midg 0.2821608 0.4578397 gauss-seidel spectral radius is 0.9992691 estimated iterations to convergence 292 setup time was (sec) 2.550000 now iterating at: 14:52:35 rms-change max change #iterations 10.36455 381.0195 at 10iterations 6.082275 129.8428 at 20iterations 3.533127 92.11965 at 30iterations 2.052867 39.38465 at 40iterations 1.191944 24.15291 at 50iterations 0.6876643 12.90057 at 60iterations 0.3980676 7.726410 at 70iterations 0.2299420 4.225796 at 80iterations 0.1325985 2.244032 at 90iterations 7.6408617E-02 1.452467 at 100iterations 4.4278756E-02 0.8228970 at 110iterations 2.5491377E-02 0.4842529 at 120iterations 1.4709223E-02 0.2659607 at 130iterations 8.4784171E-03 0.1507721 at 140iterations 4.9085165E-03 8.8586807E-02 at 150iterations 2.8343280E-03 4.9827576E-02 at 160iterations 1.6480673E-03 3.1868458E-02 at 170iterations 9.6292299E-04 1.8533945E-02 at 180iterations finished qdiffx linear iterations at : 14:52:53 total time elapsed so far: 20.78000 # loops : 180 mean,max change (kT/e) : 9.6292299E-04 1.8533945E-02 energy calculations done at 20.78000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 21.00000 DelPhi exited at 14:52:54 21.006u 0.532s 0:21.87 98.4% 0+0k 0+0io 0pf+0w