#include <RGPotEngine.h>
Public Attributes | |
| std::string | backend |
| std::string | basis {"sto-3g"} |
| std::string | theory {"scf"} |
| std::string | scf_type {"rhf"} |
| std::string | functional {"BLYP"} |
| double | cutoff_ry {70.0} |
| int | charge {0} |
| int | multiplicity {1} |
| std::string | engine_path |
| std::string | engine_library |
| std::string | engine_root |
| std::string | title |
| int | memory_mb {0} |
| std::string | scratch_dir |
| std::string | input_block |
| std::string | model_path |
| std::string | device {"cpu"} |
| std::string | length_unit {"angstrom"} |
| std::string | extensions_directory |
| bool | check_consistency {false} |
| double | uncertainty_threshold {-1.0} |
| bool | torch_determinism_strict {false} |
| std::string | xtb_paramset {"GFN2xTB"} |
| double | xtb_accuracy {1.0} |
| double | xtb_electronic_temperature {300.0} |
| int | xtb_max_iterations {250} |
| double | xtb_charge {0.0} |
| int | xtb_uhf {0} |
Definition at line 6 of file RGPotEngine.h.
| std::string RGPotEngineOptions::backend |
Definition at line 7 of file RGPotEngine.h.
| std::string RGPotEngineOptions::basis {"sto-3g"} |
Definition at line 8 of file RGPotEngine.h.
| int RGPotEngineOptions::charge {0} |
Definition at line 13 of file RGPotEngine.h.
| bool RGPotEngineOptions::check_consistency {false} |
Definition at line 27 of file RGPotEngine.h.
| double RGPotEngineOptions::cutoff_ry {70.0} |
Definition at line 12 of file RGPotEngine.h.
| std::string RGPotEngineOptions::device {"cpu"} |
Definition at line 24 of file RGPotEngine.h.
| std::string RGPotEngineOptions::engine_library |
Definition at line 16 of file RGPotEngine.h.
| std::string RGPotEngineOptions::engine_path |
Definition at line 15 of file RGPotEngine.h.
| std::string RGPotEngineOptions::engine_root |
Definition at line 17 of file RGPotEngine.h.
| std::string RGPotEngineOptions::extensions_directory |
Definition at line 26 of file RGPotEngine.h.
| std::string RGPotEngineOptions::functional {"BLYP"} |
Definition at line 11 of file RGPotEngine.h.
| std::string RGPotEngineOptions::input_block |
Definition at line 21 of file RGPotEngine.h.
| std::string RGPotEngineOptions::length_unit {"angstrom"} |
Definition at line 25 of file RGPotEngine.h.
| int RGPotEngineOptions::memory_mb {0} |
Definition at line 19 of file RGPotEngine.h.
| std::string RGPotEngineOptions::model_path |
Definition at line 23 of file RGPotEngine.h.
| int RGPotEngineOptions::multiplicity {1} |
Definition at line 14 of file RGPotEngine.h.
| std::string RGPotEngineOptions::scf_type {"rhf"} |
Definition at line 10 of file RGPotEngine.h.
| std::string RGPotEngineOptions::scratch_dir |
Definition at line 20 of file RGPotEngine.h.
| std::string RGPotEngineOptions::theory {"scf"} |
Definition at line 9 of file RGPotEngine.h.
| std::string RGPotEngineOptions::title |
Definition at line 18 of file RGPotEngine.h.
| bool RGPotEngineOptions::torch_determinism_strict {false} |
Definition at line 29 of file RGPotEngine.h.
| double RGPotEngineOptions::uncertainty_threshold {-1.0} |
Definition at line 28 of file RGPotEngine.h.
| double RGPotEngineOptions::xtb_accuracy {1.0} |
Definition at line 32 of file RGPotEngine.h.
| double RGPotEngineOptions::xtb_charge {0.0} |
Definition at line 35 of file RGPotEngine.h.
| double RGPotEngineOptions::xtb_electronic_temperature {300.0} |
Definition at line 33 of file RGPotEngine.h.
| int RGPotEngineOptions::xtb_max_iterations {250} |
Definition at line 34 of file RGPotEngine.h.
| std::string RGPotEngineOptions::xtb_paramset {"GFN2xTB"} |
Definition at line 31 of file RGPotEngine.h.
| int RGPotEngineOptions::xtb_uhf {0} |
Definition at line 36 of file RGPotEngine.h.