Scine::Swoose  2.1.0
This is the SCINE module Swoose.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
UpdateFunctionManager.h File Reference
Include dependency graph for UpdateFunctionManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Scine::MMParametrization::UpdateFunctionManager
 

Enumerations

enum  ParameterToOptimize { Bond = (1 << 0), Angle = (1 << 1), Dihedral = (1 << 2), ImproperDihedral = (1 << 3) }
 The types of parameters are assigned a bit each to switch them on if they are present in the parameters being optimized.
 

Functions

constexpr ParameterToOptimize Scine::MMParametrization::operator| (ParameterToOptimize p1, ParameterToOptimize p2)
 Returns a ParameterToOptimize object that is the superset of the two values given as argument.
 

Detailed Description