#include <poissonBoltzmann.h>
Static Public Attributes |
|
static const int | VERBOSITY |
Default verbosity
level. |
|
static const bool | PRINT_TIMING |
Default timing
verbosity. |
|
static const float | SPACING |
Default grid
spacing. |
|
static const float | BORDER |
Default distance
between outmost atom and border. |
|
static const float | IONIC_STRENGTH |
Default ionic
strength of the solvent. |
|
static const float | TEMPERATURE |
Default temperature.
|
|
static const float | PROBE_RADIUS |
Default probe
radius. |
|
static const float | ION_RADIUS |
Default ionic
exclusion radius. |
|
static const String | BOUNDARY |
Default boundary
condition. |
|
static const String | CHARGE_DISTRIBUTION |
Default charge
distribution method. |
|
static const String | DIELECTRIC_SMOOTHING |
Default method for
dielectric smoothing. |
|
static const float | SOLVENT_DC |
Default solvent
dielectric constant. |
|
static const float | SOLUTE_DC |
Default solute
dielectric constant. |
|
static const float | RMS_CRITERION |
Default convergence
criterion for RMS change. |
|
static const float | MAX_CRITERION |
Default convergence
criterion for maximum change in potential. |
|
static const Index | MAX_ITERATIONS |
Default for maximum
number of iterations. |
|
static const Index | CHECK_AFTER_ITERATIONS |
Default for the
number of iterations between two checks for convergence.
|
These values are used by FDPB::setup methods if no options have been set.
const float
BALL::FDPB::FDPB::Default::BORDER
[static] |
const String
BALL::FDPB::FDPB::Default::BOUNDARY
[static] |
const String
BALL::FDPB::FDPB::Default::CHARGE_DISTRIBUTION
[static] |
const Index
BALL::FDPB::FDPB::Default::CHECK_AFTER_ITERATIONS
[static] |
Default for the number of iterations between two checks for convergence.
Default is 10
const String
BALL::FDPB::FDPB::Default::DIELECTRIC_SMOOTHING
[static] |
Default method for dielectric smoothing.
const float
BALL::FDPB::FDPB::Default::ION_RADIUS
[static] |
const float
BALL::FDPB::FDPB::Default::IONIC_STRENGTH
[static] |
const float
BALL::FDPB::FDPB::Default::MAX_CRITERION
[static] |
const Index
BALL::FDPB::FDPB::Default::MAX_ITERATIONS
[static] |
Default for maximum number of iterations.
Default is 500. This value is inappropriate for very large grids.
const bool
BALL::FDPB::FDPB::Default::PRINT_TIMING
[static] |
const float
BALL::FDPB::FDPB::Default::PROBE_RADIUS
[static] |
Default probe radius.
The probe radius used for the creation of the solvent excluded surface of the solute. It should be the solvent radius. Default is 1.5 Angstrom for water.
const float
BALL::FDPB::FDPB::Default::RMS_CRITERION
[static] |
const float
BALL::FDPB::FDPB::Default::SOLUTE_DC
[static] |
Default solute dielectric constant.
Default is 2.0 (good average derive from organic solvents).
const float
BALL::FDPB::FDPB::Default::SOLVENT_DC
[static] |
Default solvent dielectric constant.
Default is 78.0 (roughly the dielectric constant of water at 298 K)
const float
BALL::FDPB::FDPB::Default::SPACING
[static] |
const float
BALL::FDPB::FDPB::Default::TEMPERATURE
[static] |
const int
BALL::FDPB::FDPB::Default::VERBOSITY
[static] |