mythos.energy.na1.hydrogen_bonding
Hydrogen bonding energy function for NA1 model.
Classes
Configuration for the cross-stacking energy function. |
|
Hydrogen bonding energy function for NA1 model. |
Module Contents
- class mythos.energy.na1.hydrogen_bonding.HydrogenBondingConfiguration[source]
Bases:
mythos.energy.configuration.BaseConfigurationConfiguration for the cross-stacking energy function.
- pseq_constraints: mythos.input.sequence_constraints.SequenceConstraints | None = None
- dna_config: mythos.energy.dna1.HydrogenBondingConfiguration | None = None
- rna_config: mythos.energy.dna1.HydrogenBondingConfiguration | None = None
- drh_config: mythos.energy.dna1.HydrogenBondingConfiguration | None = None
- required_params: tuple[str] = ('nt_type', 'dna_eps_hb', 'dna_a_hb', 'dna_dr0_hb', 'dna_dr_c_hb', 'dna_dr_low_hb',...
- init_params() HydrogenBondingConfiguration[source]
Initializes the dependent parameters in configuration.
Should be implemented in the subclass if dependent parameters are present.
- class mythos.energy.na1.hydrogen_bonding.HydrogenBonding[source]
Bases:
mythos.energy.base.BaseEnergyFunctionHydrogen bonding energy function for NA1 model.
- params: HydrogenBondingConfiguration
- compute_energy(nucleotide: mythos.energy.na1.nucleotide.HybridNucleotide) mythos.utils.types.Scalar[source]
Compute the energy of the system given the nucleotide.