Skip to content

Commit

Permalink
Fix org chart image
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Mar 12, 2022
1 parent 65a894e commit 885f3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/implementation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Implementation
Organizational Chart
--------------------------------

.. image:: performance/qrack_org_chart.png
.. image:: qrack_org_chart.png

In overview, Qrack freely mixes simulator representations, between "Schrödinger method"/"ket," stabilizer tableau, and Schmidt decomposed representations of both ket and stabilizer. `Qrack::QStabilizerHybrid` will attempt to maintain stabilizer representation for as deep as possible into a circuit, then switch over internally to ket representation when it encounters an operation it cannot carry out with Clifford and Pauli gates. For ket simulation, we have both CPU and GPU based implementations, which will be automatically switched between as opportune by `QHybrid`. `QUnit` creates a collection of partially Schmidt decomposed peer simulator types, like `QStabilizerHybrid` representation over `QHybrid` (or `QPager`, for Intel-QS-like "paged" simulation across different maximum allocation segments on one or more GPU devices).

Expand Down

0 comments on commit 885f3d3

Please sign in to comment.