sisi4s
Loading...
Searching...
No Matches
DefineHolesAndParticles.hpp
Go to the documentation of this file.
1#ifndef DEFINEHOLESANDPARTICLES_HPP_
2#define DEFINEHOLESANDPARTICLES_HPP_
3
5
6namespace sisi4s {
7namespace cc4s {
8
9// the header that should be present
10// in such a tensor
11struct HPHeader {
13 std::vector<double> energies;
14};
15
16} // namespace cc4s
17
19
20} // namespace sisi4s
21
22#endif
#define DEFINE_ALGORITHM_HEADER(NAME,...)
Definition Algorithm.hpp:185
Definition DefineHolesAndParticles.hpp:18
Definition Algorithm.hpp:10
Definition DefineHolesAndParticles.hpp:11
std::vector< double > energies
Definition DefineHolesAndParticles.hpp:13
double fermiEnergy
Definition DefineHolesAndParticles.hpp:12