microsoft / qsharp-compiler

Q# compiler, command line tool, and Q# language server
https://docs.microsoft.com/quantum
MIT License
684 stars 170 forks source link

Rewrite or Move docs in examples/QIR/Simulation #1577

Open swernli opened 1 year ago

swernli commented 1 year ago

The guides and sample code in examples/QIR/Simulation are for extending the old C++ QIR Runtime, which was removed as of https://github.com/microsoft/qsharp-runtime/pull/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.