Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/MpqcParser_Parameters.hpp

    re3c4c5 rcf1d82  
    5858    integrationParam,//!< integrationParam, integration method to use in MBPT2 R12
    5959    theoryParam,     //!< theoryParam, level of theory to use
    60     jobtypeParam,    //!< jobtypeParam, job type to use
    6160    unknownParam};   //!< unknownParam, designates an unknown parameter
    6261
     
    7069    MBPT2_R12,  //!< Moeller Plesset Perturbation Theory second order with R12 integral
    7170    unknownTheory //!< designates an unknown theory
    72   };
    73 
    74   /** Enumeration of all known jobtypes.
    75    *
    76    */
    77   enum Jobtype {
    78     Default,       //!< standard energy and force calculation
    79     Optimization,       //!< additional optimization of geometry
    80     unknownJob //!< designates an unknown job
    8171  };
    8272
     
    10393  const std::string &getParameterName(const enum Parameters param) const;
    10494  const std::string &getTheoryName(const enum Theory theory) const;
    105   const std::string &getJobtypeName(const enum Jobtype jobtype) const;
    10695  const std::string &getIntegrationMethodName(const enum IntegrationMethod integration) const;
    10796
     
    11099  //!> vector with all available theories in same order as enum Theory.
    111100  std::vector<std::string> ValidTheories;
    112 
    113   //!> vector with all available jobtypes in same order as enum Jobs.
    114   std::vector<std::string> ValidJobtypes;
    115101
    116102  //!> vector with all available integration methods in same order as enum IntegrationMethod.
Note: See TracChangeset for help on using the changeset viewer.