17#ifndef SYMGRPBASECUTOFF_H
18#define SYMGRPBASECUTOFF_H
CutoffType
List of available cutoff function types.
double cutoffAlpha
Cutoff function parameter (common feature).
std::string subtype
Subtype string (specifies cutoff type) (common feature).
double getRc() const
Get private rc member variable.
CutoffFunction fc
Cutoff function used by this symmetry function group.
double rc
Cutoff radius (common feature).
CutoffFunction::CutoffType cutoffType
Cutoff type used by this symmetry function group (common feature).
SymGrpBaseCutoff(std::size_t type, ElementMap const &elementMap)
Constructor, sets type.
std::size_t type
Symmetry function type.
ElementMap elementMap
Copy of element map.