mythos.energy.na1.coaxial_stacking
Coaxial stacking energy term for NA1 model.
Classes
Configuration for the cross-stacking energy function. |
|
Coaxial stacking energy function for NA1 model. |
Module Contents
- class mythos.energy.na1.coaxial_stacking.CoaxialStackingConfiguration[source]
Bases:
mythos.energy.configuration.BaseConfigurationConfiguration for the cross-stacking energy function.
- dna_config: mythos.energy.dna2.CoaxialStackingConfiguration | None = None
- rna_config: mythos.energy.dna1.CoaxialStackingConfiguration | None = None
- drh_config: mythos.energy.dna1.CoaxialStackingConfiguration | None = None
- required_params: tuple[str] = ('nt_type', 'dna_dr_low_coax', 'dna_dr_high_coax', 'dna_k_coax', 'dna_dr0_coax',...
- init_params() CoaxialStackingConfiguration[source]
Initializes the dependent parameters in configuration.
Should be implemented in the subclass if dependent parameters are present.
- class mythos.energy.na1.coaxial_stacking.CoaxialStacking[source]
Bases:
mythos.energy.base.BaseEnergyFunctionCoaxial stacking energy function for NA1 model.
- params: CoaxialStackingConfiguration
- compute_energy(nucleotide: mythos.energy.na1.nucleotide.HybridNucleotide) mythos.utils.types.Scalar[source]
Compute the energy of the system given the nucleotide.