Sun Oct 9 01:48: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 Sun Oct 9 2011 at 01:48: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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3384 !!! WARNING: TPO 1 has a net charge of -0.0020 !!! WARNING: TPO 2 has a net charge of -1.5410 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: 0.5479790 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): -40.74200 15.83100 ymin,ymax (A): -50.00600 12.65300 zmin,zma (A): -13.36700 51.59900 x,y,z range (A): 56.57300 62.65900 64.96600 scale (grids/A): 0.5479790 object centre (A): -12.45550 -18.67650 19.11600 number of atom coordinates read : 3384 total number of charged atoms : 3243 net assigned charge : 14.45702 assigned positive charge : 501.0685 centred at (gu) : 90.02346 89.27392 88.64166 assigned negative charge : -486.6134 centred at (gu) : 90.14008 89.31307 88.47552 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 6838 nv = 96 ne = 84 npr = 65507 no. pairs analyzed = 65507 no. exposed pairs = 4512 no. arc points = 33062 no. surface atoms = 1497 nbur = 1887 mkacc time = 0.1100000 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.568000 m= 261 mr = 3369 m= 0 mr = 13 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 14 time to turn everything in is 0.2400000 number of dielectric boundary points 3717 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3459 ## 504 charges are in solution ## iepsmp to db, and charging done at 0.3100000 number of grid points assigned charge 9037 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.9582261E-10 1.6240645E-09 midg,1,midg; midg,igrid,midg 1.5447350E-09 5.7635346E-10 1,midg,midg; igrid,midg,midg 1.8774120E-09 6.5615603E-11 gauss-seidel spectral radius is 0.9828752 estimated iterations to convergence 63 setup time was (sec) 0.4500000 now iterating at: 01:48:24 rms-change max change #iterations 7.8384869E-02 13.88273 at 10iterations 5.2606328E-03 0.8172331 at 20iterations 3.6974487E-04 5.2635193E-02 at 30iterations 3.3091401E-05 4.6415329E-03 at 40iterations 4.5086122E-06 4.8255920E-04 at 50iterations finished qdiffx linear iterations at : 01:48:27 total time elapsed so far: 3.590000 # loops : 50 mean,max change (kT/e) : 4.5086122E-06 4.8255920E-04 energy calculations done at 3.590000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.720000 DelPhi exited at 01:48:28 3.721u 0.209s 0:04.22 92.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 Sun Oct 9 2011 at 01:48:28 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3384 !!! WARNING: TPO 1 has a net charge of -0.0020 !!! WARNING: TPO 2 has a net charge of -1.5410 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.643937 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): -40.74200 15.83100 ymin,ymax (A): -50.00600 12.65300 zmin,zma (A): -13.36700 51.59900 x,y,z range (A): 56.57300 62.65900 64.96600 scale (grids/A): 1.643937 object centre (A): -12.45550 -18.67650 19.11600 number of atom coordinates read : 3384 total number of charged atoms : 3243 net assigned charge : 14.45702 assigned positive charge : 501.0685 centred at (gu) : 90.06940 87.82077 85.92391 assigned negative charge : -486.6134 centred at (gu) : 90.42007 87.93895 85.42640 start vw surface at 0.1000000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 76102 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33062 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 22862 mr = 50380 m= 2368 mr = 15222 m= 64 mr = 1112 m= 0 mr = 8 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 1865 time to turn everything in is 0.3800000 number of dielectric boundary points 34674 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 397 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 24921 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.5479790 object centre at (A) : -12.45550 -18.67650 19.11600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 9.7293099E-03 3.0575434E-02 midg,1,midg; midg,igrid,midg 3.5949580E-02 2.7360633E-02 1,midg,midg; igrid,midg,midg 1.0396200E-02 -4.5610629E-03 gauss-seidel spectral radius is 0.9982730 estimated iterations to convergence 191 setup time was (sec) 0.6300000 now iterating at: 01:48:28 rms-change max change #iterations 3.576884 159.3810 at 10iterations 1.515868 55.15826 at 20iterations 0.6424788 23.58835 at 30iterations 0.2729803 8.956640 at 40iterations 0.1158947 4.010180 at 50iterations 4.9218837E-02 1.550813 at 60iterations 2.0950114E-02 0.7690306 at 70iterations 8.9155370E-03 0.2933598 at 80iterations 3.8158058E-03 0.1331291 at 90iterations 1.6241965E-03 5.4962754E-02 at 100iterations 6.9208693E-04 2.3201466E-02 at 110iterations 2.9468536E-04 9.9706650E-03 at 120iterations finished qdiffx linear iterations at : 01:48:36 total time elapsed so far: 8.490000 # loops : 120 mean,max change (kT/e) : 2.9468536E-04 9.9706650E-03 energy calculations done at 8.490000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.630000 DelPhi exited at 01:48:37 8.629u 0.239s 0:09.21 96.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 Sun Oct 9 2011 at 01:48: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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3384 !!! WARNING: TPO 1 has a net charge of -0.0020 !!! WARNING: TPO 2 has a net charge of -1.5410 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.465905 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): -40.74200 15.83100 ymin,ymax (A): -50.00600 12.65300 zmin,zma (A): -13.36700 51.59900 x,y,z range (A): 56.57300 62.65900 64.96600 scale (grids/A): 2.465905 object centre (A): -12.45550 -18.67650 19.11600 number of atom coordinates read : 3384 total number of charged atoms : 3243 net assigned charge : 14.45702 assigned positive charge : 501.0685 centred at (gu) : 90.10376 86.73089 83.88560 assigned negative charge : -486.6134 centred at (gu) : 90.62982 86.90845 83.13952 start vw surface at 0.1000000 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 176744 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33062 grid for indexing accessible points = 1.400000 m= 78675 mr = 123382 m= 22202 mr = 60998 m= 3689 mr = 16475 m= 296 mr = 2360 m= 3 mr = 165 m= 0 mr = 0 time to grow re-entrant surface = 0.5100000 no. cavity mid-points inaccessible to solvent = 6436 time to turn everything in is 0.9600000 number of dielectric boundary points 78229 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 19 iepsmp to db, and charging done at 1.080000 number of grid points assigned charge 25922 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.643937 object centre at (A) : -12.45550 -18.67650 19.11600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 9.2837699E-02 0.4960422 midg,1,midg; midg,igrid,midg 0.5871165 0.5832962 1,midg,midg; igrid,midg,midg 0.1438887 -2.1922179E-02 gauss-seidel spectral radius is 0.9991847 estimated iterations to convergence 277 setup time was (sec) 1.250000 now iterating at: 01:48:38 rms-change max change #iterations 9.259562 340.7765 at 10iterations 5.333863 141.8382 at 20iterations 3.045377 71.17888 at 30iterations 1.726411 38.58226 at 40iterations 0.9746479 23.41962 at 50iterations 0.5503283 12.34180 at 60iterations 0.3086033 6.315148 at 70iterations 0.1733190 3.252996 at 80iterations 9.7226419E-02 1.837770 at 90iterations 5.4414589E-02 1.010919 at 100iterations 3.0486718E-02 0.5931549 at 110iterations 1.7022423E-02 0.3645058 at 120iterations 9.5215859E-03 0.1856842 at 130iterations 5.3125378E-03 0.1034887 at 140iterations 2.9727758E-03 5.4517746E-02 at 150iterations 1.6610738E-03 3.8191915E-02 at 160iterations 9.2769368E-04 1.7488480E-02 at 170iterations 5.1843148E-04 9.5310211E-03 at 180iterations finished qdiffx linear iterations at : 01:48:53 total time elapsed so far: 15.38000 # loops : 180 mean,max change (kT/e) : 5.1843148E-04 9.5310211E-03 energy calculations done at 15.38000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.52000 DelPhi exited at 01:48:53 15.522u 0.276s 0:16.07 98.2% 0+0k 0+0io 0pf+0w