Chemical Data Processing Library Python API - Version 1.1.1
Static Public Attributes | List of all members
CDPL.Chem.ControlParameterDefault Class Reference

Provides default values for built-in control-parameters. More...

+ Inheritance diagram for CDPL.Chem.ControlParameterDefault:

Static Public Attributes

bool STRICT_ERROR_CHECKING = False
 Default setting (= False) for the control-parameter Chem.ControlParameter.STRICT_ERROR_CHECKING.
 
bool ORDINARY_HYDROGEN_DEPLETE = True
 Default setting (= True) for the control-parameter Chem.ControlParameter.ORDINARY_HYDROGEN_DEPLETE.
 
bool BOND_MEMBER_SWAP_STEREO_FIX = True
 Default setting (= True) for the control-parameter Chem.ControlParameter.BOND_MEMBER_SWAP_STEREO_FIX.
 
string RECORD_SEPARATOR = '\n'
 Default setting (= "\n") for the control-parameter Chem.ControlParameter.RECORD_SEPARATOR.
 
bool JME_SEPARATE_COMPONENTS = True
 Default setting (= True) for the control-parameter Chem.ControlParameter.JME_SEPARATE_COMPONENTS.
 
int COORDINATES_DIMENSION = 1
 Default setting (= 1) for the control-parameter Chem.ControlParameter.COORDINATES_DIMENSION.
 
string INCHI_INPUT_OPTIONS = ''
 Default setting (= "") for the control-parameter Chem.ControlParameter.INCHI_INPUT_OPTIONS.
 
string INCHI_OUTPUT_OPTIONS = '/WarnOnEmptyStructure /AuxNone /NEWPSOFF'
 Default setting (= "/WarnOnEmptyStructure /AuxNone /NEWPSOFF") for the control-parameter Chem.ControlParameter.INCHI_OUTPUT_OPTIONS.
 
bool CHECK_LINE_LENGTH = False
 Default setting (= False) for the control-parameter Chem.ControlParameter.CHECK_LINE_LENGTH.
 
bool MDL_IGNORE_PARITY = False
 Default setting (= False) for the control-parameter Chem.ControlParameter.MDL_IGNORE_PARITY.
 
bool MDL_TRIM_STRINGS = True
 Default setting (= True) for the control-parameter Chem.ControlParameter.MDL_TRIM_STRINGS.
 
bool MDL_TRIM_LINES = False
 Default setting (= False) for the control-parameter Chem.ControlParameter.MDL_TRIM_LINES.
 
bool MDL_TRUNCATE_STRINGS = False
 Default setting (= False) for the control-parameter Chem.ControlParameter.MDL_TRUNCATE_STRINGS.
 
bool MDL_TRUNCATE_LINESS = False
 
bool MDL_UPDATE_TIMESTAMP = False
 Default setting (= False) for the control-parameter Chem.ControlParameter.MDL_UPDATE_TIMESTAMP.
 
int MDL_CTAB_VERSION = 0
 Default setting (= MDLDataFormatVersion.UNDEF) for the control-parameter Chem.ControlParameter.MDL_CTAB_VERSION.
 
int MDL_RXN_FILE_VERSION = 0
 Default setting (= MDLDataFormatVersion.UNDEF) for the control-parameter Chem.ControlParameter.MDL_RXN_FILE_VERSION.
 
bool MDL_OUTPUT_CONF_ENERGY_TO_ENERGY_FIELD = False
 Default setting (= False) for the control-parameter Chem.ControlParameter.MDL_OUTPUT_CONF_ENERGY_TO_ENERGY_FIELD.
 
bool MDL_OUTPUT_CONF_ENERGY_AS_SD_ENTRY = False
 Default setting (= False) for the control-parameter Chem.ControlParameter.MDL_OUTPUT_CONF_ENERGY_AS_SD_ENTRY.
 
string MDL_CONF_ENERGY_SD_TAG = '<Energy>'
 Default setting (= "<Energy>") for the control-parameter Chem.ControlParameter.MDL_CONF_ENERGY_SD_TAG.
 
string SMILES_RECORD_FORMAT = 'SN'
 Default setting (= "S") for the control-parameter Chem.ControlParameter.SMILES_RECORD_FORMAT.
 
bool SMILES_WRITE_CANONICAL_FORM = False
 Default setting (= False) for the control-parameter Chem.ControlParameter.SMILES_WRITE_CANONICAL_FORM.
 
bool SMILES_WRITE_KEKULE_FORM = False
 Default setting (= False) for the control-parameter Chem.ControlParameter.SMILES_WRITE_KEKULE_FORM.
 
bool SMILES_WRITE_ATOM_STEREO = True
 Default setting (= True) for the control-parameter Chem.ControlParameter.SMILES_WRITE_ATOM_STEREO.
 
bool SMILES_WRITE_BOND_STEREO = True
 Default setting (= True) for the control-parameter Chem.ControlParameter.SMILES_WRITE_BOND_STEREO.
 
bool SMILES_WRITE_RING_BOND_STEREO = True
 Default setting (= True) for the control-parameter Chem.ControlParameter.SMILES_WRITE_RING_BOND_STEREO.
 
int SMILES_MIN_STEREO_BOND_RING_SIZE = 8
 Default setting (= 8) for the control-parameter Chem.ControlParameter.SMILES_MIN_STEREO_BOND_RING_SIZE.
 
bool SMILES_WRITE_ISOTOPE = True
 Default setting (= True) for the control-parameter Chem.ControlParameter.SMILES_WRITE_ISOTOPE.
 
bool SMILES_RXN_WRITE_ATOM_MAPPING_ID = True
 Default setting (= True) for the control-parameter Chem.ControlParameter.SMILES_WRITE_ATOM_MAPPING_ID on reaction SMILES output.
 
bool SMILES_MOL_WRITE_ATOM_MAPPING_ID = False
 Default setting (= False) for the control-parameter Chem.ControlParameter.SMILES_WRITE_ATOM_MAPPING_ID on molecule SMILES output.
 
bool SMILES_WRITE_SINGLE_BONDS = False
 Default setting (= False) for the control-parameter Chem.ControlParameter.SMILES_WRITE_SINGLE_BONDS.
 
bool SMILES_WRITE_AROMATIC_BONDS = False
 Default setting (= False) for the control-parameter Chem.ControlParameter.SMILES_WRITE_AROMATIC_BONDS.
 
bool SMILES_NO_ORGANIC_SUBSET = False
 Default setting (= False) for the control-parameter Chem.ControlParameter.SMILES_NO_ORGANIC_SUBSET.
 
bool MULTI_CONF_IMPORT = True
 Default setting (= True) for the control-parameter Chem.ControlParameter.MULTI_CONF_IMPORT.
 
bool MULTI_CONF_EXPORT = True
 Default setting (= True) for the control-parameter Chem.ControlParameter.MULTI_CONF_EXPORT.
 
 MULTI_CONF_INPUT_PROCESSOR = None
 Default setting (= reference to Chem.DefaultMultiConfMoleculeInputProcessor instance) for the control-parameter Chem.ControlParameter.MULTI_CONF_INPUT_PROCESSOR.
 
bool OUTPUT_CONF_ENERGY_AS_COMMENT = False
 Default setting (= False) for the control-parameter Chem.ControlParameter.OUTPUT_CONF_ENERGY_AS_COMMENT.
 
string CONF_INDEX_NAME_SUFFIX_PATTERN = ''
 
bool CDF_WRITE_SINGLE_PRECISION_FLOATS = True
 
bool MOL2_ENABLE_EXTENDED_ATOM_TYPES = False
 
bool MOL2_ENABLE_AROMATIC_BOND_TYPES = False
 
bool MOL2_CALC_FORMAL_CHARGES = True
 
int MOL2_CHARGE_TYPE = 1
 
int MOL2_MOLECULE_TYPE = 1
 
bool MOL2_OUTPUT_SUBSTRUCTURES = True
 
bool COMMENT_IS_NAME = True
 
bool XYZ_PERCEIVE_CONNECTIVITY = True
 
bool XYZ_PERCEIVE_BOND_ORDERS = True
 
bool XYZ_CALC_FORMAL_CHARGES = True
 

Detailed Description

Provides default values for built-in control-parameters.