Sat Oct 15 14:06:02 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:06:03 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: 325 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4724 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: FE 3 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.5097001 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.08300 37.01600 ymin,ymax (A): -30.57400 34.27900 zmin,zma (A): -3.936000 65.90900 x,y,z range (A): 55.09900 64.85300 69.84500 scale (grids/A): 0.5097001 object centre (A): 9.466501 1.852501 30.98650 number of atom coordinates read : 4724 total number of charged atoms : 4478 net assigned charge : 6.800032 assigned positive charge : 710.4536 centred at (gu) : 90.05040 90.49230 88.17622 assigned negative charge : -703.6579 centred at (gu) : 89.93352 90.55361 88.16901 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 7851 nv = 96 ne = 84 npr = 94617 no. pairs analyzed = 94617 no. exposed pairs = 6073 no. arc points = 42320 no. surface atoms = 2037 nbur = 2687 mkacc time = 0.1700000 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.680000 m= 289 mr = 4003 m= 2 mr = 8 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3200000 number of dielectric boundary points 4131 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4043 ## 573 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 10362 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.2108378E-10 6.9761072E-11 midg,1,midg; midg,igrid,midg 2.1301616E-10 -6.6645356E-11 1,midg,midg; igrid,midg,midg -1.9450960E-10 3.8035106E-10 gauss-seidel spectral radius is 0.9803167 estimated iterations to convergence 59 setup time was (sec) 0.5300000 now iterating at: 14:06:04 rms-change max change #iterations 6.7097515E-02 10.06985 at 10iterations 4.0565482E-03 0.6460257 at 20iterations 5.6286092E-04 8.4033012E-02 at 30iterations 2.0671989E-04 2.8046250E-02 at 40iterations 8.3220548E-05 1.1369944E-02 at 50iterations finished qdiffx linear iterations at : 14:06:10 total time elapsed so far: 3.680000 # loops : 50 mean,max change (kT/e) : 8.3220548E-05 1.1369944E-02 energy calculations done at 3.680000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.810000 DelPhi exited at 14:06:10 3.814u 0.256s 0:07.43 54.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:06: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: 325 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4724 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: FE 3 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.529100 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.08300 37.01600 ymin,ymax (A): -30.57400 34.27900 zmin,zma (A): -3.936000 65.90900 x,y,z range (A): 55.09900 64.85300 69.84500 scale (grids/A): 1.529100 object centre (A): 9.466501 1.852501 30.98650 number of atom coordinates read : 4724 total number of charged atoms : 4478 net assigned charge : 6.800032 assigned positive charge : 710.4536 centred at (gu) : 90.15005 91.47552 84.52693 assigned negative charge : -703.6579 centred at (gu) : 89.80032 91.66062 84.50683 start vw surface at 0.1200000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 88972 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42320 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 26184 mr = 60759 m= 2327 mr = 17304 m= 64 mr = 982 m= 0 mr = 5 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4400000 number of dielectric boundary points 38497 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 536 ## 4 charges are in solution ## iepsmp to db, and charging done at 0.5300000 number of grid points assigned charge 33619 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.5097001 object centre at (A) : 9.466501 1.852501 30.98650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.8670825E-03 1.8551374E-02 midg,1,midg; midg,igrid,midg 1.0001786E-02 -1.1921098E-02 1,midg,midg; igrid,midg,midg -1.8496412E-03 1.1293936E-02 gauss-seidel spectral radius is 0.9981068 estimated iterations to convergence 183 setup time was (sec) 0.6900000 now iterating at: 14:06:15 rms-change max change #iterations 3.775430 144.2525 at 10iterations 1.543871 50.61563 at 20iterations 0.6334869 20.00650 at 30iterations 0.2600961 7.819839 at 40iterations 0.1061639 3.563742 at 50iterations 4.3851152E-02 1.455783 at 60iterations 1.7948320E-02 0.6138163 at 70iterations 7.4117635E-03 0.2721443 at 80iterations 3.0935700E-03 0.1156602 at 90iterations 1.3184877E-03 4.6546936E-02 at 100iterations 5.9813296E-04 2.2178650E-02 at 110iterations 3.0684363E-04 1.0242462E-02 at 120iterations finished qdiffx linear iterations at : 14:06:28 total time elapsed so far: 8.290000 # loops : 120 mean,max change (kT/e) : 3.0684363E-04 1.0242462E-02 energy calculations done at 8.290000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.420000 DelPhi exited at 14:06:29 8.426u 0.243s 0:17.26 50.1% 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:06:29 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: 325 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4724 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: FE 3 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.293650 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.08300 37.01600 ymin,ymax (A): -30.57400 34.27900 zmin,zma (A): -3.936000 65.90900 x,y,z range (A): 55.09900 64.85300 69.84500 scale (grids/A): 2.293650 object centre (A): 9.466501 1.852501 30.98650 number of atom coordinates read : 4724 total number of charged atoms : 4478 net assigned charge : 6.800032 assigned positive charge : 710.4536 centred at (gu) : 90.22459 92.21317 81.79018 assigned negative charge : -703.6579 centred at (gu) : 89.70049 92.49072 81.76019 start vw surface at 0.1200000 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 207216 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42320 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 93664 mr = 149306 m= 23947 mr = 72882 m= 3400 mr = 17115 m= 207 mr = 2031 m= 0 mr = 71 time to grow re-entrant surface = 0.6199999 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.080000 number of dielectric boundary points 87029 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 63 iepsmp to db, and charging done at 1.190000 number of grid points assigned charge 35727 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.529100 object centre at (A) : 9.466501 1.852501 30.98650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1395973 0.4445474 midg,1,midg; midg,igrid,midg 0.1799492 -0.3111319 1,midg,midg; igrid,midg,midg -1.6229173E-02 0.1673821 gauss-seidel spectral radius is 0.9991627 estimated iterations to convergence 273 setup time was (sec) 1.350000 now iterating at: 14:06:31 rms-change max change #iterations 10.21254 295.8941 at 10iterations 5.873021 143.8769 at 20iterations 3.348583 71.44508 at 30iterations 1.895657 39.84623 at 40iterations 1.069600 23.01249 at 50iterations 0.6003836 12.37591 at 60iterations 0.3370546 6.594498 at 70iterations 0.1888149 3.681807 at 80iterations 0.1056965 2.203733 at 90iterations 5.8837511E-02 1.212132 at 100iterations 3.2762699E-02 0.6124573 at 110iterations 1.8270141E-02 0.3777771 at 120iterations 1.0201438E-02 0.2030435 at 130iterations 5.6969258E-03 0.1081438 at 140iterations 3.1881717E-03 6.6669941E-02 at 150iterations 1.7999553E-03 3.4716606E-02 at 160iterations 1.0324746E-03 2.2633553E-02 at 170iterations 6.0951349E-04 1.4465809E-02 at 180iterations finished qdiffx linear iterations at : 14:06:57 total time elapsed so far: 14.12000 # loops : 180 mean,max change (kT/e) : 6.0951349E-04 1.4465809E-02 energy calculations done at 14.12000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.27000 DelPhi exited at 14:06:57 14.271u 0.307s 0:28.10 51.8% 0+0k 0+0io 0pf+0w