microsoft / qsharp-language

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

QIR: function names should consistently use underscore instead of period #27

Closed IrinaYatsenko closed 3 years ago

IrinaYatsenko commented 3 years ago

E.g. https://github.com/microsoft/qsharp-language/blob/main/Specifications/QIR/Quantum-Runtime.md is still using periods: quantum.rt.qubit_allocate should be quantumrt__qubit_allocate

bettinaheim commented 3 years ago

@alan-geller Do you mind updating that?