#include <poissonBoltzmann.h>
Static Public Attributes | |
const String | VERBOSITY |
The verbosity level. | |
const String | PRINT_TIMING |
Print the timing for each step. | |
const String | SPACING |
The grid spacing in Angstrom. | |
const String | BORDER |
The border of the system. | |
const String | IONIC_STRENGTH |
The ionic strength of the salt solution This parameter defines the ionic strength of the salt solution in which the Poisson-Boltzmann calculation takes place. | |
const String | SOLUTE_DC |
The dielectric constant of the solute. | |
const String | SOLVENT_DC |
The dielectric constant of the solvent. | |
const String | PROBE_RADIUS |
The probe radius used for calculating the SAS of the molecule. | |
const String | ION_RADIUS |
The ion exclusion radius. | |
const String | TEMPERATURE |
The temperature of the system. | |
const String | BOUNDARY |
Boundary condition for solving the differential equation. | |
const String | CHARGE_DISTRIBUTION |
Charge distribution of the system. | |
const String | DIELECTRIC_SMOOTHING |
Smoothing the dielectric constant. | |
const String | OFFSET |
Use an offset. | |
const String | RMS_CRITERION |
Define the RMS criterion. | |
const String | MAX_CRITERION |
Define the MAX criterion. | |
const String | CHECK_AFTER_ITERATIONS |
Checking frequency. | |
const String | MAX_ITERATIONS |
The upper limit of iterations. | |
const String | LOWER |
The lower corner of the grid. | |
const String | UPPER |
The upper corner of the grid. | |
const String | BOUNDING_BOX_LOWER |
The lower corner of the bounding box of the solute molecule. | |
const String | BOUNDING_BOX_UPPER |
The upper corner of the bounding box of the solute molecule. |
This struct contains a symbolic name for each recognized key in FDPB::options.
|
The border of the system. Use this option to define the aumount of space left between the bounding box of the solute and the border of the cubic grid in every direction. Use units of Angstrom with this option. The default is 4 A.
|
|
Boundary condition for solving the differential equation. This parameter defines the type of boundary condition will be used for initializing the equation solver. Possible options are: zero, Debye, Coulomb, dipole and focusing. Default is dipole.
|
|
The lower corner of the bounding box of the solute molecule. This option works like
|
|
The upper corner of the bounding box of the solute molecule. This is the analogous option to
|
|
Charge distribution of the system. This parameter chooses the method used for distributing charges oiver grid points. Possible methods are: trilinear and uniform. The default is uniform.
|
|
Checking frequency. This option defines the number of iterations which will be performed without checking the criterions. The default is 10.
|
|
Smoothing the dielectric constant. With this option you can choose a smoothing function for the dielectric thus permitting a smooth transition from the inside of the molecule (usually dc = 2.0) to the surrounding solvent (78.5). You have the followin options: none, uniform and harmonic. Default is none. different dielectric constant
|
|
The ion exclusion radius.
|
|
The ionic strength of the salt solution This parameter defines the ionic strength of the salt solution in which the Poisson-Boltzmann calculation takes place. This parameter is given in units of mol/l. The default is 0, i. e. only a Poisson equation will be calculated.
|
|
The lower corner of the grid. This option contains the lower corner of the grid. It can be used to fix it before setting up the solver. If this option was not used for initializing the solver gtrid it contains the automatically computed lower corner after the calculation. Use a vector of Angstroms with this option.
|
|
Define the MAX criterion. This option defines the upper limit for the residuals. If the maximum residuals are below this value and the RMS lies below rms_criterion, the iteration terminates. The default is 1e-4.
|
|
The upper limit of iterations. Use this option to define the maximum number of iterations to be performed. If the solver does not terminate when this number of iterations is reached, the calculation did not converge. The default is 500 interations.
|
|
Use an offset. This option allows to offset the wohle system by the vector defined in thos option. The calculation does not use an offset by default. Use threedimensional vectors in units of Angstrom with this option.
|
|
Print the timing for each step. This prints the timing (if Option::verbosity > 1) of each setup routine and the time needed to solve the equations.
|
|
The probe radius used for calculating the SAS of the molecule. This parameter defaults to 1.4 A (water).
|
|
Define the RMS criterion. This option defines the RMS criterion in Angstrom used for terminating the iteration of the solver. If the RMS lies below rms_criterion and the maximum residuals are below max_criterion, the iteration terminates. The default is 1e-5 Angstrom.
|
|
The dielectric constant of the solute. This parameter derfaults to 2.0.
|
|
The dielectric constant of the solvent. This parameter defaults to 78.0.
|
|
The grid spacing in Angstrom. Use this option to define the distance between a grid point and its closest neighbour in units o Angstrom. The default spacing is 0.6 A.
|
|
The temperature of the system. This parameter needs values in units of K. The default temperature is 298.15 K = 25.15 deg C.
|
|
The upper corner of the grid. This is the analogous option to
|
|
The verbosity level. Use integer values with this option. 0 = terse
|