Mon Oct 10 01:00: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+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 Mon Oct 10 2011 at 01:00: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: 272 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1978 !!! WARNING: HIQ 147 has a net charge of 0.5140 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.6522057 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): 26.98300 64.50200 ymin,ymax (A): -7.559000 45.57600 zmin,zma (A): 39.85700 94.44100 x,y,z range (A): 37.51900 53.13500 54.58400 scale (grids/A): 0.6522057 object centre (A): 45.74250 19.00850 67.14900 number of atom coordinates read : 1978 total number of charged atoms : 1846 net assigned charge : 4.014006 assigned positive charge : 293.8099 centred at (gu) : 89.88125 88.43524 90.04618 assigned negative charge : -289.7962 centred at (gu) : 89.98829 88.31094 90.12530 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 5773 nv = 96 ne = 84 npr = 40881 no. pairs analyzed = 40881 no. exposed pairs = 2452 no. arc points = 17276 no. surface atoms = 840 nbur = 1138 mkacc time = 9.9999994E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 365 mr = 3256 m= 1 mr = 77 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2700000 number of dielectric boundary points 2806 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1672 ## 126 charges are in solution ## iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 6666 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.7769270E-08 -1.1229495E-09 midg,1,midg; midg,igrid,midg -9.5809449E-09 1.6790509E-08 1,midg,midg; igrid,midg,midg 2.1772976E-08 -4.4112967E-09 gauss-seidel spectral radius is 0.9877624 estimated iterations to convergence 74 setup time was (sec) 0.5400000 now iterating at: 01:00:04 rms-change max change #iterations 0.1406550 22.10068 at 10iterations 1.4270413E-02 2.200586 at 20iterations 1.4939068E-03 0.2573872 at 30iterations 1.5217075E-04 2.4091721E-02 at 40iterations 1.5797586E-05 2.8076172E-03 at 50iterations finished qdiffx linear iterations at : 01:00:06 total time elapsed so far: 3.360000 # loops : 50 mean,max change (kT/e) : 1.5797586E-05 2.8076172E-03 energy calculations done at 3.360000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.550000 DelPhi exited at 01:00:07 3.549u 0.193s 0:04.14 90.0% 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 01:00: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: 272 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1978 !!! WARNING: HIQ 147 has a net charge of 0.5140 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.956617 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): 26.98300 64.50200 ymin,ymax (A): -7.559000 45.57600 zmin,zma (A): 39.85700 94.44100 x,y,z range (A): 37.51900 53.13500 54.58400 scale (grids/A): 1.956617 object centre (A): 45.74250 19.00850 67.14900 number of atom coordinates read : 1978 total number of charged atoms : 1846 net assigned charge : 4.014006 assigned positive charge : 293.8099 centred at (gu) : 89.64402 85.30569 90.13849 assigned negative charge : -289.7962 centred at (gu) : 89.96511 84.93306 90.37624 start vw surface at 0.1500000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 61336 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17276 grid for indexing accessible points = 1.400000 m= 24266 mr = 42501 m= 4473 mr = 18736 m= 298 mr = 3037 m= 6 mr = 151 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 313 time to turn everything in is 0.5100000 number of dielectric boundary points 25954 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 102 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6500000 number of grid points assigned charge 14583 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.6522057 object centre at (A) : 45.74250 19.00850 67.14900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 9.6590919E-03 3.0426109E-02 midg,1,midg; midg,igrid,midg -5.1351921E-03 4.0831987E-02 1,midg,midg; igrid,midg,midg 1.6236600E-02 -2.5057138E-03 gauss-seidel spectral radius is 0.9986312 estimated iterations to convergence 214 setup time was (sec) 0.8300000 now iterating at: 01:00:08 rms-change max change #iterations 3.817053 191.2542 at 10iterations 1.787551 71.84985 at 20iterations 0.8361198 31.56744 at 30iterations 0.3900850 14.47727 at 40iterations 0.1827356 5.997062 at 50iterations 8.5207090E-02 3.092281 at 60iterations 3.9922819E-02 1.376377 at 70iterations 1.8677216E-02 0.6227226 at 80iterations 8.7276381E-03 0.3236790 at 90iterations 4.0835603E-03 0.1346760 at 100iterations 1.9175826E-03 6.3453674E-02 at 110iterations 8.9475914E-04 2.8985977E-02 at 120iterations finished qdiffx linear iterations at : 01:00:15 total time elapsed so far: 7.780000 # loops : 120 mean,max change (kT/e) : 8.9475914E-04 2.8985977E-02 energy calculations done at 7.780000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.970000 DelPhi exited at 01:00:16 7.972u 0.240s 0:08.49 96.7% 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 01:00: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: 272 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1978 !!! WARNING: HIQ 147 has a net charge of 0.5140 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.934926 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): 26.98300 64.50200 ymin,ymax (A): -7.559000 45.57600 zmin,zma (A): 39.85700 94.44100 x,y,z range (A): 37.51900 53.13500 54.58400 scale (grids/A): 2.934926 object centre (A): 45.74250 19.00850 67.14900 number of atom coordinates read : 1978 total number of charged atoms : 1846 net assigned charge : 4.014006 assigned positive charge : 293.8099 centred at (gu) : 89.46598 82.95854 90.20772 assigned negative charge : -289.7962 centred at (gu) : 89.94763 82.39964 90.56435 start vw surface at 0.1400000 fill in re-entrant regions at 0.4200000 boundary points on vw surface= 141451 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17276 grid for indexing accessible points = 1.400000 m= 75334 mr = 102424 m= 30894 mr = 62872 m= 8092 mr = 26021 m= 1267 mr = 6447 m= 101 mr = 869 m= 1 mr = 63 m= 0 mr = 0 time to grow re-entrant surface = 0.7300000 no. cavity mid-points inaccessible to solvent = 1021 time to turn everything in is 1.260000 number of dielectric boundary points 58444 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.400000 number of grid points assigned charge 14764 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.956617 object centre at (A) : 45.74250 19.00850 67.14900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.3772849E-02 0.3265783 midg,1,midg; midg,igrid,midg -0.1446813 0.3852153 1,midg,midg; igrid,midg,midg 0.1379466 -2.0990184E-02 gauss-seidel spectral radius is 0.9992440 estimated iterations to convergence 287 setup time was (sec) 1.590000 now iterating at: 01:00:17 rms-change max change #iterations 8.962473 381.7737 at 10iterations 5.184177 167.4302 at 20iterations 2.991635 77.75929 at 30iterations 1.718961 38.86752 at 40iterations 0.9867189 21.31993 at 50iterations 0.5655652 11.00760 at 60iterations 0.3232267 7.848056 at 70iterations 0.1851766 3.941254 at 80iterations 0.1057040 2.074848 at 90iterations 6.0506050E-02 1.232882 at 100iterations 3.4582186E-02 0.6930132 at 110iterations 1.9768532E-02 0.3649722 at 120iterations 1.1289532E-02 0.2153978 at 130iterations 6.4351838E-03 0.1417747 at 140iterations 3.6727793E-03 7.0285797E-02 at 150iterations 2.0997513E-03 3.9997101E-02 at 160iterations 1.1973070E-03 2.3379326E-02 at 170iterations 6.8421324E-04 1.3315201E-02 at 180iterations finished qdiffx linear iterations at : 01:00:29 total time elapsed so far: 12.82000 # loops : 180 mean,max change (kT/e) : 6.8421324E-04 1.3315201E-02 energy calculations done at 12.82000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.01000 DelPhi exited at 01:00:29 13.010u 0.252s 0:13.64 97.2% 0+0k 0+0io 0pf+0w