#include <PCMCavFreeEnergyProcessor.h>
Static Public Attributes | |
const char * | VERBOSITY |
The verbosity level. | |
const char * | SOLVENT_NUMBER_DENSITY |
The number density of the solvent. | |
const char * | ABSOLUTE_TEMPERATURE |
The temperature. | |
const char * | PROBE_RADIUS |
The probe radius. |
This struct contains a symbolic name for each recognized key in PCMCavFreeEnergyProcessor::options.
|
The temperature. This option defines the absolute temperature at which the solvation takes place. Use float values of unit K with this option.
|
|
The probe radius. This option defines the hard sphere solvent radius needed for the calculation of the cavitation free energy according to the scaled particle theory. Use float values of unit $ A $ with this option.
|
|
The number density of the solvent. This option defines the number density of the surrounding solvent. Use float values of unit $ A^{-3} $ with this option.
|
|
The verbosity level. Use integer values with this option.
|