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
#76 partially gets around this since there are no qudits in the circuit after it gets compiled to qubits, so SparseSimulator can be used on a qudit-based QuantumWorld that has compile_to_qubits=True. We still need to fix the SparseSimulator for when compile_to_qubits=False (default)
SparseSimulator code assumes a system of qubits only and does not support general qudits.
Running the simple Circuit below gives a
ValueError
size 2 is different from 3
.The text was updated successfully, but these errors were encountered: