mythos.energy.na1.unbonded_excluded_volume
Unbonded excluded volume energy function for DNA1 model.
Classes
Configuration for the unbonded excluded volume energy function. |
|
Unbonded excluded volume energy function for NA1 model. |
Module Contents
- class mythos.energy.na1.unbonded_excluded_volume.UnbondedExcludedVolumeConfiguration[source]
Bases:
mythos.energy.configuration.BaseConfigurationConfiguration for the unbonded excluded volume energy function.
- dna_config: mythos.energy.dna1.UnbondedExcludedVolumeConfiguration | None = None
- rna_config: mythos.energy.dna1.UnbondedExcludedVolumeConfiguration | None = None
- drh_config: mythos.energy.dna1.UnbondedExcludedVolumeConfiguration | None = None
- required_params: tuple[str] = ('nt_type', 'dna_eps_exc', 'dna_dr_star_base', 'dna_sigma_base', 'dna_dr_star_back_base',...
- init_params() UnbondedExcludedVolumeConfiguration[source]
Initializes the dependent parameters in configuration.
Should be implemented in the subclass if dependent parameters are present.
- class mythos.energy.na1.unbonded_excluded_volume.UnbondedExcludedVolume[source]
Bases:
mythos.energy.base.BaseEnergyFunctionUnbonded excluded volume energy function for NA1 model.
- compute_energy(nucleotide: mythos.energy.na1.nucleotide.HybridNucleotide) mythos.utils.types.Scalar[source]
Compute the energy of the system given the nucleotide.