Scine::Swoose  2.1.0
This is the SCINE module Swoose.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
BasicJobSubmissionHelper.h
Go to the documentation of this file.
1 
8 #ifndef SWOOSEUTILITIES_BASICJOBSUBMISSIONHELPER_H
9 #define SWOOSEUTILITIES_BASICJOBSUBMISSIONHELPER_H
10 
11 #include <string>
12 
13 namespace Scine {
14 
15 namespace Utils {
16 class Settings;
17 } // namespace Utils
18 
19 namespace SwooseUtilities {
20 namespace BasicJobSubmissionHelper {
21 
25 std::string determineMethodFamily(std::string method, std::string referenceProgram);
30 std::string determineBasisSet(const Utils::Settings& settings);
31 
32 } // namespace BasicJobSubmissionHelper
33 } // namespace SwooseUtilities
34 } // namespace Scine
35 
36 #endif // SWOOSEUTILITIES_BASICJOBSUBMISSIONHELPER_H