Tue Nov 22 14:11:06 PST 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 Tue Nov 22 2011 at 14:11:11 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1970 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.5500958 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): -34.93400 11.93900 ymin,ymax (A): 0.1070000 42.50200 zmin,zma (A): -4.329000 60.38700 x,y,z range (A): 46.87300 42.39500 64.71600 scale (grids/A): 0.5500958 object centre (A): -11.49750 21.30450 28.02900 number of atom coordinates read : 1970 total number of charged atoms : 1838 net assigned charge : 3.000004 assigned positive charge : 289.4000 centred at (gu) : 89.85416 89.49868 89.90515 assigned negative charge : -286.4003 centred at (gu) : 89.78942 89.61161 89.90182 start vw surface at 0.1100000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 3925 nv = 96 ne = 84 npr = 39720 no. pairs analyzed = 39720 no. exposed pairs = 2525 no. arc points = 18025 no. surface atoms = 850 nbur = 1120 mkacc time = 8.0000006E-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.568000 m= 138 mr = 2027 m= 0 mr = 7 time to grow re-entrant surface = 8.9999996E-02 no. cavity mid-points inaccessible to solvent = 12 time to turn everything in is 0.2100000 number of dielectric boundary points 2029 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1806 ## 254 charges are in solution ## iepsmp to db, and charging done at 0.3200000 number of grid points assigned charge 5025 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.0507655E-10 2.2847713E-10 midg,1,midg; midg,igrid,midg 8.7505164E-10 -3.1178610E-10 1,midg,midg; igrid,midg,midg -1.1313087E-10 5.1881743E-10 gauss-seidel spectral radius is 0.9828811 estimated iterations to convergence 63 setup time was (sec) 0.4400000 now iterating at: 14:11:14 rms-change max change #iterations 6.0256537E-02 12.13997 at 10iterations 4.0030577E-03 0.8162971 at 20iterations 2.7676311E-04 5.7908058E-02 at 30iterations 1.8490673E-05 3.7543774E-03 at 40iterations 1.2653854E-06 2.7084351E-04 at 50iterations finished qdiffx linear iterations at : 14:11:20 total time elapsed so far: 2.980000 # loops : 50 mean,max change (kT/e) : 1.2653854E-06 2.7084351E-04 energy calculations done at 2.980000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.160000 DelPhi exited at 14:11:22 3.162u 0.157s 0:12.70 26.0% 0+0k 0+0io 3pf+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 Tue Nov 22 2011 at 14:11:24 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1970 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.650287 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): -34.93400 11.93900 ymin,ymax (A): 0.1070000 42.50200 zmin,zma (A): -4.329000 60.38700 x,y,z range (A): 46.87300 42.39500 64.71600 scale (grids/A): 1.650287 object centre (A): -11.49750 21.30450 28.02900 number of atom coordinates read : 1970 total number of charged atoms : 1838 net assigned charge : 3.000004 assigned positive charge : 289.4000 centred at (gu) : 89.56272 88.49635 89.71555 assigned negative charge : -286.4003 centred at (gu) : 89.36867 88.83512 89.70554 start vw surface at 0.1000000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 42910 reading accessible surface arcs data from file ARCDAT no. of arc points read = 18025 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 13488 mr = 28432 m= 1405 mr = 9676 m= 44 mr = 741 m= 0 mr = 13 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 980 time to turn everything in is 0.3100000 number of dielectric boundary points 18985 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 207 iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 14109 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.5500958 object centre at (A) : -11.49750 21.30450 28.02900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.7048482E-02 1.5093131E-02 midg,1,midg; midg,igrid,midg 2.5302547E-03 -3.6457065E-03 1,midg,midg; igrid,midg,midg -7.8985153E-04 -6.0525612E-04 gauss-seidel spectral radius is 0.9981031 estimated iterations to convergence 182 setup time was (sec) 0.5800000 now iterating at: 14:11:29 rms-change max change #iterations 2.650929 155.2795 at 10iterations 1.080743 49.09091 at 20iterations 0.4438083 21.21893 at 30iterations 0.1804419 8.319295 at 40iterations 7.3798515E-02 2.989120 at 50iterations 3.0087680E-02 1.239227 at 60iterations 1.2283522E-02 0.5150642 at 70iterations 5.0114063E-03 0.2271442 at 80iterations 2.0560755E-03 9.0330124E-02 at 90iterations 8.4268179E-04 3.4659922E-02 at 100iterations 3.4322517E-04 1.5529633E-02 at 110iterations 1.4065248E-04 6.1416626E-03 at 120iterations finished qdiffx linear iterations at : 14:11:41 total time elapsed so far: 6.760000 # loops : 120 mean,max change (kT/e) : 1.4065248E-04 6.1416626E-03 energy calculations done at 6.760000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.940000 DelPhi exited at 14:11:42 6.940u 0.210s 0:17.88 39.9% 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 Tue Nov 22 2011 at 14:11:42 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1970 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.475431 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): -34.93400 11.93900 ymin,ymax (A): 0.1070000 42.50200 zmin,zma (A): -4.329000 60.38700 x,y,z range (A): 46.87300 42.39500 64.71600 scale (grids/A): 2.475431 object centre (A): -11.49750 21.30450 28.02900 number of atom coordinates read : 1970 total number of charged atoms : 1838 net assigned charge : 3.000004 assigned positive charge : 289.4000 centred at (gu) : 89.34402 87.74444 89.57322 assigned negative charge : -286.4003 centred at (gu) : 89.05305 88.25279 89.55840 start vw surface at 0.1000000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 99262 reading accessible surface arcs data from file ARCDAT no. of arc points read = 18025 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 46269 mr = 69185 m= 13954 mr = 37192 m= 2342 mr = 11055 m= 191 mr = 1592 m= 4 mr = 93 m= 0 mr = 2 time to grow re-entrant surface = 0.4100000 no. cavity mid-points inaccessible to solvent = 3446 time to turn everything in is 0.7500000 number of dielectric boundary points 42903 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 19 iepsmp to db, and charging done at 0.8700000 number of grid points assigned charge 14690 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.650287 object centre at (A) : -11.49750 21.30450 28.02900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2017100 0.1555197 midg,1,midg; midg,igrid,midg 1.0378408E-02 -6.4333305E-02 1,midg,midg; igrid,midg,midg -2.9764351E-02 -2.1786554E-02 gauss-seidel spectral radius is 0.9990765 estimated iterations to convergence 260 setup time was (sec) 1.030000 now iterating at: 14:11:46 rms-change max change #iterations 6.751726 308.3014 at 10iterations 3.667422 100.2904 at 20iterations 1.981547 58.21808 at 30iterations 1.066450 26.82541 at 40iterations 0.5737701 14.21835 at 50iterations 0.3082417 8.372002 at 60iterations 0.1659906 4.019196 at 70iterations 8.9134730E-02 2.252399 at 80iterations 4.7757737E-02 1.145199 at 90iterations 2.5622297E-02 0.6339700 at 100iterations 1.3751494E-02 0.3606873 at 110iterations 7.3745302E-03 0.1760731 at 120iterations 3.9592055E-03 0.1005431 at 130iterations 2.1195305E-03 4.9438477E-02 at 140iterations 1.1394157E-03 2.8781891E-02 at 150iterations 6.1102491E-04 1.4620304E-02 at 160iterations 3.2823265E-04 7.6704025E-03 at 170iterations 1.7552513E-04 4.1503906E-03 at 180iterations finished qdiffx linear iterations at : 14:12:16 total time elapsed so far: 10.77000 # loops : 180 mean,max change (kT/e) : 1.7552513E-04 4.1503906E-03 energy calculations done at 10.77000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.95000 DelPhi exited at 14:12:20 10.953u 0.209s 0:38.08 29.2% 0+0k 0+0io 0pf+0w