-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I need to compute the matrix representation of
R'*D'*A*B*C...*D*R
and similar operators, where A
, B
, C
... are QuasiDiagonal
operators. Adding overloads gets tedious quickly, so I wonder, if one might squash adjacent QuasiDiagonal
s into one QuasiDiagonal
, before materialize
?
Metadata
Metadata
Assignees
Labels
No labels