|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include "./fundamental_operator_set.hpp"#include "./hilbert_space.hpp"#include "../operators/many_body_operator.hpp"#include <algorithm>#include <cstdint>#include <type_traits>#include <utility>#include <vector>Provides a fast imperative representation of a many-body operator acting on states.
Definition in file imperative_operator.hpp.
Go to the source code of this file.
Classes | |
| class | triqs::hilbert_space::imperative_operator< HS, T, UseMap > |
| Representation of a many-body operator acting on many-body states. More... | |