Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Contribution of all bonded energy terms to the potential energy function. More...
#include <Molecular_potential_energy_linear_structure.hpp>
Contribution of all bonded energy terms to the potential energy function.
It combines the three contributions to the energy function related to bonded lengths, bonded angles and dihedral angles.
ConformationType | The type of the input geometric conformation, as defined in the package Molecular_conformation |
CovalentStructure | The type of the input covalent structure, as defined in the package Molecular_covalent_structure |
PotentialEnergyParameters | Class defining the parameters of the associated force field as the class SBL::IO::T_Potential_energy_parameters |
EnergyBondedLengthsTerm | model of term from bonded lengths. |
EnergyBondAnglesTerm | model of term from bonded angles. |
EnergyDihedralAnglesTerm | model of term from dihedral angles. |
EnergyImproperAnglesTerm | model of term from improper angles. |
It combines the three contributions to the energy function related to bonded lengths, bonded angles and torsion angles.
CovalentStructure | The type of the input covalent structure, as defined in the package Molecular_covalent_structure. |
PotentialEnergyParameters | Class defining the parameters of the associated force field as the class SBL::IO::T_Potential_energy_parameters |