Struct LSTOptions¶
Defined in File utils.hpp
Struct Documentation¶
-
struct LSTOptions¶
Options for Lie Similarity Transformation.
See also
Public Members
-
bool unitary = false¶
If true, uses unitary generator.
-
std::optional<bool> use_commutators = std::nullopt¶
If true, uses explicit commutators [A,B] = AB - BA; otherwise uses connected products (AB)_c If not explicitly set, LST will set this to the value of unitary
-
bool skip_clone = false¶
If true, will not clone the input expression.
-
bool unitary = false¶