mythos.energy.na1.utils ======================= .. py:module:: mythos.energy.na1.utils .. autoapi-nested-parse:: Utility functions for oxNA energy calculations. Functions --------- .. autoapisummary:: mythos.energy.na1.utils.is_rna_pair mythos.energy.na1.utils.is_dna_rna_pair Module Contents --------------- .. py:function:: is_rna_pair(i: int, j: int, nt_type: mythos.utils.types.Arr_Nucleotide) -> jax.numpy.ndarray Checks if both nucleotides at `i` and `j` are RNA. .. py:function:: is_dna_rna_pair(i: int, j: int, nt_type: mythos.utils.types.Arr_Nucleotide) -> jax.numpy.ndarray Checks if `i` is DNA and `j` is RNA.