Skip to content

Decouple pattern from simulator backends #195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
masa10-f opened this issue Jul 31, 2024 · 2 comments
Open

Decouple pattern from simulator backends #195

masa10-f opened this issue Jul 31, 2024 · 2 comments
Labels
new feature New feature or request

Comments

@masa10-f
Copy link
Contributor

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.

@masa10-f masa10-f added the new feature New feature or request label Jul 31, 2024
@mgarnier59
Copy link
Contributor

Have a look at #178. It is done there.

@masa10-f
Copy link
Contributor Author

masa10-f commented Aug 1, 2024

Thanks! I'll look it over later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants