mythos.energy.na1.fene
FENE energy function for NA1 model.
Classes
Configuration for the FENE energy function. |
|
FENE energy function for NA1 model. |
Module Contents
- class mythos.energy.na1.fene.FeneConfiguration[source]
Bases:
mythos.energy.configuration.BaseConfigurationConfiguration for the FENE energy function.
- nt_type: mythos.utils.types.Arr_Nucleotide | None = None
- dna_config: mythos.energy.dna1.FeneConfiguration | None = None
- rna_config: mythos.energy.dna1.FeneConfiguration | None = None
- required_params: tuple[str] = ('nt_type', 'dna_eps_backbone', 'dna_r0_backbone', 'dna_delta_backbone', 'dna_fmax', 'dna_finf',...
- init_params() FeneConfiguration[source]
Initializes the dependent parameters in configuration.
Should be implemented in the subclass if dependent parameters are present.
- class mythos.energy.na1.fene.Fene[source]
Bases:
mythos.energy.base.BaseEnergyFunctionFENE energy function for NA1 model.
- params: FeneConfiguration
- compute_energy(nucleotide: mythos.energy.na1.nucleotide.HybridNucleotide) mythos.utils.types.Scalar[source]
Compute the energy of the system given the nucleotide.