Sat Oct 15 14:55:05 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 Sat Oct 15 2011 at 14:55: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: 249 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4143 !!! WARNING: HIZ 82 has a net charge of 0.2000 !!! WARNING: HIZ 118 has a net charge of 0.2000 !!! WARNING: HIZ 442 has a net charge of 0.2000 !!! WARNING: MG1 1299 has a net charge of 1.4000 !!! WARNING: ZN1 1303 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.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.4981041 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): -44.70900 26.76200 ymin,ymax (A): -62.10500 3.317000 zmin,zma (A): 11.72900 71.16600 x,y,z range (A): 71.47100 65.42200 59.43700 scale (grids/A): 0.4981041 object centre (A): -8.973499 -29.39400 41.44750 number of atom coordinates read : 4143 total number of charged atoms : 3990 net assigned charge : 6.900047 assigned positive charge : 643.2924 centred at (gu) : 89.33385 89.95847 88.37186 assigned negative charge : -636.3962 centred at (gu) : 89.38905 89.84329 88.46288 start vw surface at 0.1100000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 6700 nv = 96 ne = 84 npr = 77518 no. pairs analyzed = 77518 no. exposed pairs = 5969 no. arc points = 43324 no. surface atoms = 1969 nbur = 2174 mkacc time = 0.1400000 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.708000 m= 259 mr = 2940 m= 1 mr = 3 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2800000 number of dielectric boundary points 4017 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4219 ## 723 charges are in solution ## iepsmp to db, and charging done at 0.3600000 number of grid points assigned charge 9057 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.6872407E-10 -4.4503110E-11 midg,1,midg; midg,igrid,midg -1.0460120E-10 2.0141126E-10 1,midg,midg; igrid,midg,midg 1.5029374E-10 -1.7611133E-11 gauss-seidel spectral radius is 0.9793718 estimated iterations to convergence 58 setup time was (sec) 0.4900000 now iterating at: 14:55:05 rms-change max change #iterations 5.3816099E-02 12.83899 at 10iterations 2.9680717E-03 0.4675016 at 20iterations 2.9452273E-04 4.9824715E-02 at 30iterations 5.8620401E-05 9.9954605E-03 at 40iterations 1.3013313E-05 2.1219254E-03 at 50iterations finished qdiffx linear iterations at : 14:55:08 total time elapsed so far: 3.580000 # loops : 50 mean,max change (kT/e) : 1.3013313E-05 2.1219254E-03 energy calculations done at 3.580000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.710000 DelPhi exited at 14:55:09 3.716u 0.188s 0:04.24 91.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 Sat Oct 15 2011 at 14:55:09 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: 249 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4143 !!! WARNING: HIZ 82 has a net charge of 0.2000 !!! WARNING: HIZ 118 has a net charge of 0.2000 !!! WARNING: HIZ 442 has a net charge of 0.2000 !!! WARNING: MG1 1299 has a net charge of 1.4000 !!! WARNING: ZN1 1303 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.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.494312 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): -44.70900 26.76200 ymin,ymax (A): -62.10500 3.317000 zmin,zma (A): 11.72900 71.16600 x,y,z range (A): 71.47100 65.42200 59.43700 scale (grids/A): 1.494312 object centre (A): -8.973499 -29.39400 41.44750 number of atom coordinates read : 4143 total number of charged atoms : 3990 net assigned charge : 6.900047 assigned positive charge : 643.2924 centred at (gu) : 88.00050 89.87405 85.11431 assigned negative charge : -636.3962 centred at (gu) : 88.16689 89.52998 85.38834 start vw surface at 0.1200000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 74826 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43324 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.596000 m= 20703 mr = 46391 m= 1765 mr = 12784 m= 27 mr = 655 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4100000 number of dielectric boundary points 37491 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 628 ## 10 charges are in solution ## iepsmp to db, and charging done at 0.5000000 number of grid points assigned charge 29729 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.4981041 object centre at (A) : -8.973499 -29.39400 41.44750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.3513351E-02 -3.3382070E-03 midg,1,midg; midg,igrid,midg 1.0615360E-03 2.6569127E-03 1,midg,midg; igrid,midg,midg 6.5534119E-03 -1.0351343E-02 gauss-seidel spectral radius is 0.9979655 estimated iterations to convergence 176 setup time was (sec) 0.6700000 now iterating at: 14:55:10 rms-change max change #iterations 3.345786 147.3887 at 10iterations 1.318733 60.53709 at 20iterations 0.5196585 20.08908 at 30iterations 0.2049000 7.286819 at 40iterations 8.0985606E-02 2.838073 at 50iterations 3.2005623E-02 1.270779 at 60iterations 1.2636712E-02 0.4324608 at 70iterations 5.0112549E-03 0.2019091 at 80iterations 1.9917844E-03 8.5934639E-02 at 90iterations 7.9650996E-04 2.9040992E-02 at 100iterations 3.1997028E-04 1.1438370E-02 at 110iterations 1.3173594E-04 4.6029091E-03 at 120iterations finished qdiffx linear iterations at : 14:55:18 total time elapsed so far: 8.940000 # loops : 120 mean,max change (kT/e) : 1.3173594E-04 4.6029091E-03 energy calculations done at 8.940000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.080000 DelPhi exited at 14:55:19 9.080u 0.262s 0:09.66 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:55: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: 249 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4143 !!! WARNING: HIZ 82 has a net charge of 0.2000 !!! WARNING: HIZ 118 has a net charge of 0.2000 !!! WARNING: HIZ 442 has a net charge of 0.2000 !!! WARNING: MG1 1299 has a net charge of 1.4000 !!! WARNING: ZN1 1303 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.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.241468 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): -44.70900 26.76200 ymin,ymax (A): -62.10500 3.317000 zmin,zma (A): 11.72900 71.16600 x,y,z range (A): 71.47100 65.42200 59.43700 scale (grids/A): 2.241468 object centre (A): -8.973499 -29.39400 41.44750 number of atom coordinates read : 4143 total number of charged atoms : 3990 net assigned charge : 6.900047 assigned positive charge : 643.2924 centred at (gu) : 87.00043 89.81054 82.67109 assigned negative charge : -636.3962 centred at (gu) : 87.25033 89.29474 83.08250 start vw surface at 0.1200000 fill in re-entrant regions at 0.3300000 boundary points on vw surface= 174169 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43324 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 73003 mr = 115640 m= 18544 mr = 53885 m= 2296 mr = 12695 m= 81 mr = 1301 m= 0 mr = 23 time to grow re-entrant surface = 0.5300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.9600000 number of dielectric boundary points 84549 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 96 iepsmp to db, and charging done at 1.070000 number of grid points assigned charge 31792 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.494312 object centre at (A) : -8.973499 -29.39400 41.44750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2871522 -5.9350450E-02 midg,1,midg; midg,igrid,midg 2.2798657E-02 -0.1704772 1,midg,midg; igrid,midg,midg 0.1079484 -0.1670371 gauss-seidel spectral radius is 0.9991074 estimated iterations to convergence 264 setup time was (sec) 1.250000 now iterating at: 14:55:20 rms-change max change #iterations 9.414918 259.4263 at 10iterations 5.371440 144.3616 at 20iterations 3.011573 87.23522 at 30iterations 1.678396 39.50306 at 40iterations 0.9313422 24.81803 at 50iterations 0.5146703 12.89411 at 60iterations 0.2828907 6.895996 at 70iterations 0.1550315 3.940675 at 80iterations 8.4865279E-02 1.881779 at 90iterations 4.6370924E-02 1.016670 at 100iterations 2.5332103E-02 0.5349712 at 110iterations 1.3812704E-02 0.3055329 at 120iterations 7.5289202E-03 0.1642838 at 130iterations 4.0981690E-03 8.7660789E-02 at 140iterations 2.2346782E-03 4.7424316E-02 at 150iterations 1.2165310E-03 2.5001526E-02 at 160iterations 6.6223287E-04 1.5297890E-02 at 170iterations 3.6157129E-04 7.7285767E-03 at 180iterations finished qdiffx linear iterations at : 14:55:34 total time elapsed so far: 14.72000 # loops : 180 mean,max change (kT/e) : 3.6157129E-04 7.7285767E-03 energy calculations done at 14.72000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.86000 DelPhi exited at 14:55:34 14.864u 0.285s 0:15.50 97.6% 0+0k 0+0io 0pf+0w