Skip to content
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

change the internal layout of the pfmeasurements result for better memory locality #242

Open
Krastanov opened this issue Mar 18, 2024 · 0 comments
Labels
good first issue Good for newcomers performance bug Something is unreasonably slow

Comments

@Krastanov
Copy link
Member

The results of pfmeasurements and more generally the way we store measurement results in the Pauli frame object is not local. We should not change the order of the indices in the user-facing interface because they neatly map to the indices of a tableau, but we should change the ordering internally (e.g. by using the transpose view) to make the access faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers performance bug Something is unreasonably slow
Projects
None yet
Development

No branches or pull requests

1 participant