Sat Oct 8 17:56:03 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 Sat Oct 8 2011 at 17:56:03 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 = 3549 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.5506318 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): -2.811000 61.84200 ymin,ymax (A): -24.84300 29.62000 zmin,zma (A): -21.03400 32.51700 x,y,z range (A): 64.65300 54.46300 53.55100 scale (grids/A): 0.5506318 object centre (A): 29.51550 2.388500 5.741499 number of atom coordinates read : 3549 total number of charged atoms : 3402 net assigned charge : -2.499990 assigned positive charge : 533.2411 centred at (gu) : 88.10717 88.50481 91.27537 assigned negative charge : -535.7427 centred at (gu) : 88.14814 88.45747 91.35603 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 6989 nv = 96 ne = 84 npr = 71418 no. pairs analyzed = 71418 no. exposed pairs = 4578 no. arc points = 31634 no. surface atoms = 1536 nbur = 2013 mkacc time = 0.1500000 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.540000 m= 283 mr = 3643 m= 0 mr = 16 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 3613 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3170 ## 403 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 9133 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.1970374E-10 -1.2951701E-09 midg,1,midg; midg,igrid,midg -9.0357177E-10 1.8384241E-10 1,midg,midg; igrid,midg,midg 3.4549533E-10 -3.5482137E-10 gauss-seidel spectral radius is 0.9830344 estimated iterations to convergence 63 setup time was (sec) 0.5900000 now iterating at: 17:56:04 rms-change max change #iterations 8.5183710E-02 11.99981 at 10iterations 5.9683518E-03 0.9074974 at 20iterations 5.8880716E-04 9.9520683E-02 at 30iterations 1.5319197E-04 2.7567863E-02 at 40iterations 5.5326174E-05 1.0980606E-02 at 50iterations finished qdiffx linear iterations at : 17:56:07 total time elapsed so far: 3.520000 # loops : 50 mean,max change (kT/e) : 5.5326174E-05 1.0980606E-02 energy calculations done at 3.520000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.690000 DelPhi exited at 17:56:07 3.693u 0.267s 0:04.24 93.1% 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 8 2011 at 17:56:07 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 = 3549 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.651896 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): -2.811000 61.84200 ymin,ymax (A): -24.84300 29.62000 zmin,zma (A): -21.03400 32.51700 x,y,z range (A): 64.65300 54.46300 53.55100 scale (grids/A): 1.651896 object centre (A): 29.51550 2.388500 5.741499 number of atom coordinates read : 3549 total number of charged atoms : 3402 net assigned charge : -2.499990 assigned positive charge : 533.2411 centred at (gu) : 84.32040 85.51323 93.82516 assigned negative charge : -535.7427 centred at (gu) : 84.44392 85.37206 94.06741 start vw surface at 0.1700000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 77324 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31634 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 25417 mr = 52926 m= 2909 mr = 17734 m= 85 mr = 1458 m= 0 mr = 11 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5700000 number of dielectric boundary points 33606 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 363 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.7000000 number of grid points assigned charge 26120 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.5506318 object centre at (A) : 29.51550 2.388500 5.741499 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.2532079E-03 7.3620374E-04 midg,1,midg; midg,igrid,midg -1.1040154E-02 9.4970991E-04 1,midg,midg; igrid,midg,midg -2.4454771E-03 6.4978944E-03 gauss-seidel spectral radius is 0.9982759 estimated iterations to convergence 191 setup time was (sec) 0.8900000 now iterating at: 17:56:08 rms-change max change #iterations 3.764740 159.9206 at 10iterations 1.597804 50.67613 at 20iterations 0.6831857 26.82006 at 30iterations 0.2907431 9.716460 at 40iterations 0.1240373 3.887089 at 50iterations 5.3049926E-02 2.004615 at 60iterations 2.2640048E-02 0.7647955 at 70iterations 9.6846325E-03 0.3213048 at 80iterations 4.1681253E-03 0.1392250 at 90iterations 1.8202589E-03 5.8932304E-02 at 100iterations 8.2273484E-04 3.0011177E-02 at 110iterations 4.0209270E-04 1.7468452E-02 at 120iterations finished qdiffx linear iterations at : 17:56:16 total time elapsed so far: 8.230000 # loops : 120 mean,max change (kT/e) : 4.0209270E-04 1.7468452E-02 energy calculations done at 8.230000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.390000 DelPhi exited at 17:56:16 8.396u 0.294s 0:08.96 96.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 8 2011 at 17:56:16 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 = 3549 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.477843 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): -2.811000 61.84200 ymin,ymax (A): -24.84300 29.62000 zmin,zma (A): -21.03400 32.51700 x,y,z range (A): 64.65300 54.46300 53.55100 scale (grids/A): 2.477843 object centre (A): 29.51550 2.388500 5.741499 number of atom coordinates read : 3549 total number of charged atoms : 3402 net assigned charge : -2.499990 assigned positive charge : 533.2411 centred at (gu) : 81.48027 83.26960 95.73758 assigned negative charge : -535.7427 centred at (gu) : 81.66562 83.05796 96.10114 start vw surface at 0.1700000 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 179052 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31634 grid for indexing accessible points = 1.400000 m= 86632 mr = 129273 m= 26579 mr = 68606 m= 4563 mr = 20206 m= 379 mr = 3064 m= 6 mr = 164 m= 0 mr = 0 time to grow re-entrant surface = 0.7900001 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.350000 number of dielectric boundary points 75898 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 27 iepsmp to db, and charging done at 1.500000 number of grid points assigned charge 27188 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.651896 object centre at (A) : 29.51550 2.388500 5.741499 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1012491 7.7008076E-02 midg,1,midg; midg,igrid,midg -0.1399531 1.2511860E-02 1,midg,midg; igrid,midg,midg 0.1002427 0.1386062 gauss-seidel spectral radius is 0.9991731 estimated iterations to convergence 275 setup time was (sec) 1.690000 now iterating at: 17:56:18 rms-change max change #iterations 9.685129 308.6295 at 10iterations 5.529239 131.3324 at 20iterations 3.148751 66.96776 at 30iterations 1.781950 36.07407 at 40iterations 1.003847 24.15356 at 50iterations 0.5641870 12.18292 at 60iterations 0.3166613 6.361073 at 70iterations 0.1769576 3.842407 at 80iterations 9.9392742E-02 1.899027 at 90iterations 5.5388238E-02 1.146701 at 100iterations 3.1036755E-02 0.6134071 at 110iterations 1.7285965E-02 0.3310919 at 120iterations 9.6468246E-03 0.1729393 at 130iterations 5.3783986E-03 0.1115799 at 140iterations 2.9999875E-03 5.5671185E-02 at 150iterations 1.6776626E-03 3.3100128E-02 at 160iterations 9.4024406E-04 1.9212723E-02 at 170iterations 5.3089747E-04 1.1037827E-02 at 180iterations finished qdiffx linear iterations at : 17:56:30 total time elapsed so far: 13.52000 # loops : 180 mean,max change (kT/e) : 5.3089747E-04 1.1037827E-02 energy calculations done at 13.52000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.69000 DelPhi exited at 17:56:30 13.694u 0.312s 0:14.31 97.8% 0+0k 0+0io 0pf+0w