Sun Oct 9 08:43:19 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 08:43:19 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 = 5906 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 0.5169234 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): 15.14000 84.00900 ymin,ymax (A): 17.79700 84.21200 zmin,zma (A): 1.219000 67.91500 x,y,z range (A): 68.86900 66.41500 66.69600 scale (grids/A): 0.5169234 object centre (A): 49.57450 51.00450 34.56700 number of atom coordinates read : 5906 total number of charged atoms : 5737 net assigned charge : -4.999984 assigned positive charge : 887.9326 centred at (gu) : 90.36752 88.97443 90.50755 assigned negative charge : -892.9406 centred at (gu) : 90.28813 89.06180 90.55585 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 10030 nv = 96 ne = 84 npr = 118035 no. pairs analyzed = 118035 no. exposed pairs = 7542 no. arc points = 52185 no. surface atoms = 2519 nbur = 3387 mkacc time = 0.2000000 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.652000 m= 370 mr = 5199 m= 1 mr = 12 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4000000 number of dielectric boundary points 5190 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5068 ## 734 charges are in solution ## iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 13417 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 9.1549879E-11 -3.4685207E-10 midg,1,midg; midg,igrid,midg 3.5318082E-10 -3.6124942E-10 1,midg,midg; igrid,midg,midg -3.9739936E-10 2.5907781E-10 gauss-seidel spectral radius is 0.9809428 estimated iterations to convergence 60 setup time was (sec) 0.6000000 now iterating at: 08:43:20 rms-change max change #iterations 7.9075485E-02 11.80865 at 10iterations 4.8292899E-03 0.6860504 at 20iterations 6.1411061E-04 0.1258469 at 30iterations 1.7948149E-04 3.7265778E-02 at 40iterations 5.9210419E-05 1.1871338E-02 at 50iterations finished qdiffx linear iterations at : 08:43:23 total time elapsed so far: 3.530000 # loops : 50 mean,max change (kT/e) : 5.9210419E-05 1.1871338E-02 energy calculations done at 3.530000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.670000 DelPhi exited at 08:43:23 3.676u 0.165s 0:04.14 92.5% 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 08:43: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5906 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 1.550770 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): 15.14000 84.00900 ymin,ymax (A): 17.79700 84.21200 zmin,zma (A): 1.219000 67.91500 x,y,z range (A): 68.86900 66.41500 66.69600 scale (grids/A): 1.550770 object centre (A): 49.57450 51.00450 34.56700 number of atom coordinates read : 5906 total number of charged atoms : 5737 net assigned charge : -4.999984 assigned positive charge : 887.9326 centred at (gu) : 91.10062 86.92093 91.52055 assigned negative charge : -892.9406 centred at (gu) : 90.86409 87.18482 91.66758 start vw surface at 0.1600000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 112682 reading accessible surface arcs data from file ARCDAT no. of arc points read = 52185 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 34074 mr = 77039 m= 3230 mr = 22889 m= 77 mr = 1488 m= 0 mr = 1 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 2153 time to turn everything in is 0.5600000 number of dielectric boundary points 48646 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 720 ## 11 charges are in solution ## iepsmp to db, and charging done at 0.6500000 number of grid points assigned charge 43366 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.5169234 object centre at (A) : 49.57450 51.00450 34.56700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.0198094E-03 -3.7352189E-02 midg,1,midg; midg,igrid,midg 1.1874060E-02 -2.0278428E-02 1,midg,midg; igrid,midg,midg -2.4393762E-03 1.6512420E-02 gauss-seidel spectral radius is 0.9982708 estimated iterations to convergence 191 setup time was (sec) 0.7800000 now iterating at: 08:43:24 rms-change max change #iterations 4.411212 161.7402 at 10iterations 1.875793 57.93313 at 20iterations 0.7989027 24.33001 at 30iterations 0.3408877 9.710887 at 40iterations 0.1447555 4.060684 at 50iterations 6.1914042E-02 1.894140 at 60iterations 2.6470747E-02 0.7109253 at 70iterations 1.1320570E-02 0.3106248 at 80iterations 4.8790830E-03 0.1338830 at 90iterations 2.1309922E-03 6.7695618E-02 at 100iterations 9.5785112E-04 3.0609131E-02 at 110iterations 4.5149925E-04 1.6300201E-02 at 120iterations finished qdiffx linear iterations at : 08:43:32 total time elapsed so far: 8.000000 # loops : 120 mean,max change (kT/e) : 4.5149925E-04 1.6300201E-02 energy calculations done at 8.000000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.130000 DelPhi exited at 08:43:32 8.133u 0.211s 0:08.77 95.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 08:43:32 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 = 5906 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 2.326155 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): 15.14000 84.00900 ymin,ymax (A): 17.79700 84.21200 zmin,zma (A): 1.219000 67.91500 x,y,z range (A): 68.86900 66.41500 66.69600 scale (grids/A): 2.326155 object centre (A): 49.57450 51.00450 34.56700 number of atom coordinates read : 5906 total number of charged atoms : 5737 net assigned charge : -4.999984 assigned positive charge : 887.9326 centred at (gu) : 91.65027 85.38074 92.28034 assigned negative charge : -892.9406 centred at (gu) : 91.29601 85.77689 92.50127 start vw surface at 0.1500000 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 262132 reading accessible surface arcs data from file ARCDAT no. of arc points read = 52185 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 120375 mr = 189302 m= 32336 mr = 93910 m= 4767 mr = 23757 m= 304 mr = 3065 m= 2 mr = 102 m= 0 mr = 0 time to grow re-entrant surface = 0.7700000 no. cavity mid-points inaccessible to solvent = 7511 time to turn everything in is 1.340000 number of dielectric boundary points 109780 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 87 iepsmp to db, and charging done at 1.460000 number of grid points assigned charge 45786 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.550770 object centre at (A) : 49.57450 51.00450 34.56700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 8.0433488E-02 -0.9392733 midg,1,midg; midg,igrid,midg -3.7633383E-03 -0.3227557 1,midg,midg; igrid,midg,midg 0.2389059 0.4020388 gauss-seidel spectral radius is 0.9992393 estimated iterations to convergence 286 setup time was (sec) 1.620000 now iterating at: 08:43:34 rms-change max change #iterations 11.95482 266.9822 at 10iterations 7.117616 150.3684 at 20iterations 4.180620 93.93539 at 30iterations 2.447503 51.77788 at 40iterations 1.424107 27.09884 at 50iterations 0.8262117 16.29385 at 60iterations 0.4787207 9.252945 at 70iterations 0.2764816 4.879161 at 80iterations 0.1595138 2.825231 at 90iterations 9.1668099E-02 1.695393 at 100iterations 5.2762553E-02 0.8771267 at 110iterations 3.0279823E-02 0.5275345 at 120iterations 1.7379839E-02 0.2940369 at 130iterations 9.9631036E-03 0.1660490 at 140iterations 5.7192002E-03 9.5756054E-02 at 150iterations 3.2895429E-03 5.4594994E-02 at 160iterations 1.8894493E-03 3.3277512E-02 at 170iterations 1.0892652E-03 1.8600464E-02 at 180iterations finished qdiffx linear iterations at : 08:43:46 total time elapsed so far: 13.64000 # loops : 180 mean,max change (kT/e) : 1.0892652E-03 1.8600464E-02 energy calculations done at 13.64000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.78000 DelPhi exited at 08:43:47 13.786u 0.268s 0:14.60 96.1% 0+0k 0+0io 0pf+0w