You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.
Currently the traits e.g PreserveAll is implemented manually, we should make use of SimpleTraits to make this more elegant and powerful.
e.g with trait IsHermitian, we could dispatch time evolution's expv based on this trait, and the circuit simplification should be easier to make use of multiple dispatch.
The text was updated successfully, but these errors were encountered:
Currently the traits e.g
PreserveAll
is implemented manually, we should make use of SimpleTraits to make this more elegant and powerful.e.g with trait
IsHermitian
, we could dispatch time evolution'sexpv
based on this trait, and the circuit simplification should be easier to make use of multiple dispatch.The text was updated successfully, but these errors were encountered: