You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A circuit consisting only of Clifford gates can be efficiently simulated using the StabilizerState class. There is another important class of classically simulable circuits, which are those consisting of matchgates acting between nearest-neighbor qubits on a line (see https://arxiv.org/abs/0804.4050). In the context of Qiskit, matchgates are represented by XXPlusYYGate and XXMinusYYGate. My request is to add functionality to efficiently simulate these circuits.
The text was updated successfully, but these errors were encountered:
Generally, we don't have simulators in Qiskit (except of the basic ones: Statevector and StabilizerState) only in qiskit-aer.
Could you perhaps elaborate on the importance of this simulator?
What should we add?
A circuit consisting only of Clifford gates can be efficiently simulated using the StabilizerState class. There is another important class of classically simulable circuits, which are those consisting of matchgates acting between nearest-neighbor qubits on a line (see https://arxiv.org/abs/0804.4050). In the context of Qiskit, matchgates are represented by XXPlusYYGate and XXMinusYYGate. My request is to add functionality to efficiently simulate these circuits.
The text was updated successfully, but these errors were encountered: