Scine::Swoose
2.1.0
This is the SCINE module Swoose.
|
This class manages the parametrization of an MM model from quantum-chemical reference data. More...
#include <Parametrizer.h>
Public Member Functions | |
Parametrizer () | |
Constructor. | |
void | parametrize (Utils::AtomCollection structure) override |
Main function of this class. It generates the MM parameters. More... | |
Utils::Settings & | settings () override |
Accessor for the settings. | |
const Utils::Settings & | settings () const override |
Constant accessor for the settings. | |
std::string | name () const override |
Getter for the name of the Parametrizer. | |
Public Member Functions inherited from Scine::Core::ObjectWithLog | |
Log & | getLog () |
const Log & | getLog () const |
void | setLog (Log log) |
Static Public Attributes | |
static constexpr const char * | model = "SFAM_parametrizer" |
This class manages the parametrization of an MM model from quantum-chemical reference data.
|
overridevirtual |
Main function of this class. It generates the MM parameters.
structure | The entire system's structure. |
Implements Scine::Core::MMParametrizer.