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

Keep probabilities sparse #19

Open
josh146 opened this issue Apr 14, 2021 · 0 comments
Open

Keep probabilities sparse #19

josh146 opened this issue Apr 14, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@josh146
Copy link
Member

josh146 commented Apr 14, 2021

Currently, a dense probability array is always computed from the sparse histogram of counts after the job results are received.

We should change this so that the entire computation is kept sparse -- however, this requires significant changes in the QubitDevice class in PL core.

@dime10 dime10 added the enhancement New feature or request label May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants