Mon Oct 10 14:09:08 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 Mon Oct 10 2011 at 14:09:08 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: 394 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4124 !!! WARNING: MG1 1011 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= 0.1200000 grid size : 179 scale,in grids/A, set to be: 0.5377643 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): 33.19300 85.76100 ymin,ymax (A): 25.91000 85.70900 zmin,zma (A): -92.77000 -26.57000 x,y,z range (A): 52.56800 59.79900 66.20000 scale (grids/A): 0.5377643 object centre (A): 59.47700 55.80950 -59.67000 number of atom coordinates read : 4124 total number of charged atoms : 3522 net assigned charge : 17.40001 assigned positive charge : 550.5123 centred at (gu) : 91.71799 88.64387 89.48756 assigned negative charge : -533.1140 centred at (gu) : 91.79523 88.52992 89.40052 start vw surface at 0.2000000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 7776 nv = 96 ne = 84 npr = 82672 no. pairs analyzed = 82672 no. exposed pairs = 6099 no. arc points = 41958 no. surface atoms = 2023 nbur = 2101 mkacc time = 0.2100000 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= 358 mr = 3516 m= 3 mr = 20 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.4600000 number of dielectric boundary points 4601 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3565 ## 465 charges are in solution ## iepsmp to db, and charging done at 0.6000000 number of grid points assigned charge 9088 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.2478978E-10 1.1434095E-09 midg,1,midg; midg,igrid,midg 1.6600309E-10 1.0373127E-09 1,midg,midg; igrid,midg,midg 8.1505097E-10 5.1656590E-10 gauss-seidel spectral radius is 0.9822816 estimated iterations to convergence 62 setup time was (sec) 0.7400000 now iterating at: 14:09:09 rms-change max change #iterations 7.7311173E-02 13.97356 at 10iterations 5.1151784E-03 0.7429447 at 20iterations 6.7904213E-04 9.0347290E-02 at 30iterations 2.2519848E-04 2.7953625E-02 at 40iterations 8.2021594E-05 1.0513306E-02 at 50iterations finished qdiffx linear iterations at : 14:09:12 total time elapsed so far: 3.610000 # loops : 50 mean,max change (kT/e) : 8.2021594E-05 1.0513306E-02 energy calculations done at 3.610000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.810000 DelPhi exited at 14:09:13 3.810u 0.218s 0:04.41 91.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 Mon Oct 10 2011 at 14:09: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: 394 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4124 !!! WARNING: MG1 1011 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= 0.1200000 grid size : 179 scale,in grids/A, set to be: 1.613293 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): 33.19300 85.76100 ymin,ymax (A): 25.91000 85.70900 zmin,zma (A): -92.77000 -26.57000 x,y,z range (A): 52.56800 59.79900 66.20000 scale (grids/A): 1.613293 object centre (A): 59.47700 55.80950 -59.67000 number of atom coordinates read : 4124 total number of charged atoms : 3522 net assigned charge : 17.40001 assigned positive charge : 550.5123 centred at (gu) : 95.15308 85.93046 88.46199 assigned negative charge : -533.1140 centred at (gu) : 95.38550 85.58942 88.20122 start vw surface at 0.2000000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 84722 reading accessible surface arcs data from file ARCDAT no. of arc points read = 41958 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 26290 mr = 53230 m= 2911 mr = 16810 m= 80 mr = 1273 m= 0 mr = 5 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 229 time to turn everything in is 0.6800000 number of dielectric boundary points 42685 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 404 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.8200000 number of grid points assigned charge 26867 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.5377643 object centre at (A) : 59.47700 55.80950 -59.67000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.2205947E-03 1.5346535E-02 midg,1,midg; midg,igrid,midg 8.2598766E-03 2.3099273E-02 1,midg,midg; igrid,midg,midg 8.2487045E-03 9.6585592E-03 gauss-seidel spectral radius is 0.9982902 estimated iterations to convergence 192 setup time was (sec) 1.000000 now iterating at: 14:09:14 rms-change max change #iterations 3.670338 149.5765 at 10iterations 1.574555 50.77673 at 20iterations 0.6729637 22.68136 at 30iterations 0.2881528 10.06977 at 40iterations 0.1230829 4.097154 at 50iterations 5.2657537E-02 1.747089 at 60iterations 2.2604033E-02 0.7891498 at 70iterations 9.6915662E-03 0.3231916 at 80iterations 4.1997954E-03 0.1348763 at 90iterations 1.8288324E-03 5.7189941E-02 at 100iterations 8.2936301E-04 2.8541565E-02 at 110iterations 3.9764741E-04 1.3332367E-02 at 120iterations finished qdiffx linear iterations at : 14:09:21 total time elapsed so far: 8.240000 # loops : 120 mean,max change (kT/e) : 3.9764741E-04 1.3332367E-02 energy calculations done at 8.240000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.430000 DelPhi exited at 14:09:22 8.433u 0.277s 0:09.09 95.7% 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 Mon Oct 10 2011 at 14:09:22 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: 394 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4124 !!! WARNING: MG1 1011 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= 0.1100000 grid size : 179 scale,in grids/A, set to be: 2.419940 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): 33.19300 85.76100 ymin,ymax (A): 25.91000 85.70900 zmin,zma (A): -92.77000 -26.57000 x,y,z range (A): 52.56800 59.79900 66.20000 scale (grids/A): 2.419940 object centre (A): 59.47700 55.80950 -59.67000 number of atom coordinates read : 4124 total number of charged atoms : 3522 net assigned charge : 17.40001 assigned positive charge : 550.5123 centred at (gu) : 97.72957 83.89555 87.69260 assigned negative charge : -533.1140 centred at (gu) : 98.07805 83.38407 87.30185 start vw surface at 0.1800000 fill in re-entrant regions at 0.5400000 boundary points on vw surface= 196380 reading accessible surface arcs data from file ARCDAT no. of arc points read = 41958 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 88882 mr = 132204 m= 26625 mr = 66577 m= 4467 mr = 18785 m= 280 mr = 2684 m= 1 mr = 104 m= 0 mr = 0 time to grow re-entrant surface = 0.9800000 no. cavity mid-points inaccessible to solvent = 771 time to turn everything in is 1.650000 number of dielectric boundary points 96281 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 35 iepsmp to db, and charging done at 1.820000 number of grid points assigned charge 28131 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.613293 object centre at (A) : 59.47700 55.80950 -59.67000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.0929940E-02 7.3309094E-02 midg,1,midg; midg,igrid,midg 9.8600931E-02 0.2897111 1,midg,midg; igrid,midg,midg 0.1093842 8.8163495E-02 gauss-seidel spectral radius is 0.9992213 estimated iterations to convergence 283 setup time was (sec) 2.010000 now iterating at: 14:09:24 rms-change max change #iterations 9.862152 316.2849 at 10iterations 5.827291 157.7029 at 20iterations 3.415745 80.71020 at 30iterations 1.975899 46.11916 at 40iterations 1.140317 23.88565 at 50iterations 0.6575198 13.68807 at 60iterations 0.3765136 7.842823 at 70iterations 0.2158251 4.828289 at 80iterations 0.1230643 2.893660 at 90iterations 7.0225306E-02 1.443747 at 100iterations 3.9967254E-02 0.8035289 at 110iterations 2.2777772E-02 0.4762039 at 120iterations 1.2956803E-02 0.2595394 at 130iterations 7.3531880E-03 0.1377318 at 140iterations 4.1785785E-03 8.3780289E-02 at 150iterations 2.3709617E-03 4.5542836E-02 at 160iterations 1.3451424E-03 2.8462887E-02 at 170iterations 7.6473749E-04 1.5256882E-02 at 180iterations finished qdiffx linear iterations at : 14:09:36 total time elapsed so far: 14.33000 # loops : 180 mean,max change (kT/e) : 7.6473749E-04 1.5256882E-02 energy calculations done at 14.33000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.53000 DelPhi exited at 14:09:37 14.530u 0.286s 0:15.21 97.3% 0+0k 0+0io 0pf+0w