jax_dna.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 jax_dna.energy.na1.unbonded_excluded_volume.UnbondedExcludedVolumeConfiguration[source]
Bases:
jax_dna.energy.configuration.BaseConfigurationConfiguration for the unbonded excluded volume energy function.
- dna_config: jax_dna.energy.dna1.UnbondedExcludedVolumeConfiguration | None = None
- rna_config: jax_dna.energy.dna1.UnbondedExcludedVolumeConfiguration | None = None
- drh_config: jax_dna.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 jax_dna.energy.na1.unbonded_excluded_volume.UnbondedExcludedVolume[source]
Bases:
jax_dna.energy.base.BaseEnergyFunctionUnbonded excluded volume energy function for NA1 model.
- __call__(body: jax_dna.energy.na1.nucleotide.HybridNucleotide, seq: jax_dna.utils.types.Sequence, bonded_neighbors: jax_dna.utils.types.Arr_Bonded_Neighbors_2, unbonded_neighbors: jax_dna.utils.types.Arr_Unbonded_Neighbors_2) jax_dna.utils.types.Scalar[source]
Calculate the energy of the system.