-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Most of the user-facing basis-checking API (like using basis
to get the basis in which an operator works) is convenient only for square matrices. If we have different left and right bases, one needs to use the .basis_r
and .basis_l
fields, which does not compose well with anything outside of the QuantumOptics package (e.g. QuantumSymbolics and QuantumClifford do not have such fields in their types).
We need something like basis_r
and basis_l
functions.
And we need to be careful what such functions do to superoperators.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request