Mon Oct 10 13:59: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 13:59:22 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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3449 !!! WARNING: LLP 1 has a net charge of 1.1100 !!! WARNING: LLP 2 has a net charge of 0.4200 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: 0.5734074 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): -11.22400 50.86100 ymin,ymax (A): -12.68400 42.40200 zmin,zma (A): 17.49200 75.75900 x,y,z range (A): 62.08500 55.08600 58.26701 scale (grids/A): 0.5734074 object centre (A): 19.81850 14.85900 46.62550 number of atom coordinates read : 3449 total number of charged atoms : 3296 net assigned charge : 5.030017 assigned positive charge : 533.7637 centred at (gu) : 90.95678 89.67617 88.14020 assigned negative charge : -528.7351 centred at (gu) : 90.84373 89.75518 88.11648 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 7554 nv = 96 ne = 84 npr = 67200 no. pairs analyzed = 67200 no. exposed pairs = 4580 no. arc points = 32526 no. surface atoms = 1542 nbur = 1907 mkacc time = 0.1800000 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.484000 m= 364 mr = 3764 m= 3 mr = 37 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4100000 number of dielectric boundary points 4120 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3227 ## 326 charges are in solution ## iepsmp to db, and charging done at 0.5300000 number of grid points assigned charge 9514 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.2254034E-10 8.7404028E-10 midg,1,midg; midg,igrid,midg 2.6815010E-09 -7.5377182E-10 1,midg,midg; igrid,midg,midg -1.2212483E-09 3.9944985E-09 gauss-seidel spectral radius is 0.9843481 estimated iterations to convergence 66 setup time was (sec) 0.6700000 now iterating at: 13:59:23 rms-change max change #iterations 9.9164873E-02 15.95525 at 10iterations 7.4786474E-03 1.173223 at 20iterations 5.7805778E-04 9.0900421E-02 at 30iterations 8.1639540E-05 1.3936043E-02 at 40iterations 3.8890335E-05 5.4905415E-03 at 50iterations finished qdiffx linear iterations at : 13:59:26 total time elapsed so far: 3.560000 # loops : 50 mean,max change (kT/e) : 3.8890335E-05 5.4905415E-03 energy calculations done at 3.560000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.780000 DelPhi exited at 13:59:27 3.780u 0.184s 0:04.39 90.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 13:59: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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3449 !!! WARNING: LLP 1 has a net charge of 1.1100 !!! WARNING: LLP 2 has a net charge of 0.4200 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.720222 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): -11.22400 50.86100 ymin,ymax (A): -12.68400 42.40200 zmin,zma (A): 17.49200 75.75900 x,y,z range (A): 62.08500 55.08600 58.26701 scale (grids/A): 1.720222 object centre (A): 19.81850 14.85900 46.62550 number of atom coordinates read : 3449 total number of charged atoms : 3296 net assigned charge : 5.030017 assigned positive charge : 533.7637 centred at (gu) : 92.86953 89.02784 84.42004 assigned negative charge : -528.7351 centred at (gu) : 92.53098 89.26517 84.34882 start vw surface at 0.1800000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 82745 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32526 grid for indexing accessible points = 1.400000 m= 27560 mr = 55427 m= 3614 mr = 18670 m= 157 mr = 1857 m= 0 mr = 36 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6400000 number of dielectric boundary points 38086 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 337 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.7900000 number of grid points assigned charge 25576 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.5734074 object centre at (A) : 19.81850 14.85900 46.62550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.9318990E-02 7.9424372E-03 midg,1,midg; midg,igrid,midg 2.2192789E-02 -8.3148703E-03 1,midg,midg; igrid,midg,midg -1.1516381E-02 2.1909748E-03 gauss-seidel spectral radius is 0.9984239 estimated iterations to convergence 200 setup time was (sec) 0.9700000 now iterating at: 13:59:28 rms-change max change #iterations 4.186374 187.0294 at 10iterations 1.847770 64.70814 at 20iterations 0.8217139 30.03737 at 30iterations 0.3644608 11.61763 at 40iterations 0.1620186 5.526917 at 50iterations 7.2046921E-02 2.357394 at 60iterations 3.1937499E-02 1.082985 at 70iterations 1.4208634E-02 0.4972248 at 80iterations 6.3007129E-03 0.2230873 at 90iterations 2.8053171E-03 9.5521927E-02 at 100iterations 1.2468811E-03 4.1229248E-02 at 110iterations 5.5723102E-04 2.1545410E-02 at 120iterations finished qdiffx linear iterations at : 13:59:35 total time elapsed so far: 8.150000 # loops : 120 mean,max change (kT/e) : 5.5723102E-04 2.1545410E-02 energy calculations done at 8.150000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.390000 DelPhi exited at 13:59:36 8.397u 0.238s 0:09.45 91.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 13:59: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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3449 !!! WARNING: LLP 1 has a net charge of 1.1100 !!! WARNING: LLP 2 has a net charge of 0.4200 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1700000 grid size : 179 scale,in grids/A, set to be: 2.580333 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): -11.22400 50.86100 ymin,ymax (A): -12.68400 42.40200 zmin,zma (A): 17.49200 75.75900 x,y,z range (A): 62.08500 55.08600 58.26701 scale (grids/A): 2.580333 object centre (A): 19.81850 14.85900 46.62550 number of atom coordinates read : 3449 total number of charged atoms : 3296 net assigned charge : 5.030017 assigned positive charge : 533.7637 centred at (gu) : 94.30399 88.54143 81.62976 assigned negative charge : -528.7351 centred at (gu) : 93.79632 88.89774 81.52323 start vw surface at 0.2500000 fill in re-entrant regions at 0.5800000 boundary points on vw surface= 191766 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32526 grid for indexing accessible points = 1.400000 m= 91626 mr = 135709 m= 29616 mr = 71584 m= 6039 mr = 22089 m= 648 mr = 4065 m= 19 mr = 378 m= 0 mr = 7 time to grow re-entrant surface = 0.9500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.660000 number of dielectric boundary points 85882 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 14 iepsmp to db, and charging done at 1.820000 number of grid points assigned charge 26344 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.720222 object centre at (A) : 19.81850 14.85900 46.62550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3475782 9.3773723E-02 midg,1,midg; midg,igrid,midg 0.3631110 -9.0959623E-02 1,midg,midg; igrid,midg,midg 3.3787235E-03 -0.4441618 gauss-seidel spectral radius is 0.9992282 estimated iterations to convergence 284 setup time was (sec) 2.010000 now iterating at: 13:59:39 rms-change max change #iterations 10.70161 395.7009 at 10iterations 6.346983 152.7412 at 20iterations 3.711035 87.88006 at 30iterations 2.160698 55.80258 at 40iterations 1.247884 25.99292 at 50iterations 0.7187856 13.90994 at 60iterations 0.4130541 9.522026 at 70iterations 0.2365542 4.761220 at 80iterations 0.1354456 2.678452 at 90iterations 7.7202514E-02 1.916183 at 100iterations 4.4180177E-02 0.8617783 at 110iterations 2.5186878E-02 0.5074835 at 120iterations 1.4370724E-02 0.2814865 at 130iterations 8.1959879E-03 0.1605256 at 140iterations 4.6945000E-03 8.8314772E-02 at 150iterations 2.6892563E-03 4.8904419E-02 at 160iterations 1.5625148E-03 3.1250000E-02 at 170iterations 9.2841539E-04 1.7583847E-02 at 180iterations finished qdiffx linear iterations at : 13:59:50 total time elapsed so far: 13.54000 # loops : 180 mean,max change (kT/e) : 9.2841539E-04 1.7583847E-02 energy calculations done at 13.54000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.74000 DelPhi exited at 13:59:51 13.746u 0.269s 0:14.56 96.1% 0+0k 0+0io 0pf+0w