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

Cut sparse state vector #1018

Merged
merged 2 commits into from
Oct 21, 2024
Merged

Cut sparse state vector #1018

merged 2 commits into from
Oct 21, 2024

Conversation

WrathfulSpatula
Copy link
Collaborator

Per discussion in issue #1017, our official recommendation for sparse state vector simulation is simply to use quantum binary decision diagram (QBDD) techniques, with QBdt simulation layer. Both are CPU-only methods, the original non-QBDD sparse simulation algorithm is bugged, and it offers no obvious advantage that QBDD does not cover. (If any amplitude is 0-valued, it will be removed from the QBDD tree anyway, hence QBDD is expected to cover the full domain of applicability for sparse state vector, without any obvious drawback, exception, or limitation.)

@WrathfulSpatula WrathfulSpatula merged commit 9fa593a into main Oct 21, 2024
2 checks passed
@WrathfulSpatula WrathfulSpatula deleted the cut_sparse_sv branch October 21, 2024 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant