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
Write tests to ensure that simulators support all the gates possible in the PHIR spec (https://github.com/CQCL/phir/blob/main/spec.md). Some simulators will only be able to support a subset, e.g., stabilizer sims. Make this as explicit as possible.
Also, verify the gates performed the operations as expected.
The text was updated successfully, but these errors were encountered:
PR #55 is meant to partially address this (for testing statevector simulators). Currently it's only testing CuStateVec against a reference basic implementation using numpy, but we could easily add more simulators to the tests.
Write tests to ensure that simulators support all the gates possible in the PHIR spec (https://github.com/CQCL/phir/blob/main/spec.md). Some simulators will only be able to support a subset, e.g., stabilizer sims. Make this as explicit as possible.
Also, verify the gates performed the operations as expected.
The text was updated successfully, but these errors were encountered: