1#ifndef SIM_TRANS_HAMILTONIAN_DEFINED
2#define SIM_TRANS_HAMILTONIAN_DEFINED
6#define _DEFINE_SETTER(type, name, default) \
7 SimilarityTransformedHamiltonian &set##name(type t) { \
13#define _MAKE_WITH_FUNCTION(type, name, default) \
14 SimilarityTransformedHamiltonian &with##name(type const &v) { \
18 type &with##name() { return _with##name; } \
19 type _with##name = default
29template <
typename F = complex>
95 .hartreeInOneBody =
false,
96 .fockInOneBody =
false});
190 Wabij, Wijab, Wabcd, Wabci, Waibc, Wiabj, Wiajk, Wijka, Wijkl,
202#undef _MAKE_WITH_FUNCTION
#define _DEFINE_SETTER(type, name, default)
Definition CcsdPreconditioner.hpp:4
#define PTR(TYPE)
Definition SharedPointer.hpp:8
@ CISD
Definition UnrestrictedCIS.cxx:24
@ CIS
Definition UnrestrictedCIS.cxx:24
Represents the direct sum of Tensors and provides the vector space operations of addition,...
Definition FockVector.hpp:26
Definition FockVector.hpp:631
Definition FockVector.hpp:678
Definition FockVector.hpp:589
Definition Algorithm.hpp:10
CTF::Tensor< F > Tensor
Definition Tensor.hpp:9