|
occ
|
Classes | |
| struct | ElasticFitInput |
| class | ElasticFitter |
| struct | FittingResults |
| struct | FittingSettings |
| struct | LJ |
| struct | LJ_A |
| class | LJ_AWrapper |
| class | LJWrapper |
| struct | MoleculeInput |
| struct | MonkhorstPack |
| struct | Morse |
| class | MorseWrapper |
| struct | PairInput |
| class | PES |
| class | PotentialBase |
Enumerations | |
| enum class | LinearSolverType { LU , SVD , QR , LDLT } |
| enum class | PotentialType { MORSE , LJ , LJ_A } |
Functions | |
| void | to_json (nlohmann::json &j, const MoleculeInput &m) |
| void | from_json (const nlohmann::json &j, MoleculeInput &m) |
| void | to_json (nlohmann::json &j, const PairInput &p) |
| void | from_json (const nlohmann::json &j, PairInput &p) |
| void | to_json (nlohmann::json &j, const ElasticFitInput &input) |
| void | from_json (const nlohmann::json &j, ElasticFitInput &input) |
| void | write_elastic_fit_json (const std::string &filename, const ElasticFitInput &input) |
| ElasticFitInput | read_elastic_fit_json (const std::string &filename) |
|
strong |
|
strong |
| void occ::elastic_fit::from_json | ( | const nlohmann::json & | j, |
| ElasticFitInput & | input | ||
| ) |
| void occ::elastic_fit::from_json | ( | const nlohmann::json & | j, |
| MoleculeInput & | m | ||
| ) |
| void occ::elastic_fit::from_json | ( | const nlohmann::json & | j, |
| PairInput & | p | ||
| ) |
| ElasticFitInput occ::elastic_fit::read_elastic_fit_json | ( | const std::string & | filename | ) |
| void occ::elastic_fit::to_json | ( | nlohmann::json & | j, |
| const ElasticFitInput & | input | ||
| ) |
| void occ::elastic_fit::to_json | ( | nlohmann::json & | j, |
| const MoleculeInput & | m | ||
| ) |
| void occ::elastic_fit::to_json | ( | nlohmann::json & | j, |
| const PairInput & | p | ||
| ) |
| void occ::elastic_fit::write_elastic_fit_json | ( | const std::string & | filename, |
| const ElasticFitInput & | input | ||
| ) |