mythos.utils.constants ====================== .. py:module:: mythos.utils.constants .. autoapi-nested-parse:: Constants for the oxDNA model. Attributes ---------- .. autoapisummary:: mythos.utils.constants.DNA_ALPHA mythos.utils.constants.RNA_ALPHA mythos.utils.constants.N_NT mythos.utils.constants.NUCLEOTIDES_IDX mythos.utils.constants.BP_TYPES mythos.utils.constants.N_BP_TYPES mythos.utils.constants.N_NT_PER_BP mythos.utils.constants.BP_IDXS mythos.utils.constants.BP_IDX_MAP mythos.utils.constants.DEFAULT_TEMP mythos.utils.constants.TWO_DIMENSIONS Module Contents --------------- .. py:data:: DNA_ALPHA :value: 'ACGT' .. py:data:: RNA_ALPHA :value: 'ACGU' .. py:data:: N_NT :value: 4 .. py:data:: NUCLEOTIDES_IDX :type: dict[str, int] .. py:data:: BP_TYPES :value: ['AT', 'TA', 'GC', 'CG'] .. py:data:: N_BP_TYPES :value: 4 .. py:data:: N_NT_PER_BP :value: 2 .. py:data:: BP_IDXS .. py:data:: BP_IDX_MAP .. py:data:: DEFAULT_TEMP :value: 296.15 .. py:data:: TWO_DIMENSIONS :value: 2