Thu Jan 19 13:32:33 PST 2012 #!/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 Thu Jan 19 2012 at 13:32:33 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: 363 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6815 !!! WARNING: HIZ 357 has a net charge of 0.2000 !!! WARNING: HEM 1107 has a net charge of -4.0000 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: 0.4665365 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): -5.516000 70.79100 ymin,ymax (A): -0.4720000 75.65000 zmin,zma (A): 161.1640 229.0980 x,y,z range (A): 76.30700 76.12200 67.93399 scale (grids/A): 0.4665365 object centre (A): 32.63750 37.58900 195.1310 number of atom coordinates read : 6815 total number of charged atoms : 6645 net assigned charge : -0.7999669 assigned positive charge : 1035.781 centred at (gu) : 90.00137 89.96093 89.30401 assigned negative charge : -1036.589 centred at (gu) : 89.97256 90.03052 89.28619 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 8961 nv = 96 ne = 84 npr = 139166 no. pairs analyzed = 139166 no. exposed pairs = 8893 no. arc points = 60047 no. surface atoms = 2979 nbur = 3836 mkacc time = 0.2300000 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.820000 m= 292 mr = 4407 m= 0 mr = 2 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 3 time to turn everything in is 0.4400000 number of dielectric boundary points 4844 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5378 ## 926 charges are in solution ## iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 12283 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.2045175E-11 5.9189676E-12 midg,1,midg; midg,igrid,midg 3.2124456E-11 -3.4584870E-11 1,midg,midg; igrid,midg,midg -1.5142443E-11 1.2492870E-11 gauss-seidel spectral radius is 0.9766641 estimated iterations to convergence 54 setup time was (sec) 0.6600000 now iterating at: 13:32:34 rms-change max change #iterations 4.7979381E-02 11.11011 at 10iterations 3.1844885E-03 0.4901247 at 20iterations 1.0989889E-03 0.1906471 at 30iterations 4.9928075E-04 8.5808754E-02 at 40iterations 2.2704323E-04 3.8669586E-02 at 50iterations finished qdiffx linear iterations at : 13:32:40 total time elapsed so far: 3.770000 # loops : 50 mean,max change (kT/e) : 2.2704323E-04 3.8669586E-02 energy calculations done at 3.770000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.900000 DelPhi exited at 13:32:41 3.908u 0.197s 0:07.42 55.1% 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 Thu Jan 19 2012 at 13:32:41 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: 363 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6815 !!! WARNING: HIZ 357 has a net charge of 0.2000 !!! WARNING: HEM 1107 has a net charge of -4.0000 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.399609 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): -5.516000 70.79100 ymin,ymax (A): -0.4720000 75.65000 zmin,zma (A): 161.1640 229.0980 x,y,z range (A): 76.30700 76.12200 67.93399 scale (grids/A): 1.399609 object centre (A): 32.63750 37.58900 195.1310 number of atom coordinates read : 6815 total number of charged atoms : 6645 net assigned charge : -0.7999669 assigned positive charge : 1035.781 centred at (gu) : 90.00253 89.88082 87.91000 assigned negative charge : -1036.589 centred at (gu) : 89.91730 90.09158 87.85799 start vw surface at 0.1600000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 103395 reading accessible surface arcs data from file ARCDAT no. of arc points read = 60047 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.708000 m= 26633 mr = 69574 m= 1739 mr = 16407 m= 21 mr = 534 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 399 time to turn everything in is 0.5400000 number of dielectric boundary points 45273 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 957 ## 27 charges are in solution ## iepsmp to db, and charging done at 0.6400000 number of grid points assigned charge 47870 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.4665365 object centre at (A) : 32.63750 37.58900 195.1310 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.3472938E-03 -1.4595302E-03 midg,1,midg; midg,igrid,midg 3.0729368E-03 -8.1520779E-03 1,midg,midg; igrid,midg,midg 1.8413271E-03 1.6736699E-02 gauss-seidel spectral radius is 0.9978679 estimated iterations to convergence 172 setup time was (sec) 0.8000000 now iterating at: 13:32:42 rms-change max change #iterations 3.843526 180.0253 at 10iterations 1.485607 50.41702 at 20iterations 0.5762924 19.60333 at 30iterations 0.2238895 7.236084 at 40iterations 8.6639762E-02 2.610090 at 50iterations 3.3947118E-02 0.9911270 at 60iterations 1.3331504E-02 0.4589920 at 70iterations 5.3595668E-03 0.1701218 at 80iterations 2.3235348E-03 7.3951721E-02 at 90iterations 1.1752299E-03 4.3088913E-02 at 100iterations 7.1754074E-04 2.7191162E-02 at 110iterations 4.9352500E-04 1.5983582E-02 at 120iterations finished qdiffx linear iterations at : 13:32:57 total time elapsed so far: 8.860000 # loops : 120 mean,max change (kT/e) : 4.9352500E-04 1.5983582E-02 energy calculations done at 8.860000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.000000 DelPhi exited at 13:32:58 8.998u 0.245s 0:17.21 53.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 Thu Jan 19 2012 at 13:32:58 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: 363 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6815 !!! WARNING: HIZ 357 has a net charge of 0.2000 !!! WARNING: HEM 1107 has a net charge of -4.0000 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: 2.099414 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): -5.516000 70.79100 ymin,ymax (A): -0.4720000 75.65000 zmin,zma (A): 161.1640 229.0980 x,y,z range (A): 76.30700 76.12200 67.93399 scale (grids/A): 2.099414 object centre (A): 32.63750 37.58900 195.1310 number of atom coordinates read : 6815 total number of charged atoms : 6645 net assigned charge : -0.7999669 assigned positive charge : 1035.781 centred at (gu) : 90.00344 89.82093 86.86436 assigned negative charge : -1036.589 centred at (gu) : 89.87592 90.13722 86.78683 start vw surface at 0.1700000 fill in re-entrant regions at 0.4500000 boundary points on vw surface= 242464 reading accessible surface arcs data from file ARCDAT no. of arc points read = 60047 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.680000 m= 99462 mr = 172935 m= 20866 mr = 74674 m= 2186 mr = 13856 m= 52 mr = 1102 m= 0 mr = 3 time to grow re-entrant surface = 0.7000000 no. cavity mid-points inaccessible to solvent = 1219 time to turn everything in is 1.260000 number of dielectric boundary points 102460 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 216 iepsmp to db, and charging done at 1.380000 number of grid points assigned charge 52556 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.399609 object centre at (A) : 32.63750 37.58900 195.1310 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.5434238E-02 -4.3974344E-02 midg,1,midg; midg,igrid,midg 4.6883568E-02 -6.4856768E-02 1,midg,midg; igrid,midg,midg 0.1594924 0.4812469 gauss-seidel spectral radius is 0.9991283 estimated iterations to convergence 268 setup time was (sec) 1.540000 now iterating at: 13:33:00 rms-change max change #iterations 11.07504 298.4079 at 10iterations 6.264743 148.4073 at 20iterations 3.516291 78.56555 at 30iterations 1.970775 46.38623 at 40iterations 1.096699 23.84343 at 50iterations 0.6089880 11.96153 at 60iterations 0.3370283 6.996687 at 70iterations 0.1864854 3.597868 at 80iterations 0.1030196 2.071121 at 90iterations 5.6877855E-02 1.118988 at 100iterations 3.1391121E-02 0.6218410 at 110iterations 1.7260684E-02 0.3429413 at 120iterations 9.5300777E-03 0.2068062 at 130iterations 5.2831499E-03 0.1167183 at 140iterations 2.9495545E-03 5.6724548E-02 at 150iterations 1.6723340E-03 3.3498764E-02 at 160iterations 9.7791676E-04 2.3183823E-02 at 170iterations 6.0226064E-04 1.1260986E-02 at 180iterations finished qdiffx linear iterations at : 13:33:24 total time elapsed so far: 14.02000 # loops : 180 mean,max change (kT/e) : 6.0226064E-04 1.1260986E-02 energy calculations done at 14.02000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.15000 DelPhi exited at 13:33:25 14.154u 0.304s 0:27.17 53.1% 0+0k 0+0io 0pf+0w