Scine::Swoose
2.1.0
This is the SCINE module Swoose.
|
This class writes the results of a SFAM parametrization (parameters) to file. More...
#include <ParameterFileWriter.h>
Static Public Member Functions | |
static void | writeSfamParametersToFile (const std::string &filename, const MolecularMechanics::SfamParameters ¶meters, const Utils::Settings &settings) |
Writes MM parameters to a file and adds the parametrization settings to the header. More... | |
static void | writeSfamParametersToFile (const std::string &filename, const MolecularMechanics::SfamParameters ¶meters) |
Writes MM parameters to a file. More... | |
static void | writeSfamParametersToFileImpl (std::ofstream &parFile, const MolecularMechanics::SfamParameters ¶meters) |
static std::string | generateAdditionalInformation (const Utils::Settings &settings) |
This class writes the results of a SFAM parametrization (parameters) to file.
|
static |
Writes MM parameters to a file and adds the parametrization settings to the header.
filename | Name of the file to which the MM parameters are written. |
parameters | The MM parameters. |
settings | The settings. |
|
static |
Writes MM parameters to a file.
filename | Name of the file to which the MM parameters are written. |
parameters | The MM parameters. |