This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Consider adding the SparseSimulator #518
Labels
Area-API
Issue concerns the API design of a library, such as style guide or design principles adherence.
Kind-Enhancement
New feature or request
Pkg-Standard
Issue relates to the Microsoft.Quantum.Standard package.
After the SparseSimulator is added, consider adding to the
QuantumLibraries
the support for the SparseSimulator.In particular
QuantumSimulator
withCommonNativeSimulator
- the common base class for QuantumSimulator and SparseSimulator, such that both the QuantumSimulator and SparseSimulator are covered.@Test("QuantumSimulator")
consider adding (in the next line) also@Test("SparseSimulator")
, such that the test is run on both simulators. See example in the .qs files of this PR.The text was updated successfully, but these errors were encountered: