- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/MpqcParser_Parameters.hpp
re3c4c5 rcf1d82 58 58 integrationParam,//!< integrationParam, integration method to use in MBPT2 R12 59 59 theoryParam, //!< theoryParam, level of theory to use 60 jobtypeParam, //!< jobtypeParam, job type to use61 60 unknownParam}; //!< unknownParam, designates an unknown parameter 62 61 … … 70 69 MBPT2_R12, //!< Moeller Plesset Perturbation Theory second order with R12 integral 71 70 unknownTheory //!< designates an unknown theory 72 };73 74 /** Enumeration of all known jobtypes.75 *76 */77 enum Jobtype {78 Default, //!< standard energy and force calculation79 Optimization, //!< additional optimization of geometry80 unknownJob //!< designates an unknown job81 71 }; 82 72 … … 103 93 const std::string &getParameterName(const enum Parameters param) const; 104 94 const std::string &getTheoryName(const enum Theory theory) const; 105 const std::string &getJobtypeName(const enum Jobtype jobtype) const;106 95 const std::string &getIntegrationMethodName(const enum IntegrationMethod integration) const; 107 96 … … 110 99 //!> vector with all available theories in same order as enum Theory. 111 100 std::vector<std::string> ValidTheories; 112 113 //!> vector with all available jobtypes in same order as enum Jobs.114 std::vector<std::string> ValidJobtypes;115 101 116 102 //!> vector with all available integration methods in same order as enum IntegrationMethod.
Note:
See TracChangeset
for help on using the changeset viewer.