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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
Currently, each simulator backend depends on the pattern class, but they, in principle, only require a part of the information from the pattern. It would be beneficial if each backend were separated from the pattern and became self-contained.
Describe the feature you'd like
A clear and concise description of what you want to happen.
Remove the dependency on the pattern class.
Additional context
Add any other context or screenshots about the feature request here.
The issue related to Pattern._pauli_preprocessed(#168 ) should be fixed before this issue #167 can be easily done after this issue.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
Currently, each simulator backend depends on the pattern class, but they, in principle, only require a part of the information from the pattern. It would be beneficial if each backend were separated from the pattern and became self-contained.
Describe the feature you'd like
A clear and concise description of what you want to happen.
Remove the dependency on the pattern class.
Additional context
Add any other context or screenshots about the feature request here.
The issue related to
Pattern._pauli_preprocessed
(#168 ) should be fixed before this issue#167 can be easily done after this issue.
The text was updated successfully, but these errors were encountered: