Update other references to the OpenQASM GitHub repository.

This commit is contained in:
Simon Cross 2023-11-21 11:28:59 +01:00
parent 9caebb789d
commit 5301948067
5 changed files with 7 additions and 7 deletions

2
WG.md
View File

@ -74,7 +74,7 @@ Members: Niel de Beaudrap, Hiroshi Horii, Blake Johnson, Colm Ryan, Luciano Bell
### Dynamic Dereference & Allocation
**Objectives**: Formulate response to issues raised by [Physical mapping of dynamically dereferenced qubits #307](https://github.com/Qiskit/openqasm/issues/307)
**Objectives**: Formulate response to issues raised by [Physical mapping of dynamically dereferenced qubits #307](https://github.com/openqasm/openqasm/issues/307)
* Provide concrete examples proving this cannot be dealt with in OpenQASM 3 as the spec stands
* If in scope, provide rough solutions.
* Keep in mind the difference between dynamic dereference and dynamic allocation.

View File

@ -1,6 +1,6 @@
[metadata]
name = openqasm_reference_parser
url = https://github.com/Qiskit/openqasm
url = https://github.com/openqasm/openqasm
author = OpenQASM Contributors
description = Reference parser for OpenQASM files
long_description = file: README.md

View File

@ -21,7 +21,7 @@ Version string
The first non-comment line of an OpenQASM program may optionally be
``OPENQASM`` *M.m* ``;`` indicating a major version *M* and minor version *m*.
More details on versioning and the release cycle for OpenQASM may be found
`here <https://github.com/Qiskit/openqasm/blob/main/CONTRIBUTING.md>`_.
`here <https://github.com/openqasm/openqasm/blob/main/CONTRIBUTING.md>`_.
The minor version number, expressed as a decimal point after the major version
number followed by a number, is optional. If not present, the minor version

View File

@ -1,6 +1,6 @@
# OpenQASM 3 Python Reference
[![License](https://img.shields.io/github/license/Qiskit/openqasm.svg)](https://opensource.org/licenses/Apache-2.0)<!-- long-description-skip-begin -->[![Release](https://img.shields.io/pypi/v/openqasm3)](https://pypi.org/project/openqasm3)<!-- long-description-skip-end -->
[![License](https://img.shields.io/github/license/openqasm/openqasm.svg)](https://opensource.org/licenses/Apache-2.0)<!-- long-description-skip-begin -->[![Release](https://img.shields.io/pypi/v/openqasm3)](https://pypi.org/project/openqasm3)<!-- long-description-skip-end -->
The `openqasm3` package contains the reference abstract syntax tree (AST) for representing OpenQASM 3 programs, tools to parse text into this AST, and tools to manipulate the AST.
@ -39,7 +39,7 @@ All extras can be installed with the target `openqasm3[all]`.
## Development Environment
To work on development, you will need to have a complete [ANTLR](https://www.antlr.org/) installation (not just the runtime), and the ANTLR grammar files from the [main OpenQASM repository](https://github.com/Qiskit/openqasm).
To work on development, you will need to have a complete [ANTLR](https://www.antlr.org/) installation (not just the runtime), and the ANTLR grammar files from the [main OpenQASM repository](https://github.com/openqasm/openqasm).
### Setting up ANTLR

View File

@ -3,7 +3,7 @@ Contributing
============
We welcome any contributions to make this reference package better and more useful, that stay within the bounds of the :ref:`project goals <project-goals>`.
An easy way to help us to make bug reports if you find something that doesn't work correctly, by opening an issue on `our GitHub page <https://github.com/Qiskit/openqasm/issues/new>`__.
An easy way to help us to make bug reports if you find something that doesn't work correctly, by opening an issue on `our GitHub page <https://github.com/openqasm/openqasm/issues/new>`__.
If you want to work with the code to make pull requests to improve it, you will need some further packages.
@ -11,7 +11,7 @@ If you want to work with the code to make pull requests to improve it, you will
Development Environment
=======================
To work on development, you will need to have a complete `ANTLR <https://www.antlr.org/>`__ installation (not just the runtime), and the ANTLR grammar files from the `main OpenQASM repository <https://github.com/Qiskit/openqasm>`__.
To work on development, you will need to have a complete `ANTLR <https://www.antlr.org/>`__ installation (not just the runtime), and the ANTLR grammar files from the `main OpenQASM repository <https://github.com/openqasm/openqasm>`__.
Setting up ANTLR
----------------