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

Add example near-Clifford circuit simulators with links #2367

Conversation

bdg221
Copy link
Collaborator

@bdg221 bdg221 commented May 16, 2024

Fixes #2241

In order to make the documentation more helpful, we should provide users with examples of near-Clifford circuit simulators that are necessary when using CDR at scale. In particular, this should happen in the CDR guide.

This PR includes the changes that takes the documentation from:
To use CDR at scale, an efficient near-Clifford circuit simulator must be specified. In this example, the circuit is small enough to use any classical simulator, and we use the same density matrix simulator as above but without noise.

To the new version:
To use CDR at scale, an efficient near-Clifford circuit simulator must be specified. Two examples of efficient near-Clifford circuit simulators are Qrack with the stabilizer hybrid (Clifford+Rz) and IBM's extended stabilizer simulator.

In this example, the circuit is small enough to use any classical simulator, and we use the same density matrix simulator as above but without noise.

License

  • I license this contribution under the terms of the GNU GPL, version 3 and grant Unitary Fund the right to provide additional permissions as described in section 7 of the GNU GPL, version 3.

Before opening the PR, please ensure you have completed the following where appropriate.

Copy link

codecov bot commented May 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.32%. Comparing base (aefc5ce) to head (d5ff900).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2367   +/-   ##
=======================================
  Coverage   98.32%   98.32%           
=======================================
  Files          87       87           
  Lines        4059     4059           
=======================================
  Hits         3991     3991           
  Misses         68       68           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cosenal cosenal merged commit 88171f1 into unitaryfund:main May 24, 2024
16 checks passed
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.

Add documentation on effectively scaling CDR
2 participants