mythos.utils.constants

Constants for the oxDNA model.

Attributes

DNA_ALPHA

RNA_ALPHA

N_NT

NUCLEOTIDES_IDX

BP_TYPES

N_BP_TYPES

N_NT_PER_BP

BP_IDXS

BP_IDX_MAP

DEFAULT_TEMP

TWO_DIMENSIONS

Module Contents

mythos.utils.constants.DNA_ALPHA = 'ACGT'
mythos.utils.constants.RNA_ALPHA = 'ACGU'
mythos.utils.constants.N_NT = 4
mythos.utils.constants.NUCLEOTIDES_IDX: dict[str, int]
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