Scine::Swoose  2.1.0
This is the SCINE module Swoose.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
OptionNames.h
Go to the documentation of this file.
1 
8 #ifndef SWOOSEUTILITIES_OPTIONNAMES_H
9 #define SWOOSEUTILITIES_OPTIONNAMES_H
10 
11 #include <Utils/Settings.h>
12 
13 namespace Scine {
14 namespace SwooseUtilities {
15 namespace OptionNames {
16 
17 static constexpr const char* redistributedChargeOption = "rc";
18 static constexpr const char* redistributedChargeAndDipolesOption = "rcd";
19 static constexpr const char* directMode = "direct";
20 static constexpr const char* databaseMode = "database";
21 static constexpr const char* writeToFilesMode = "write";
22 static constexpr const char* readFromFilesMode = "read";
23 static constexpr const char* orcaOption = "orca";
24 static constexpr const char* turbomoleOption = "turbomole";
25 static constexpr const char* sparrowOption = "sparrow";
26 static constexpr const char* xtbOption = "xtb";
27 
28 // mostly used for structure preparation
29 static constexpr const char* analyzeMode = "prepare-analyze";
30 static constexpr const char* protonationMode = "prepare-protonate";
31 static constexpr const char* finalizeMode = "prepare-finalize";
32 static constexpr const char* automateMode = "prepare-automate";
33 
34 } // namespace OptionNames
35 } // namespace SwooseUtilities
36 } // namespace Scine
37 
38 #endif // SWOOSEUTILITIES_OPTIONNAMES_H