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
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
The guides and sample code in examples/QIR/Simulation are for extending the old C++ QIR Runtime, which was removed as of microsoft/qsharp-runtime#1087. These examples need to be rewritten for the new approach of writing a QIR backend using the Rust QIR standard library and would perhaps be better suited to live under https://github.com/qir-alliance/qir-runner. Once they have been refactored and moved there, they can be deleted from here.
The text was updated successfully, but these errors were encountered:
This change updates the remaining example and test projects for using the QIR stdlib via the Microsoft.Quantum.Simulator.Runtime as a QIR backend. This resolves#1560, #1568, and #1569.
Note that it does not update the samples under examples\QIR\Simulation as these need to be fully rewritten and likely moved to https://github.com/qir-alliance/qir-runner (see Rewrite or Move docs in examples/QIR/Simulation #1577)
This change updates the remaining example and test projects for using the QIR stdlib via the Microsoft.Quantum.Simulator.Runtime as a QIR backend. This resolves#1560, resolves#1568, and resolves#1569.
Note that it does not update the samples under examples\QIR\Simulation as these need to be fully rewritten and likely moved to https://github.com/qir-alliance/qir-runner (see Rewrite or Move docs in examples/QIR/Simulation #1577)
* Update projects, docs, cpp files for QIR stdlib
This change updates the remaining example and test projects for using the QIR stdlib via the Microsoft.Quantum.Simulator.Runtime as a QIR backend. This resolves#1560, resolves#1568, and resolves#1569.
Note that it does not update the samples under examples\QIR\Simulation as these need to be fully rewritten and likely moved to https://github.com/qir-alliance/qir-runner (see Rewrite or Move docs in examples/QIR/Simulation #1577)
* Fix development project QDK version
* Update examples/QIR/Optimization/README.md
Co-authored-by: Robin Kuzmin <9372582+kuzminrobin@users.noreply.github.com>
* Use alternative method for copying build dependencies
Co-authored-by: Robin Kuzmin <9372582+kuzminrobin@users.noreply.github.com>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugSomething isn't workingneeds triageAn initial review by a maintainer is needed
The guides and sample code in examples/QIR/Simulation are for extending the old C++ QIR Runtime, which was removed as of microsoft/qsharp-runtime#1087. These examples need to be rewritten for the new approach of writing a QIR backend using the Rust QIR standard library and would perhaps be better suited to live under https://github.com/qir-alliance/qir-runner. Once they have been refactored and moved there, they can be deleted from here.
The text was updated successfully, but these errors were encountered: