microsoft / qsharp-language

Official repository for design of the quantum programming language Q# and its core libraries
MIT License
233 stars 54 forks source link

Add a list of reserved operation names to QIR #100

Closed alan-geller closed 2 years ago

alan-geller commented 3 years ago

While QIR doesn't and shouldn't specify a required quantum instruction set, it is helpful to specify that certain operation names are reserved; that is, if a target supports an operation called CNOT, that operation has to implement a two-qubit controlled X.

Where possible, actual matrices should be provided for precision.

alan-geller commented 3 years ago

This web app, https://tex-image-link-generator.herokuapp.com/, is helpful for turning LaTeX into something that can be embedded into a GitHub markdown page.

kuzminrobin commented 3 years ago

LaTeX/Mathematics syntax

alan-geller commented 2 years ago

Since the QIR specification has moved to https://github.com/qir-alliance/qir-spec, this PR can be closed.