Sat Oct 8 11:36:14 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 8 2011 at 11:36:14 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: 279 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3355 !!! WARNING: HIZ 15 has a net charge of 0.2000 !!! WARNING: HIZ 17 has a net charge of 0.2000 !!! WARNING: HIZ 214 has a net charge of 0.2000 !!! WARNING: ZN6 602 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= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.6534868 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): -23.28400 31.19300 ymin,ymax (A): -1.574000 51.94900 zmin,zma (A): 11.95100 59.64200 x,y,z range (A): 54.47700 53.52300 47.69100 scale (grids/A): 0.6534868 object centre (A): 3.954499 25.18750 35.79650 number of atom coordinates read : 3355 total number of charged atoms : 3224 net assigned charge : -3.499971 assigned positive charge : 513.9904 centred at (gu) : 90.77272 90.47340 89.08899 assigned negative charge : -517.4913 centred at (gu) : 90.82102 90.26175 89.24672 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 9223 nv = 96 ne = 84 npr = 71418 no. pairs analyzed = 71418 no. exposed pairs = 3621 no. arc points = 24259 no. surface atoms = 1238 nbur = 2117 mkacc time = 0.1600000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 460 mr = 5697 m= 4 mr = 74 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 411 time to turn everything in is 0.3500000 number of dielectric boundary points 3916 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2331 ## 211 charges are in solution ## iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 11331 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.2554226E-08 -3.5962795E-08 midg,1,midg; midg,igrid,midg -5.0724989E-08 4.2352045E-08 1,midg,midg; igrid,midg,midg 2.3481312E-09 -2.1981071E-08 gauss-seidel spectral radius is 0.9879143 estimated iterations to convergence 74 setup time was (sec) 0.5800000 now iterating at: 11:36:15 rms-change max change #iterations 0.1984876 26.09526 at 10iterations 2.0799950E-02 2.783303 at 20iterations 2.1995660E-03 0.2675705 at 30iterations 2.3419916E-04 3.0616760E-02 at 40iterations 2.4450823E-05 2.8438568E-03 at 50iterations finished qdiffx linear iterations at : 11:36:18 total time elapsed so far: 3.220000 # loops : 50 mean,max change (kT/e) : 2.4450823E-05 2.8438568E-03 energy calculations done at 3.220000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.390000 DelPhi exited at 11:36:18 3.394u 0.197s 0:03.89 92.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 Sat Oct 8 2011 at 11:36:18 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: 279 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3355 !!! WARNING: HIZ 15 has a net charge of 0.2000 !!! WARNING: HIZ 17 has a net charge of 0.2000 !!! WARNING: HIZ 214 has a net charge of 0.2000 !!! WARNING: ZN6 602 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.960460 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): -23.28400 31.19300 ymin,ymax (A): -1.574000 51.94900 zmin,zma (A): 11.95100 59.64200 x,y,z range (A): 54.47700 53.52300 47.69100 scale (grids/A): 1.960460 object centre (A): 3.954499 25.18750 35.79650 number of atom coordinates read : 3355 total number of charged atoms : 3224 net assigned charge : -3.499971 assigned positive charge : 513.9904 centred at (gu) : 92.31697 91.41907 87.26624 assigned negative charge : -517.4913 centred at (gu) : 92.46212 90.78483 87.73940 start vw surface at 0.1500000 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 100345 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24259 grid for indexing accessible points = 1.400000 m= 37971 mr = 74157 m= 6286 mr = 30199 m= 438 mr = 4403 m= 11 mr = 229 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 14399 time to turn everything in is 0.6700000 number of dielectric boundary points 36064 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 143 iepsmp to db, and charging done at 0.8000000 number of grid points assigned charge 25450 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.6534868 object centre at (A) : 3.954499 25.18750 35.79650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 9.4956085E-03 -6.5489285E-02 midg,1,midg; midg,igrid,midg -5.4869041E-02 3.6584549E-02 1,midg,midg; igrid,midg,midg -1.3815079E-02 -2.4150239E-02 gauss-seidel spectral radius is 0.9987547 estimated iterations to convergence 224 setup time was (sec) 0.9700000 now iterating at: 11:36:19 rms-change max change #iterations 5.309142 198.8201 at 10iterations 2.572187 70.43354 at 20iterations 1.246485 37.11185 at 30iterations 0.6067061 16.94363 at 40iterations 0.2939664 8.329012 at 50iterations 0.1428827 4.167281 at 60iterations 6.9331519E-02 1.950703 at 70iterations 3.3716138E-02 0.8728714 at 80iterations 1.6373746E-02 0.4399605 at 90iterations 7.9368623E-03 0.2139969 at 100iterations 3.8568550E-03 0.1008530 at 110iterations 1.8790704E-03 5.2925110E-02 at 120iterations finished qdiffx linear iterations at : 11:36:26 total time elapsed so far: 7.740000 # loops : 120 mean,max change (kT/e) : 1.8790704E-03 5.2925110E-02 energy calculations done at 7.740000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.910000 DelPhi exited at 11:36:27 7.915u 0.218s 0:08.54 95.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 Sat Oct 8 2011 at 11:36:27 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: 279 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3355 !!! WARNING: HIZ 15 has a net charge of 0.2000 !!! WARNING: HIZ 17 has a net charge of 0.2000 !!! WARNING: HIZ 214 has a net charge of 0.2000 !!! WARNING: ZN6 602 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= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 2.940691 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): -23.28400 31.19300 ymin,ymax (A): -1.574000 51.94900 zmin,zma (A): 11.95100 59.64200 x,y,z range (A): 54.47700 53.52300 47.69100 scale (grids/A): 2.940691 object centre (A): 3.954499 25.18750 35.79650 number of atom coordinates read : 3355 total number of charged atoms : 3224 net assigned charge : -3.499971 assigned positive charge : 513.9904 centred at (gu) : 93.47536 92.12851 85.89899 assigned negative charge : -517.4913 centred at (gu) : 93.69292 91.17718 86.60892 start vw surface at 0.1700000 fill in re-entrant regions at 0.6000000 boundary points on vw surface= 232411 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24259 grid for indexing accessible points = 1.400000 m= 122330 mr = 178643 m= 46315 mr = 104319 m= 11677 mr = 39606 m= 1940 mr = 9425 m= 136 mr = 1487 m= 5 mr = 68 m= 1 mr = 2 m= 0 mr = 0 time to grow re-entrant surface = 1.010000 no. cavity mid-points inaccessible to solvent = 46570 time to turn everything in is 1.750000 number of dielectric boundary points 81265 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.890000 number of grid points assigned charge 25792 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.960460 object centre at (A) : 3.954499 25.18750 35.79650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1026401 -0.7718570 midg,1,midg; midg,igrid,midg -0.4911819 0.3852451 1,midg,midg; igrid,midg,midg -0.3514762 -0.2110321 gauss-seidel spectral radius is 0.9992891 estimated iterations to convergence 296 setup time was (sec) 2.060000 now iterating at: 11:36:29 rms-change max change #iterations 12.01909 388.1415 at 10iterations 7.040586 132.9508 at 20iterations 4.123450 72.09381 at 30iterations 2.408116 38.77456 at 40iterations 1.404438 22.42290 at 50iterations 0.8169810 13.02145 at 60iterations 0.4764822 7.933887 at 70iterations 0.2768176 4.407812 at 80iterations 0.1611798 2.297737 at 90iterations 9.3776010E-02 1.743587 at 100iterations 5.4468304E-02 0.8351631 at 110iterations 3.1710785E-02 0.4632206 at 120iterations 1.8438676E-02 0.2977982 at 130iterations 1.0715488E-02 0.1841774 at 140iterations 6.2298737E-03 9.8632813E-02 at 150iterations 3.6210965E-03 5.4446220E-02 at 160iterations 2.1034223E-03 3.1507492E-02 at 170iterations 1.2243597E-03 1.8614769E-02 at 180iterations finished qdiffx linear iterations at : 11:36:40 total time elapsed so far: 13.05000 # loops : 180 mean,max change (kT/e) : 1.2243597E-03 1.8614769E-02 energy calculations done at 13.05000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.23000 DelPhi exited at 11:36:41 13.230u 0.233s 0:13.85 97.1% 0+0k 0+0io 0pf+0w