Sat Oct 15 14:01:16 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 15 2011 at 14:01: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: 340 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4430 !!! WARNING: GLM 169 has a net charge of -0.0940 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: ZN8 820 has a net charge of 1.4000 !!! WARNING: FE 3 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.5144286 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): -16.60000 37.33000 ymin,ymax (A): -33.23100 31.38900 zmin,zma (A): -3.689000 65.51400 x,y,z range (A): 53.93000 64.62000 69.20300 scale (grids/A): 0.5144286 object centre (A): 10.36500 -0.9209995 30.91250 number of atom coordinates read : 4430 total number of charged atoms : 4182 net assigned charge : 3.606022 assigned positive charge : 660.9313 centred at (gu) : 90.25935 91.16491 87.54411 assigned negative charge : -657.3292 centred at (gu) : 90.11105 91.20187 87.56829 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 7461 nv = 96 ne = 84 npr = 89890 no. pairs analyzed = 89890 no. exposed pairs = 5753 no. arc points = 39822 no. surface atoms = 1923 nbur = 2507 mkacc time = 0.2000000 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= 319 mr = 3789 m= 1 mr = 3 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4100000 number of dielectric boundary points 3989 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3836 ## 543 charges are in solution ## iepsmp to db, and charging done at 0.5200000 number of grid points assigned charge 9877 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.4046390E-10 -3.7425952E-12 midg,1,midg; midg,igrid,midg 1.1894337E-10 -6.2119351E-11 1,midg,midg; igrid,midg,midg -3.3779982E-10 4.9598414E-10 gauss-seidel spectral radius is 0.9806514 estimated iterations to convergence 59 setup time was (sec) 0.6600000 now iterating at: 14:01:22 rms-change max change #iterations 6.9518663E-02 11.10713 at 10iterations 4.1423133E-03 0.6863632 at 20iterations 5.7313376E-04 8.1935883E-02 at 30iterations 2.0117426E-04 2.4556220E-02 at 40iterations 7.7136625E-05 1.0353684E-02 at 50iterations finished qdiffx linear iterations at : 14:01:31 total time elapsed so far: 3.480000 # loops : 50 mean,max change (kT/e) : 7.7136625E-05 1.0353684E-02 energy calculations done at 3.480000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.650000 DelPhi exited at 14:01:32 3.658u 0.213s 0:13.98 27.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:01:34 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: 340 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4430 !!! WARNING: GLM 169 has a net charge of -0.0940 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: ZN8 820 has a net charge of 1.4000 !!! WARNING: FE 3 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: 1.543286 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): -16.60000 37.33000 ymin,ymax (A): -33.23100 31.38900 zmin,zma (A): -3.689000 65.51400 x,y,z range (A): 53.93000 64.62000 69.20300 scale (grids/A): 1.543286 object centre (A): 10.36500 -0.9209995 30.91250 number of atom coordinates read : 4430 total number of charged atoms : 4182 net assigned charge : 3.606022 assigned positive charge : 660.9313 centred at (gu) : 90.77652 93.49356 82.63106 assigned negative charge : -657.3292 centred at (gu) : 90.33289 93.60516 82.70469 start vw surface at 0.1600000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 84275 reading accessible surface arcs data from file ARCDAT no. of arc points read = 39822 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 24491 mr = 57336 m= 2263 mr = 15835 m= 54 mr = 867 m= 0 mr = 2 time to grow re-entrant surface = 0.2700000 no. cavity mid-points inaccessible to solvent = 230 time to turn everything in is 0.5700000 number of dielectric boundary points 37043 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 502 ## 8 charges are in solution ## iepsmp to db, and charging done at 0.6900000 number of grid points assigned charge 31519 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.5144286 object centre at (A) : 10.36500 -0.9209995 30.91250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.4631199E-03 8.8389236E-03 midg,1,midg; midg,igrid,midg 1.6710343E-03 -1.3216568E-02 1,midg,midg; igrid,midg,midg -5.4969024E-03 9.7716730E-03 gauss-seidel spectral radius is 0.9981118 estimated iterations to convergence 183 setup time was (sec) 0.8400000 now iterating at: 14:01:39 rms-change max change #iterations 3.675822 147.3362 at 10iterations 1.501401 50.51276 at 20iterations 0.6144608 21.82956 at 30iterations 0.2514513 7.859537 at 40iterations 0.1035874 3.347409 at 50iterations 4.2358540E-02 1.400439 at 60iterations 1.7400825E-02 0.5883293 at 70iterations 7.1868682E-03 0.2631912 at 80iterations 2.9866821E-03 9.8432541E-02 at 90iterations 1.2690584E-03 4.4582367E-02 at 100iterations 5.6557613E-04 1.8668175E-02 at 110iterations 2.7927215E-04 8.9788437E-03 at 120iterations finished qdiffx linear iterations at : 14:01:57 total time elapsed so far: 6.960000 # loops : 120 mean,max change (kT/e) : 2.7927215E-04 8.9788437E-03 energy calculations done at 6.960000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.130000 DelPhi exited at 14:02:00 7.129u 0.181s 0:26.22 27.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 Sat Oct 15 2011 at 14:02: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: 340 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4430 !!! WARNING: GLM 169 has a net charge of -0.0940 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: ZN8 820 has a net charge of 1.4000 !!! WARNING: FE 3 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.314929 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): -16.60000 37.33000 ymin,ymax (A): -33.23100 31.38900 zmin,zma (A): -3.689000 65.51400 x,y,z range (A): 53.93000 64.62000 69.20300 scale (grids/A): 2.314929 object centre (A): 10.36500 -0.9209995 30.91250 number of atom coordinates read : 4430 total number of charged atoms : 4182 net assigned charge : 3.606022 assigned positive charge : 660.9313 centred at (gu) : 91.16444 95.24000 78.94639 assigned negative charge : -657.3292 centred at (gu) : 90.49924 95.40777 79.05696 start vw surface at 0.1500000 fill in re-entrant regions at 0.4400000 boundary points on vw surface= 196563 reading accessible surface arcs data from file ARCDAT no. of arc points read = 39822 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 87603 mr = 141266 m= 21964 mr = 67460 m= 3119 mr = 15329 m= 142 mr = 1735 m= 1 mr = 47 m= 0 mr = 0 time to grow re-entrant surface = 0.8400000 no. cavity mid-points inaccessible to solvent = 852 time to turn everything in is 1.400000 number of dielectric boundary points 83555 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 57 iepsmp to db, and charging done at 1.550000 number of grid points assigned charge 33364 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.543286 object centre at (A) : 10.36500 -0.9209995 30.91250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1982923 0.2486688 midg,1,midg; midg,igrid,midg 7.9459641E-03 -0.3566893 1,midg,midg; igrid,midg,midg -7.7188864E-02 0.1296274 gauss-seidel spectral radius is 0.9991559 estimated iterations to convergence 272 setup time was (sec) 1.710000 now iterating at: 14:02:10 rms-change max change #iterations 9.949418 287.3168 at 10iterations 5.686276 126.5949 at 20iterations 3.228904 70.57076 at 30iterations 1.824674 40.27615 at 40iterations 1.026924 21.51940 at 50iterations 0.5751058 13.36272 at 60iterations 0.3214758 6.923340 at 70iterations 0.1791352 3.811287 at 80iterations 9.9901535E-02 2.136276 at 90iterations 5.5629715E-02 1.222445 at 100iterations 3.0948061E-02 0.6371765 at 110iterations 1.7183566E-02 0.3628950 at 120iterations 9.5361955E-03 0.2013054 at 130iterations 5.3026066E-03 0.1044021 at 140iterations 2.9451782E-03 5.6730986E-02 at 150iterations 1.6368653E-03 3.5507679E-02 at 160iterations 9.1245398E-04 1.8573761E-02 at 170iterations 5.1219622E-04 9.8495483E-03 at 180iterations finished qdiffx linear iterations at : 14:02:44 total time elapsed so far: 12.14000 # loops : 180 mean,max change (kT/e) : 5.1219622E-04 9.8495483E-03 energy calculations done at 12.14000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.32000 DelPhi exited at 14:02:46 12.326u 0.184s 0:44.23 28.2% 0+0k 0+0io 0pf+0w