Tue Oct 11 04:21:08 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 Tue Oct 11 2011 at 04:21:08 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: 325 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2750 !!! WARNING: HIR 72 has a net charge of 0.5140 !!! WARNING: TYS 1 has a net charge of -0.3600 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6651719 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): -14.75900 32.66100 ymin,ymax (A): 7.556000 55.78200 zmin,zma (A): 25.38800 78.90800 x,y,z range (A): 47.42000 48.22600 53.52000 scale (grids/A): 0.6651719 object centre (A): 8.951000 31.66900 52.14800 number of atom coordinates read : 2750 total number of charged atoms : 2598 net assigned charge : 4.154017 assigned positive charge : 418.1978 centred at (gu) : 90.06888 90.40903 88.66396 assigned negative charge : -414.0443 centred at (gu) : 90.35748 90.20081 88.69347 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 8148 nv = 96 ne = 84 npr = 56958 no. pairs analyzed = 56958 no. exposed pairs = 3279 no. arc points = 22474 no. surface atoms = 1102 nbur = 1648 mkacc time = 9.9999994E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 463 mr = 4766 m= 3 mr = 59 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 47 time to turn everything in is 0.2000000 number of dielectric boundary points 3789 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2150 ## 207 charges are in solution ## iepsmp to db, and charging done at 0.2700000 number of grid points assigned charge 9518 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.5083756E-08 3.8373931E-09 midg,1,midg; midg,igrid,midg -3.5878955E-08 6.6408411E-08 1,midg,midg; igrid,midg,midg 7.8172803E-08 -6.0413633E-08 gauss-seidel spectral radius is 0.9882918 estimated iterations to convergence 75 setup time was (sec) 0.3900000 now iterating at: 04:21:08 rms-change max change #iterations 0.1801920 26.26195 at 10iterations 1.9974953E-02 2.345078 at 20iterations 2.1847030E-03 0.2934036 at 30iterations 2.4366622E-04 3.3233643E-02 at 40iterations 2.9152636E-05 4.0054321E-03 at 50iterations finished qdiffx linear iterations at : 04:21:11 total time elapsed so far: 3.300000 # loops : 50 mean,max change (kT/e) : 2.9152636E-05 4.0054321E-03 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.440000 DelPhi exited at 04:21:12 3.439u 0.181s 0:04.07 88.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 Tue Oct 11 2011 at 04:21:12 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: 325 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2750 !!! WARNING: HIR 72 has a net charge of 0.5140 !!! WARNING: TYS 1 has a net charge of -0.3600 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.995516 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): -14.75900 32.66100 ymin,ymax (A): 7.556000 55.78200 zmin,zma (A): 25.38800 78.90800 x,y,z range (A): 47.42000 48.22600 53.52000 scale (grids/A): 1.995516 object centre (A): 8.951000 31.66900 52.14800 number of atom coordinates read : 2750 total number of charged atoms : 2598 net assigned charge : 4.154017 assigned positive charge : 418.1978 centred at (gu) : 90.20614 91.22649 85.99116 assigned negative charge : -414.0443 centred at (gu) : 91.07227 90.60201 86.08015 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 87154 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22474 grid for indexing accessible points = 1.400000 m= 32685 mr = 62577 m= 5324 mr = 24781 m= 377 mr = 3415 m= 6 mr = 165 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 1857 time to turn everything in is 0.4200000 number of dielectric boundary points 34608 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 122 iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 20574 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.6651719 object centre at (A) : 8.951000 31.66900 52.14800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.5473558E-02 -2.4422938E-02 midg,1,midg; midg,igrid,midg -2.0124640E-02 4.6235356E-02 1,midg,midg; igrid,midg,midg 8.9036949E-02 -2.5528593E-02 gauss-seidel spectral radius is 0.9987606 estimated iterations to convergence 225 setup time was (sec) 0.6300000 now iterating at: 04:21:13 rms-change max change #iterations 4.878250 198.6289 at 10iterations 2.382796 72.86356 at 20iterations 1.152649 37.98235 at 30iterations 0.5620099 16.46092 at 40iterations 0.2732309 8.760503 at 50iterations 0.1329938 4.076821 at 60iterations 6.4833574E-02 2.150761 at 70iterations 3.1491790E-02 0.9531784 at 80iterations 1.5336984E-02 0.4364166 at 90iterations 7.4629332E-03 0.2229004 at 100iterations 3.6336922E-03 0.1019611 at 110iterations 1.7695928E-03 4.7134399E-02 at 120iterations finished qdiffx linear iterations at : 04:21:21 total time elapsed so far: 8.500000 # loops : 120 mean,max change (kT/e) : 1.7695928E-03 4.7134399E-02 energy calculations done at 8.500000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.640000 DelPhi exited at 04:21:21 8.639u 0.214s 0:09.15 96.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 Tue Oct 11 2011 at 04:21:21 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: 325 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2750 !!! WARNING: HIR 72 has a net charge of 0.5140 !!! WARNING: TYS 1 has a net charge of -0.3600 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.993273 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): -14.75900 32.66100 ymin,ymax (A): 7.556000 55.78200 zmin,zma (A): 25.38800 78.90800 x,y,z range (A): 47.42000 48.22600 53.52000 scale (grids/A): 2.993273 object centre (A): 8.951000 31.66900 52.14800 number of atom coordinates read : 2750 total number of charged atoms : 2598 net assigned charge : 4.154017 assigned positive charge : 418.1978 centred at (gu) : 90.30904 91.83960 83.98676 assigned negative charge : -414.0443 centred at (gu) : 91.60842 90.90297 84.12022 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3900000 boundary points on vw surface= 201692 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22474 grid for indexing accessible points = 1.400000 m= 105359 mr = 151083 m= 38798 mr = 87738 m= 9771 mr = 31728 m= 1587 mr = 7515 m= 133 mr = 1077 m= 5 mr = 74 m= 0 mr = 0 time to grow re-entrant surface = 0.6400000 no. cavity mid-points inaccessible to solvent = 6043 time to turn everything in is 1.120000 number of dielectric boundary points 78130 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.220000 number of grid points assigned charge 20783 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.995516 object centre at (A) : 8.951000 31.66900 52.14800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3755911 -0.6268772 midg,1,midg; midg,igrid,midg -0.1855463 0.5110011 1,midg,midg; igrid,midg,midg 0.7630604 -0.2277239 gauss-seidel spectral radius is 0.9992856 estimated iterations to convergence 295 setup time was (sec) 1.370000 now iterating at: 04:21:23 rms-change max change #iterations 11.09244 384.5747 at 10iterations 6.520311 131.2076 at 20iterations 3.822517 75.52386 at 30iterations 2.241358 43.41705 at 40iterations 1.307564 23.70687 at 50iterations 0.7656980 14.10181 at 60iterations 0.4458492 9.027473 at 70iterations 0.2601832 4.490055 at 80iterations 0.1515359 2.543662 at 90iterations 8.8303417E-02 1.483837 at 100iterations 5.1469080E-02 0.8690615 at 110iterations 2.9881082E-02 0.5422242 at 120iterations 1.7482629E-02 0.2946312 at 130iterations 1.0201095E-02 0.1659374 at 140iterations 5.9687500E-03 9.6698761E-02 at 150iterations 3.5142959E-03 5.9583664E-02 at 160iterations 2.0831970E-03 3.8871765E-02 at 170iterations 1.2555225E-03 2.1820068E-02 at 180iterations finished qdiffx linear iterations at : 04:21:34 total time elapsed so far: 12.90000 # loops : 180 mean,max change (kT/e) : 1.2555225E-03 2.1820068E-02 energy calculations done at 12.90000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.03000 DelPhi exited at 04:21:35 13.038u 0.207s 0:13.59 97.3% 0+0k 0+0io 0pf+0w