Mon Oct 10 17:13:23 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 17:13: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 = 3561 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5892869 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): -20.05800 40.35400 ymin,ymax (A): -30.30300 27.89900 zmin,zma (A): 6.118000 65.63900 x,y,z range (A): 60.41200 58.20200 59.52100 scale (grids/A): 0.5892869 object centre (A): 10.14800 -1.202000 35.87850 number of atom coordinates read : 3561 total number of charged atoms : 3422 net assigned charge : 8.500019 assigned positive charge : 545.9768 centred at (gu) : 88.13300 90.33913 89.78654 assigned negative charge : -537.4786 centred at (gu) : 88.11640 90.32861 89.83375 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 8061 nv = 96 ne = 84 npr = 72097 no. pairs analyzed = 72097 no. exposed pairs = 4462 no. arc points = 31493 no. surface atoms = 1481 nbur = 2080 mkacc time = 0.1200000 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.456000 m= 381 mr = 4221 m= 3 mr = 39 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 8 time to turn everything in is 0.2500000 number of dielectric boundary points 4185 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3274 ## 387 charges are in solution ## iepsmp to db, and charging done at 0.3200000 number of grid points assigned charge 10313 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.4471551E-09 8.1063528E-10 midg,1,midg; midg,igrid,midg 2.0150246E-09 3.1601797E-09 1,midg,midg; igrid,midg,midg 2.9569744E-09 2.0737043E-09 gauss-seidel spectral radius is 0.9851812 estimated iterations to convergence 67 setup time was (sec) 0.4500000 now iterating at: 17:13:24 rms-change max change #iterations 0.1201406 17.50598 at 10iterations 9.6178604E-03 1.124329 at 20iterations 7.9027860E-04 0.1179276 at 30iterations 6.6103050E-05 9.3612671E-03 at 40iterations 5.3526733E-06 7.2860718E-04 at 50iterations finished qdiffx linear iterations at : 17:13:27 total time elapsed so far: 3.300000 # loops : 50 mean,max change (kT/e) : 5.3526733E-06 7.2860718E-04 energy calculations done at 3.300000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.430000 DelPhi exited at 17:13:27 3.437u 0.175s 0:03.92 91.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 Mon Oct 10 2011 at 17:13: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 = 3561 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.767861 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): -20.05800 40.35400 ymin,ymax (A): -30.30300 27.89900 zmin,zma (A): 6.118000 65.63900 x,y,z range (A): 60.41200 58.20200 59.52100 scale (grids/A): 1.767861 object centre (A): 10.14800 -1.202000 35.87850 number of atom coordinates read : 3561 total number of charged atoms : 3422 net assigned charge : 8.500019 assigned positive charge : 545.9768 centred at (gu) : 84.39827 91.01649 89.35892 assigned negative charge : -537.4786 centred at (gu) : 84.34876 90.98564 89.50066 start vw surface at 0.1000000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 87314 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31493 grid for indexing accessible points = 1.400000 m= 29787 mr = 59525 m= 4089 mr = 20945 m= 206 mr = 2289 m= 0 mr = 39 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 685 time to turn everything in is 0.4500000 number of dielectric boundary points 38598 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 269 iepsmp to db, and charging done at 0.5400000 number of grid points assigned charge 26592 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.5892869 object centre at (A) : 10.14800 -1.202000 35.87850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.1433614E-02 3.4279674E-02 midg,1,midg; midg,igrid,midg 4.6126661E-03 3.6965944E-02 1,midg,midg; igrid,midg,midg -2.8230492E-03 2.6978128E-02 gauss-seidel spectral radius is 0.9985167 estimated iterations to convergence 206 setup time was (sec) 0.7100000 now iterating at: 17:13:28 rms-change max change #iterations 4.419672 204.7887 at 10iterations 1.987662 64.37271 at 20iterations 0.8974279 32.32178 at 30iterations 0.4085020 12.67657 at 40iterations 0.1852060 5.516308 at 50iterations 8.3775662E-02 2.614730 at 60iterations 3.7990607E-02 1.174766 at 70iterations 1.7267732E-02 0.5518856 at 80iterations 7.7968803E-03 0.2566953 at 90iterations 3.5373473E-03 0.1102829 at 100iterations 1.6052044E-03 4.9112320E-02 at 110iterations 7.3019252E-04 2.2037506E-02 at 120iterations finished qdiffx linear iterations at : 17:13:36 total time elapsed so far: 8.610000 # loops : 120 mean,max change (kT/e) : 7.3019252E-04 2.2037506E-02 energy calculations done at 8.610000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.750000 DelPhi exited at 17:13:37 8.748u 0.274s 0:09.35 96.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 Mon Oct 10 2011 at 17:13:37 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 = 3561 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.651791 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): -20.05800 40.35400 ymin,ymax (A): -30.30300 27.89900 zmin,zma (A): 6.118000 65.63900 x,y,z range (A): 60.41200 58.20200 59.52100 scale (grids/A): 2.651791 object centre (A): 10.14800 -1.202000 35.87850 number of atom coordinates read : 3561 total number of charged atoms : 3422 net assigned charge : 8.500019 assigned positive charge : 545.9768 centred at (gu) : 81.59705 91.52444 89.03799 assigned negative charge : -537.4786 centred at (gu) : 81.52295 91.47828 89.25094 start vw surface at 0.1000000 fill in re-entrant regions at 0.3700000 boundary points on vw surface= 202360 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31493 grid for indexing accessible points = 1.400000 m= 97963 mr = 144870 m= 32846 mr = 78259 m= 6949 mr = 25456 m= 808 mr = 4829 m= 27 mr = 482 m= 1 mr = 5 m= 0 mr = 0 time to grow re-entrant surface = 0.6200001 no. cavity mid-points inaccessible to solvent = 2395 time to turn everything in is 1.090000 number of dielectric boundary points 87053 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4 iepsmp to db, and charging done at 1.200000 number of grid points assigned charge 27368 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.767861 object centre at (A) : 10.14800 -1.202000 35.87850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.5000150 0.4671349 midg,1,midg; midg,igrid,midg 0.1222251 0.5180581 1,midg,midg; igrid,midg,midg -0.2072451 0.5534039 gauss-seidel spectral radius is 0.9992501 estimated iterations to convergence 288 setup time was (sec) 1.340000 now iterating at: 17:13:38 rms-change max change #iterations 10.71499 309.0488 at 10iterations 6.263188 154.4870 at 20iterations 3.637011 73.21375 at 30iterations 2.103069 40.65915 at 40iterations 1.211834 25.64612 at 50iterations 0.6989940 14.24134 at 60iterations 0.4019478 7.813087 at 70iterations 0.2307576 4.339242 at 80iterations 0.1322783 2.355769 at 90iterations 7.5905509E-02 1.488411 at 100iterations 4.3504070E-02 0.7749023 at 110iterations 2.4929969E-02 0.4341125 at 120iterations 1.4263639E-02 0.2395127 at 130iterations 8.1708524E-03 0.1402283 at 140iterations 4.6810205E-03 8.4320068E-02 at 150iterations 2.6752630E-03 4.7103882E-02 at 160iterations 1.5328873E-03 2.6141882E-02 at 170iterations 8.7589794E-04 1.6600132E-02 at 180iterations finished qdiffx linear iterations at : 17:13:50 total time elapsed so far: 13.40000 # loops : 180 mean,max change (kT/e) : 8.7589794E-04 1.6600132E-02 energy calculations done at 13.40000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.53000 DelPhi exited at 17:13:51 13.536u 0.253s 0:14.27 96.5% 0+0k 0+0io 0pf+0w