Scine::Swoose  1.0.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 } // namespace OptionNames
29 } // namespace SwooseUtilities
30 } // namespace Scine
31 
32 #endif // SWOOSEUTILITIES_OPTIONNAMES_H