Sun Oct 9 07:57:04 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+sph.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 = amb.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 07:57:05 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: 324 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2280 !!! WARNING: NDP 385 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5392632 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): 4.671000 50.10900 ymin,ymax (A): -24.74300 41.27300 zmin,zma (A): -19.50800 30.29200 x,y,z range (A): 45.43800 66.01600 49.80000 scale (grids/A): 0.5392632 object centre (A): 27.39000 8.264999 5.392000 number of atom coordinates read : 2280 total number of charged atoms : 2090 net assigned charge : -3.499991 assigned positive charge : 338.7554 centred at (gu) : 89.85242 87.47889 90.09556 assigned negative charge : -342.2557 centred at (gu) : 89.83041 87.72383 90.15391 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 4314 nv = 96 ne = 84 npr = 45279 no. pairs analyzed = 45279 no. exposed pairs = 3030 no. arc points = 21947 no. surface atoms = 1015 nbur = 1265 mkacc time = 7.9999998E-02 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= 154 mr = 2087 m= 0 mr = 4 time to grow re-entrant surface = 9.0000004E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1700000 number of dielectric boundary points 2377 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2210 ## 333 charges are in solution ## iepsmp to db, and charging done at 0.2300000 number of grid points assigned charge 5565 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.6001025E-11 -4.3321505E-10 midg,1,midg; midg,igrid,midg 1.4377367E-09 -6.3308336E-10 1,midg,midg; igrid,midg,midg -2.8862224E-10 -1.0113635E-10 gauss-seidel spectral radius is 0.9822249 estimated iterations to convergence 62 setup time was (sec) 0.3400000 now iterating at: 07:57:05 rms-change max change #iterations 5.9476208E-02 14.07921 at 10iterations 3.8513406E-03 0.7149849 at 20iterations 2.4115453E-04 5.4306030E-02 at 30iterations 1.5212589E-05 2.7465820E-03 at 40iterations 9.9968474E-07 1.7404556E-04 at 50iterations finished qdiffx linear iterations at : 07:57:08 total time elapsed so far: 3.170000 # loops : 50 mean,max change (kT/e) : 9.9968474E-07 1.7404556E-04 energy calculations done at 3.170000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.300000 DelPhi exited at 07:57:08 3.307u 0.194s 0:03.80 91.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 07:57: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: 324 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2280 !!! WARNING: NDP 385 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.617790 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): 4.671000 50.10900 ymin,ymax (A): -24.74300 41.27300 zmin,zma (A): -19.50800 30.29200 x,y,z range (A): 45.43800 66.01600 49.80000 scale (grids/A): 1.617790 object centre (A): 27.39000 8.264999 5.392000 number of atom coordinates read : 2280 total number of charged atoms : 2090 net assigned charge : -3.499991 assigned positive charge : 338.7554 centred at (gu) : 89.55694 82.43608 90.28606 assigned negative charge : -342.2557 centred at (gu) : 89.49097 83.17136 90.46152 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 47662 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21947 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 14113 mr = 30863 m= 1426 mr = 9525 m= 35 mr = 645 m= 2 mr = 4 m= 0 mr = 0 time to grow re-entrant surface = 9.9999994E-02 no. cavity mid-points inaccessible to solvent = 241 time to turn everything in is 0.2500000 number of dielectric boundary points 22201 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 261 ## 4 charges are in solution ## iepsmp to db, and charging done at 0.3300000 number of grid points assigned charge 15972 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.5392632 object centre at (A) : 27.39000 8.264999 5.392000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.8370101E-04 -3.8287567E-03 midg,1,midg; midg,igrid,midg 1.8823821E-02 -1.5308546E-02 1,midg,midg; igrid,midg,midg -1.5354255E-04 -7.0808907E-03 gauss-seidel spectral radius is 0.9980731 estimated iterations to convergence 181 setup time was (sec) 0.4600000 now iterating at: 07:57:09 rms-change max change #iterations 2.806962 243.3268 at 10iterations 1.133826 67.78969 at 20iterations 0.4594824 26.11307 at 30iterations 0.1859385 8.987734 at 40iterations 7.5113624E-02 3.546967 at 50iterations 3.0447440E-02 1.411705 at 60iterations 1.2381503E-02 0.5286865 at 70iterations 5.0062132E-03 0.2052459 at 80iterations 2.0282662E-03 9.0957642E-02 at 90iterations 8.2788180E-04 3.1871796E-02 at 100iterations 3.3461157E-04 1.4331818E-02 at 110iterations 1.3583587E-04 5.5999756E-03 at 120iterations finished qdiffx linear iterations at : 07:57:16 total time elapsed so far: 7.280000 # loops : 120 mean,max change (kT/e) : 1.3583587E-04 5.5999756E-03 energy calculations done at 7.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.410000 DelPhi exited at 07:57:16 7.408u 0.177s 0:07.87 96.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 Sun Oct 9 2011 at 07:57: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: 324 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2280 !!! WARNING: NDP 385 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.426684 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): 4.671000 50.10900 ymin,ymax (A): -24.74300 41.27300 zmin,zma (A): -19.50800 30.29200 x,y,z range (A): 45.43800 66.01600 49.80000 scale (grids/A): 2.426684 object centre (A): 27.39000 8.264999 5.392000 number of atom coordinates read : 2280 total number of charged atoms : 2090 net assigned charge : -3.499991 assigned positive charge : 338.7554 centred at (gu) : 89.33539 78.65391 90.42905 assigned negative charge : -342.2557 centred at (gu) : 89.23647 79.75693 90.69229 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 110503 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21947 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 49305 mr = 75943 m= 13564 mr = 38352 m= 2206 mr = 10017 m= 151 mr = 1397 m= 0 mr = 57 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 887 time to turn everything in is 0.5900000 number of dielectric boundary points 49963 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 18 iepsmp to db, and charging done at 0.6700000 number of grid points assigned charge 16698 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.617790 object centre at (A) : 27.39000 8.264999 5.392000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.4774466E-02 -4.1018687E-02 midg,1,midg; midg,igrid,midg 0.7216067 -0.2418407 1,midg,midg; igrid,midg,midg 2.2850230E-02 -0.1238220 gauss-seidel spectral radius is 0.9990850 estimated iterations to convergence 261 setup time was (sec) 0.8000000 now iterating at: 07:57:17 rms-change max change #iterations 7.471857 362.6331 at 10iterations 4.099626 159.7575 at 20iterations 2.263860 73.68695 at 30iterations 1.229976 42.64125 at 40iterations 0.6711320 19.82898 at 50iterations 0.3644750 9.336269 at 60iterations 0.1970844 5.002315 at 70iterations 0.1066068 2.863612 at 80iterations 5.7593074E-02 1.522546 at 90iterations 3.1087153E-02 0.8117523 at 100iterations 1.6814774E-02 0.4149427 at 110iterations 9.0677626E-03 0.2315936 at 120iterations 4.8793494E-03 0.1121597 at 130iterations 2.6347502E-03 7.7531815E-02 at 140iterations 1.4218189E-03 3.6635399E-02 at 150iterations 7.6732045E-04 1.7759323E-02 at 160iterations 4.1238189E-04 1.0103226E-02 at 170iterations 2.2223771E-04 5.4535866E-03 at 180iterations finished qdiffx linear iterations at : 07:57:28 total time elapsed so far: 11.57000 # loops : 180 mean,max change (kT/e) : 2.2223771E-04 5.4535866E-03 energy calculations done at 11.57000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.71000 DelPhi exited at 07:57:28 11.708u 0.205s 0:12.17 97.7% 0+0k 0+0io 0pf+0w