Struct LSTOptions

Struct Documentation

struct LSTOptions

Options for Lie Similarity Transformation.

See also

lst

Public Members

bool unitary = false

If true, uses unitary generator.

bool use_commutators = false

If true, uses explicit commutators [A,B] = AB - BA; otherwise uses connected products (AB)_c

bool skip_clone = false

If true, will not clone the input expression.