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 the QIR RT related docs #1560

Closed kuzminrobin closed 1 year ago

kuzminrobin commented 1 year ago

Rewrite the README.md in the following directories to reflect the latest updates done by Replace C++ QIR Runtime with Rust QIR stdlib PR.

qsharp-compiler\examples\QIR\Optimization\ qsharp-compiler\examples\QIR\Simulation\ qsharp-compiler\examples\QIR\Simulation\StateSimulator\ qsharp-compiler\examples\QIR\Simulation\TraceSimulator\ qsharp-compiler\src\QsCompiler\QirGeneration\

Related PR.


@swernli, FYI.

swernli commented 1 year ago

The examples docs are rather different, and require a wholesale rewrite and move of the examples there. This is captured in #1577.