mythos.energy.dna2.stacking =========================== .. py:module:: mythos.energy.dna2.stacking .. autoapi-nested-parse:: Stacking energy function for DNA1 model. Classes ------- .. autoapisummary:: mythos.energy.dna2.stacking.Stacking Module Contents --------------- .. py:class:: Stacking Bases: :py:obj:`mythos.energy.dna1.Stacking` Stacking energy function for DNA2 model. .. py:attribute:: params :type: mythos.energy.dna1.StackingConfiguration .. py:method:: pairwise_energies(body: mythos.energy.dna2.nucleotide.Nucleotide, seq: mythos.utils.types.Discrete_Sequence, bonded_neighbors: mythos.utils.types.Arr_Bonded_Neighbors_2) -> mythos.utils.types.Arr_Bonded_Neighbors Computes the stacking energy for each bonded pair. .. py:method:: compute_energy(nucleotide: mythos.energy.dna2.nucleotide.Nucleotide) -> mythos.utils.types.Scalar Compute the energy of the system given the nucleotide.