sisi4s
Loading...
Searching...
No Matches
SingleParticleOccupancies.hpp
Go to the documentation of this file.
1#ifndef SINGLE_PARTICLE_OCCUPANCIES_DEFINED
2#define SINGLE_PARTICLE_OCCUPANCIES_DEFINED
3
5
6namespace sisi4s {
13public:
15 SingleParticleOccupancies(std::vector<Argument> const &argumentList);
17 virtual void run();
18 virtual void dryRun();
19};
20} // namespace sisi4s
21
22#endif
#define ALGORITHM_REGISTRAR_DECLARATION(NAME)
Auxiliary macro declaring the algorithm registrar for the algorithm type of the given name....
Definition Algorithm.hpp:169
Definition Algorithm.hpp:26
Evaluates given the DoublesAmplitudes from a linearized coupled cluster theory.
Definition SingleParticleOccupancies.hpp:12
virtual void dryRun()
The dryRun estimates resource consumption, especially memory and processor time.
Definition SingleParticleOccupancies.cxx:50
virtual ~SingleParticleOccupancies()
Definition SingleParticleOccupancies.cxx:14
virtual void run()
Definition SingleParticleOccupancies.cxx:16
Definition Algorithm.hpp:10