![]() |
Chemical Data Processing Library Python API - Version 1.4.0
|
Provides keys for built-in control-parameters. More...
Inheritance diagram for CDPL.Grid.ControlParameter:Static Public Attributes | |
| STRICT_ERROR_CHECKING = CDPL.Base.LookupKey('STRICT_ERROR_CHECKING') | |
| Specifies whether non-fatal recoverable I/O errors should be ignored or cause an I/O operation to fail. More... | |
| CDF_OUTPUT_SINGLE_PRECISION_FLOATS = CDPL.Base.LookupKey('CDF_OUTPUT_SINGLE_PRECISION_FLOATS') | |
Specifies whether floating-point values shall be output in single-precision (True) or double-precision (False) when writing data in CDF format. More... | |
| CUBE_COMMENT_IS_NAME = CDPL.Base.LookupKey('CUBE_COMMENT_IS_NAME') | |
| Specifies whether to interpret the comment line of a Gaussian CUBE file as the grid name on data I/O. More... | |
| CUBE_INPUT_DISTANCE_SCALING_FACTOR = CDPL.Base.LookupKey('CUBE_INPUT_DISTANCE_SCALING_FACTOR') | |
| Specifies the scaling factor to apply to distances read from data in Gaussian CUBE format. More... | |
| CUBE_OUTPUT_DISTANCE_SCALING_FACTOR = CDPL.Base.LookupKey('CUBE_OUTPUT_DISTANCE_SCALING_FACTOR') | |
| Specifies the scaling factor to apply to distances when generating Gaussian CUBE output. More... | |
Provides keys for built-in control-parameters.
|
static |
Specifies whether non-fatal recoverable I/O errors should be ignored or cause an I/O operation to fail.
If the parameter is set to True, not only severe errors cause an I/O operation to fail, but also non-fatal errors from which a recovery would be possible. If the parameter is set to False, I/O operations will proceed even if a non-fatal error has been detected.
Value Type: bool
|
static |
Specifies whether floating-point values shall be output in single-precision (True) or double-precision (False) when writing data in CDF format.
Value Type: bool
|
static |
Specifies whether to interpret the comment line of a Gaussian CUBE file as the grid name on data I/O.
Value Type: bool
|
static |
Specifies the scaling factor to apply to distances read from data in Gaussian CUBE format.
Value Type: double
|
static |
Specifies the scaling factor to apply to distances when generating Gaussian CUBE output.
Value Type: double