Sun Oct 9 20:10:58 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 Sun Oct 9 2011 at 20:10:58 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: 359 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5294 !!! WARNING: ASL 284 has a net charge of -0.1000 !!! WARNING: HIR 341 has a net charge of 0.5140 !!! WARNING: HIQ 377 has a net charge of 0.5140 !!! WARNING: LLP 1 has a net charge of 1.7400 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 0.5164810 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): 3.304000 68.39400 ymin,ymax (A): -8.981999 52.47100 zmin,zma (A): -1.442000 67.48600 x,y,z range (A): 65.09000 61.45300 68.92800 scale (grids/A): 0.5164810 object centre (A): 35.84900 21.74450 33.02200 number of atom coordinates read : 5294 total number of charged atoms : 5119 net assigned charge : 3.668033 assigned positive charge : 817.4446 centred at (gu) : 88.28922 89.58412 88.78867 assigned negative charge : -813.7823 centred at (gu) : 88.21530 89.61031 88.69290 start vw surface at 0.2200000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 9128 nv = 96 ne = 84 npr = 106698 no. pairs analyzed = 106698 no. exposed pairs = 6139 no. arc points = 42001 no. surface atoms = 2083 nbur = 3211 mkacc time = 0.2500000 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.652000 m= 329 mr = 5161 m= 0 mr = 9 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5200000 number of dielectric boundary points 4287 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4214 ## 594 charges are in solution ## iepsmp to db, and charging done at 0.6300000 number of grid points assigned charge 12220 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.9950498E-10 3.1582126E-10 midg,1,midg; midg,igrid,midg 1.9551312E-10 -1.9254999E-11 1,midg,midg; igrid,midg,midg -3.2469297E-10 2.2618307E-10 gauss-seidel spectral radius is 0.9808602 estimated iterations to convergence 60 setup time was (sec) 0.7600000 now iterating at: 20:10:59 rms-change max change #iterations 8.4758341E-02 13.22340 at 10iterations 1.1287443E-02 1.845383 at 20iterations 4.6841204E-03 0.7448578 at 30iterations 2.1655902E-03 0.3494911 at 40iterations 1.0061220E-03 0.1620903 at 50iterations finished qdiffx linear iterations at : 20:11:02 total time elapsed so far: 3.670000 # loops : 50 mean,max change (kT/e) : 1.0061220E-03 0.1620903 energy calculations done at 3.670000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.870000 DelPhi exited at 20:11:02 3.873u 0.234s 0:04.39 93.3% 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 20:11:02 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: 359 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5294 !!! WARNING: ASL 284 has a net charge of -0.1000 !!! WARNING: HIR 341 has a net charge of 0.5140 !!! WARNING: HIQ 377 has a net charge of 0.5140 !!! WARNING: LLP 1 has a net charge of 1.7400 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1500000 grid size : 179 scale,in grids/A, set to be: 1.549443 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): 3.304000 68.39400 ymin,ymax (A): -8.981999 52.47100 zmin,zma (A): -1.442000 67.48600 x,y,z range (A): 65.09000 61.45300 68.92800 scale (grids/A): 1.549443 object centre (A): 35.84900 21.74450 33.02200 number of atom coordinates read : 5294 total number of charged atoms : 5119 net assigned charge : 3.668033 assigned positive charge : 817.4446 centred at (gu) : 84.86650 88.75146 86.36460 assigned negative charge : -813.7823 centred at (gu) : 84.64571 88.83059 86.07874 start vw surface at 0.2200000 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 104236 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42001 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 33849 mr = 75430 m= 3339 mr = 24187 m= 55 mr = 1587 m= 0 mr = 0 time to grow re-entrant surface = 0.3700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.7900000 number of dielectric boundary points 40275 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 459 ## 7 charges are in solution ## iepsmp to db, and charging done at 0.9300000 number of grid points assigned charge 38512 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.5164810 object centre at (A) : 35.84900 21.74450 33.02200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.5920704E-02 2.4559872E-02 midg,1,midg; midg,igrid,midg 1.4657195E-02 6.5653096E-03 1,midg,midg; igrid,midg,midg -1.0132222E-02 2.1467214E-04 gauss-seidel spectral radius is 0.9981984 estimated iterations to convergence 187 setup time was (sec) 1.120000 now iterating at: 20:11:04 rms-change max change #iterations 4.228930 175.5413 at 10iterations 1.774669 53.15136 at 20iterations 0.7446472 24.29556 at 30iterations 0.3133557 9.685246 at 40iterations 0.1326729 4.476532 at 50iterations 5.7542909E-02 1.929375 at 60iterations 2.6670964E-02 0.8863831 at 70iterations 1.4045957E-02 0.4809647 at 80iterations 8.7970030E-03 0.3003235 at 90iterations 6.1734286E-03 0.2020416 at 100iterations 4.5721158E-03 0.1513481 at 110iterations 3.4577567E-03 0.1116142 at 120iterations finished qdiffx linear iterations at : 20:11:11 total time elapsed so far: 8.490000 # loops : 120 mean,max change (kT/e) : 3.4577567E-03 0.1116142 energy calculations done at 8.490000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.700000 DelPhi exited at 20:11:11 8.701u 0.247s 0:09.24 96.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 Sun Oct 9 2011 at 20:11:12 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: 359 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5294 !!! WARNING: ASL 284 has a net charge of -0.1000 !!! WARNING: HIR 341 has a net charge of 0.5140 !!! WARNING: HIQ 377 has a net charge of 0.5140 !!! WARNING: LLP 1 has a net charge of 1.7400 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 2.324164 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): 3.304000 68.39400 ymin,ymax (A): -8.981999 52.47100 zmin,zma (A): -1.442000 67.48600 x,y,z range (A): 65.09000 61.45300 68.92800 scale (grids/A): 2.324164 object centre (A): 35.84900 21.74450 33.02200 number of atom coordinates read : 5294 total number of charged atoms : 5119 net assigned charge : 3.668033 assigned positive charge : 817.4446 centred at (gu) : 82.29928 88.12696 84.54655 assigned negative charge : -813.7823 centred at (gu) : 81.96866 88.24577 84.11794 start vw surface at 0.2200000 fill in re-entrant regions at 0.6100000 boundary points on vw surface= 242836 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42001 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 118604 mr = 184194 m= 33404 mr = 96062 m= 5004 mr = 25563 m= 306 mr = 3246 m= 5 mr = 152 m= 0 mr = 0 time to grow re-entrant surface = 1.140000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.900000 number of dielectric boundary points 90942 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 49 iepsmp to db, and charging done at 2.060000 number of grid points assigned charge 40830 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.549443 object centre at (A) : 35.84900 21.74450 33.02200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.4116906 0.7901543 midg,1,midg; midg,igrid,midg 0.2385329 5.6576591E-02 1,midg,midg; igrid,midg,midg -0.3084792 2.2240397E-02 gauss-seidel spectral radius is 0.9991882 estimated iterations to convergence 277 setup time was (sec) 2.260000 now iterating at: 20:11:14 rms-change max change #iterations 11.12282 322.9521 at 10iterations 6.391798 139.1002 at 20iterations 3.640554 70.21725 at 30iterations 2.065720 41.40271 at 40iterations 1.170363 20.77901 at 50iterations 0.6604960 12.81964 at 60iterations 0.3729884 6.624405 at 70iterations 0.2104487 4.007250 at 80iterations 0.1185882 2.170494 at 90iterations 6.7400023E-02 1.261429 at 100iterations 3.8654990E-02 0.7218971 at 110iterations 2.2668377E-02 0.4216690 at 120iterations 1.3894267E-02 0.2703133 at 130iterations 9.0930108E-03 0.1975479 at 140iterations 6.4262669E-03 0.1278076 at 150iterations 4.8694387E-03 9.5607758E-02 at 160iterations 3.8677454E-03 7.7854156E-02 at 170iterations 3.1598560E-03 6.0668945E-02 at 180iterations finished qdiffx linear iterations at : 20:11:26 total time elapsed so far: 14.41000 # loops : 180 mean,max change (kT/e) : 3.1598560E-03 6.0668945E-02 energy calculations done at 14.41000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.60000 DelPhi exited at 20:11:27 14.598u 0.261s 0:15.15 98.0% 0+0k 0+0io 0pf+0w