17#ifndef SYMGRPEXPANGW_H
18#define SYMGRPEXPANGW_H
81 virtual void calculate(
Atom& atom,
bool const derivatives)
const;
88 virtual std::vector<SymFncBaseExpAng const*>
getMembers()
const;
91 std::vector<SymFncExpAngw const*>
members;
96 std::vector<SymFncBaseExpAng const*> cast;
Intermediate class for angular SFs based on cutoffs and exponentials.
Symmetry function base class.
Angular symmetry function group (type 3)
std::vector< SymFncExpAngw const * > members
Vector of all group member pointers.
virtual void calculate(Atom &atom, bool const derivatives) const
Calculate all symmetry functions of this group for one atom.
virtual std::vector< SymFncBaseExpAng const * > getMembers() const
Get symmetry function members.
SymGrpExpAngw(ElementMap const &elementMap)
Constructor, sets type = 3.
virtual bool operator==(SymGrp const &rhs) const
Overload == operator.
virtual void sortMembers()
Sort member symmetry functions.
virtual bool operator<(SymGrp const &rhs) const
Overload < operator.
virtual bool addMember(SymFnc const *const symmetryFunction)
Potentially add a member to group.
ElementMap elementMap
Copy of element map.
Storage for a single atom.