Mon Oct 10 18:46:22 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 Mon Oct 10 2011 at 18:46:23 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3919 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.5346228 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): -42.76000 10.56500 ymin,ymax (A): -18.38400 33.75500 zmin,zma (A): -77.36500 -10.77600 x,y,z range (A): 53.32500 52.13900 66.58900 scale (grids/A): 0.5346228 object centre (A): -16.09750 7.685499 -44.07050 number of atom coordinates read : 3919 total number of charged atoms : 3777 net assigned charge : 7.000043 assigned positive charge : 600.3421 centred at (gu) : 89.57305 89.58434 89.94154 assigned negative charge : -593.3451 centred at (gu) : 89.54864 89.44219 89.98684 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 7464 nv = 96 ne = 84 npr = 75595 no. pairs analyzed = 75595 no. exposed pairs = 5225 no. arc points = 36578 no. surface atoms = 1730 nbur = 2189 mkacc time = 0.1300000 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= 283 mr = 3791 m= 0 mr = 4 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 4 time to turn everything in is 0.2800000 number of dielectric boundary points 3952 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3665 ## 517 charges are in solution ## iepsmp to db, and charging done at 0.3400000 number of grid points assigned charge 9749 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.4884358E-10 1.9818060E-11 midg,1,midg; midg,igrid,midg -6.1435718E-10 9.7633157E-10 1,midg,midg; igrid,midg,midg 1.5591324E-10 3.7940434E-10 gauss-seidel spectral radius is 0.9820498 estimated iterations to convergence 62 setup time was (sec) 0.4600000 now iterating at: 18:46:23 rms-change max change #iterations 7.5058348E-02 13.05635 at 10iterations 5.0614681E-03 0.8427849 at 20iterations 6.3332944E-04 0.1234512 at 30iterations 1.8600254E-04 3.6956787E-02 at 40iterations 6.7390196E-05 1.1898041E-02 at 50iterations finished qdiffx linear iterations at : 18:46:26 total time elapsed so far: 3.380000 # loops : 50 mean,max change (kT/e) : 6.7390196E-05 1.1898041E-02 energy calculations done at 3.380000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.500000 DelPhi exited at 18:46:27 3.506u 0.182s 0:04.25 86.5% 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 Mon Oct 10 2011 at 18:46: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3919 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.603869 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): -42.76000 10.56500 ymin,ymax (A): -18.38400 33.75500 zmin,zma (A): -77.36500 -10.77600 x,y,z range (A): 53.32500 52.13900 66.58900 scale (grids/A): 1.603869 object centre (A): -16.09750 7.685499 -44.07050 number of atom coordinates read : 3919 total number of charged atoms : 3777 net assigned charge : 7.000043 assigned positive charge : 600.3421 centred at (gu) : 88.71782 88.75195 89.82380 assigned negative charge : -593.3451 centred at (gu) : 88.64585 88.32642 89.96006 start vw surface at 0.1200000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 82665 reading accessible surface arcs data from file ARCDAT no. of arc points read = 36578 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 26678 mr = 56008 m= 2665 mr = 18074 m= 72 mr = 1177 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 1137 time to turn everything in is 0.4100000 number of dielectric boundary points 36822 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 483 ## 7 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 28841 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.5346228 object centre at (A) : -16.09750 7.685499 -44.07050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.3983303E-02 -4.4998149E-03 midg,1,midg; midg,igrid,midg -4.9386062E-03 4.8530088E-03 1,midg,midg; igrid,midg,midg 5.4167365E-03 1.6326379E-02 gauss-seidel spectral radius is 0.9982296 estimated iterations to convergence 189 setup time was (sec) 0.6400000 now iterating at: 18:46:28 rms-change max change #iterations 3.777231 165.9087 at 10iterations 1.587500 57.80109 at 20iterations 0.6714704 25.28524 at 30iterations 0.2827732 10.41996 at 40iterations 0.1195276 4.182926 at 50iterations 5.0396360E-02 1.599640 at 60iterations 2.1222988E-02 0.7287865 at 70iterations 8.9714555E-03 0.3096676 at 80iterations 3.7953360E-03 0.1265030 at 90iterations 1.6132022E-03 5.3808451E-02 at 100iterations 6.8910129E-04 2.5213242E-02 at 110iterations 3.0030721E-04 1.0589600E-02 at 120iterations finished qdiffx linear iterations at : 18:46:35 total time elapsed so far: 7.840000 # loops : 120 mean,max change (kT/e) : 3.0030721E-04 1.0589600E-02 energy calculations done at 7.840000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.970000 DelPhi exited at 18:46:36 7.974u 0.207s 0:08.76 93.2% 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 Mon Oct 10 2011 at 18:46:36 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3919 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.405803 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): -42.76000 10.56500 ymin,ymax (A): -18.38400 33.75500 zmin,zma (A): -77.36500 -10.77600 x,y,z range (A): 53.32500 52.13900 66.58900 scale (grids/A): 2.405803 object centre (A): -16.09750 7.685499 -44.07050 number of atom coordinates read : 3919 total number of charged atoms : 3777 net assigned charge : 7.000043 assigned positive charge : 600.3421 centred at (gu) : 88.07642 88.12771 89.73538 assigned negative charge : -593.3451 centred at (gu) : 87.96870 87.48959 89.94017 start vw surface at 0.1100000 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 191929 reading accessible surface arcs data from file ARCDAT no. of arc points read = 36578 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 91797 mr = 137277 m= 26194 mr = 71885 m= 3829 mr = 19272 m= 226 mr = 2343 m= 1 mr = 67 m= 0 mr = 0 time to grow re-entrant surface = 0.5599999 no. cavity mid-points inaccessible to solvent = 3987 time to turn everything in is 0.9800000 number of dielectric boundary points 83132 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 46 iepsmp to db, and charging done at 1.070000 number of grid points assigned charge 30178 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.603869 object centre at (A) : -16.09750 7.685499 -44.07050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.6162389 8.7226927E-03 midg,1,midg; midg,igrid,midg -7.1010508E-02 3.7593324E-02 1,midg,midg; igrid,midg,midg 0.1257135 0.3102678 gauss-seidel spectral radius is 0.9991847 estimated iterations to convergence 277 setup time was (sec) 1.210000 now iterating at: 18:46:37 rms-change max change #iterations 9.913870 363.2384 at 10iterations 5.689066 145.9864 at 20iterations 3.236545 70.84418 at 30iterations 1.838527 39.68259 at 40iterations 1.040296 21.49101 at 50iterations 0.5864798 11.42607 at 60iterations 0.3301513 7.332193 at 70iterations 0.1853945 4.157379 at 80iterations 0.1043010 2.005301 at 90iterations 5.8463495E-02 1.232917 at 100iterations 3.2789581E-02 0.6652889 at 110iterations 1.8393964E-02 0.4018860 at 120iterations 1.0357029E-02 0.2118082 at 130iterations 5.8512245E-03 0.1175566 at 140iterations 3.3304847E-03 6.7692757E-02 at 150iterations 1.9342089E-03 4.4411659E-02 at 160iterations 1.1694301E-03 2.8207779E-02 at 170iterations 7.5666734E-04 1.6789436E-02 at 180iterations finished qdiffx linear iterations at : 18:46:49 total time elapsed so far: 12.72000 # loops : 180 mean,max change (kT/e) : 7.5666734E-04 1.6789436E-02 energy calculations done at 12.72000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.85000 DelPhi exited at 18:46:49 12.851u 0.223s 0:13.39 97.6% 0+0k 0+0io 0pf+0w