Skip to content

Commit

Permalink
API and performance docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed May 19, 2020
1 parent 3502fc9 commit 65c9b59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/api/qinterface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ State Manipulation Methods

.. doxygenfunction:: Qrack::QInterface::AntiCSqrtSwap(const bitLenInt*, const bitLenInt&, const bitLenInt&, const bitLenInt&)

.. doxygenfunction:: Qrack::QInterface::FSim(real1, real1, bitLenInt, bitLenInt)

.. doxygenfunction:: Qrack::QInterface::FSim(real1, real1, bitLenInt, bitLenInt, bitLenInt)

.. doxygenfunction:: Qrack::QInterface::Reverse(bitLenInt, bitLenInt)

.. doxygenfunction:: Qrack::QInterface::TrySeparate(bitLenInt, bitLenInt)
Expand Down
6 changes: 1 addition & 5 deletions docs/performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,7 @@ Similarly, on random universal circuits, defined above and in the benchmark repo

.. image:: performance/random_universal.png

Qrack's QUnit makes a fundamental improvement on an idealization of the Sycamore circuit, which we strongly encourage the reader to analyze and reproduce with the provided public benchmark code.

.. image:: performance/sycamore.png

To validate that QUnit is actually reproducing the equivalent measurement distribution of the other libraries, we have implemented cross entropy benchmark tests between Qrack's QUnit and its Schrödinger method "QEngine" types, for the random universal circuit test. These tests are available as "test_universal_circuit_digital_cross_entropy" in the vm6502q/qrack repository standard benchmark and unit tests suites.
Previously, attempted benchmarks for approximations to the the type of circuits argued to establish "quantum supremacy" were presented here. A major bug was identified in those benchmarks. Updated results for these type of circuits will follow shortly, once sufficient data has been collected and scrutinized. (The fix for the bug fundamentally hurts QUnit's performance, and we apologize for the failure of oversight.)


Discussion
Expand Down

0 comments on commit 65c9b59

Please sign in to comment.