Next: PBE POTENTIAL Command, Previous: PBE Commands, Up: PBE Commands
PBE SETUP repeat(pbe-setup-options) atom-selection
[SOLVent real]
[interior-options]
[charge-options]
[NWARN int]
[boundary-options]
[IONStr real]
[GRID real]
[SUBDivisions int]
[SPILl]
[TEMPerature real]
pbe-setup-options ::= [WATEr real]
[STERn real]
[XDIM int]
[YDIM int]
[ZDIM int]
[MARGin int]
[REUSE]
[OLDGRID]
[CENTER]
[MOLSURF]
[MINRadius real]
[charge-edit-options]
[EPSAve averaging-option]
[SMOOTH repeat(smooth-option) END]
interior-options ::= repeat([INTErior real exposure-opts atom-selection END])
exposure-opts ::= [ABSQ real] [EXPOsure real] [RESAve]
charge-options ::= [UNIForm ]
[TRILinear]
[ZERO ]
boundary-options ::= BOUNdary [ADEBye ]
[SDEBye ]
[PREVious]
charge-edit-options ::= repeat([CHARge edit-type real atom-selection END])
[SET]
edit-type ::= [SCALe]
[SHIFt]
averaging-option ::= [HARMonic ]
[ARIThmetic]
[TYPE type-option]
[WEIGht weight-option]
smooth-options ::= [OFFGrid offgrid-option]
[RADIus real]
[POINts int]
[ALPHa real]
[NONE ]
type-option ::= [VOLUME]
[GRID ]
weight-option ::= [CONStant]
[GAUSsian]
offgrid-option ::= [SOLVent]
[EDGE ]
The PBE SETUP command creates the pbe_info data structure,
see PBE Data Structures, which stores the grids upon which the
electrostatic potential is computed. The command has a large number of
options and an atom-selection, see Atom Selection. The atom
selection allows the user to select any portion of the system for the
calculation. For example, if one is interested in the calculation of the
binding energy of a complex, the atom selection can be used to select
each component and then all the atoms for separate electrostatic
calculations. The options are described in the following table.
The uniform charging option can be further improved using the SUBDIVISIONS
and SPILL options. One problem with the use of grid based methods
to represent molecular structure is the quantization of space. The same problem
has arisen in the development of computer graphics using raster devices, and
using the techniques of anti-aliasing, CONGEN can smooth the charge distribution
of atoms. When the SUBDIVISIONS option is used, the space around each atom
is subdivided into
SUBDIVISION^3
virtual cubes, and the charge distribution is calculated over these
virtual cubes, and then added onto the real cubes in the grid. If the SPILL
option is turned on (recommended!), then charge can spill onto cubes outside
the van der Waals radius of each atom. If SPILL is not specified, then the
charge will not extend beyond the van der Waals radius.
pbe_info data structure. For the
keyword options described here, the default values are taken from the current
values rather than the values described in this documentation. The OLDGRID
option is similar, except it maintains only the grid, but not the values
within
These options are important for doing binding energy calculations. In order to cancel errors due to grid positioning, it is essential to first calculate the energy of the complex, and then, using the OLDGRID option, calculate the energies of the components by selecting the atoms of the components, but leaving the atoms and grids in the same spatial positions.
When this option is used, you should not specify any grid dimensions or
the MARGIN option. If you do, and they are different than the
actual values, then the REUSE or OLDGRID option will be turned off.
Several types of smoothing are supported. The smoothing TYPE can either be NONE, VOLUME, or GRID. Of course, no smoothing is done when NONE (the default) is specified. For VOLUME based smoothing the dielectric is averaged over a fixed volume in real space defined by the RADIUS keyword. For GRID based smoothing the dielectric is averaged over a set number of points specified by the POINTS keyword (9 and 15 point averaging are currently supported). In both case all three dielectric grids are averaged togeher. In 9-point averaging each point is averaged with the eight grid points from the other two grids which surround this point in space. In 15-point averaging the six nearest neighbors from the same grid are also included. (Note that volume smoothing with a radius just smaller (larger) than the grid spacing is equivalent to 9-point (15-point) averaging.)
Which ever TYPE is selected, The type of averaging is determined by the EPSAVE keyword above. The WEIGHTING can either be CONSTANT (all points in average counted equally), or GAUSSIAN weighted (points are weighted by exp(-alpha^2*r^2) where r is the distance from the central point in units of the grid dimension and alpha is specified by the ALPHA keyword).
For points at the edge of the grid the averaging extends to points beyond the grid. Using the OFFGRID keyword, these offgrid points can either be assumed to be SOLVENT or equal to the value at the nearest EDGE of the grid. (Note that the SOLVENT assumption will run faster.)
[1] This is suggested by a paper by T. Simonson and D. Perahia, “Internal and interfacial dielectric properties of cytochrome c from molecular dynamics in aqueous solution. Proc. Natl. Acad. Sci. USA 92, 1082-1086 (1995).