mythos.utils.constants
Constants for the oxDNA model.
Attributes
Module Contents
- mythos.utils.constants.DNA_ALPHA = 'ACGT'
- mythos.utils.constants.RNA_ALPHA = 'ACGU'
- mythos.utils.constants.N_NT = 4
- mythos.utils.constants.BP_TYPES = ['AT', 'TA', 'GC', 'CG']
- mythos.utils.constants.N_BP_TYPES = 4
- mythos.utils.constants.N_NT_PER_BP = 2
- mythos.utils.constants.BP_IDXS
- mythos.utils.constants.BP_IDX_MAP
- mythos.utils.constants.DEFAULT_TEMP = 296.15
- mythos.utils.constants.TWO_DIMENSIONS = 2