Skip to content

Commit

Permalink
Merge pull request #58 from CQCL/alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik authored Nov 6, 2023
2 parents dafd88c + aa39719 commit 18f0ce8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ This repository contains the pytket-aqt extension, using Quantinuum's
with tket, a quantum computing toolkit and optimisation compiler developed by Quantinuum.

`pytket-aqt` is an extension to `pytket` that allows `pytket` circuits to be
executed on AQT's quantum devices and simulators.
executed on AQT's ([Alpine Quantum Technologies'](https://www.aqt.eu/)) quantum devices and simulators.

See [extension documentation](https://cqcl.github.io/pytket-aqt/api/index.html) for more.

## Getting started

Expand Down Expand Up @@ -115,7 +117,7 @@ tests and is accepted after review, it will be merged in.

All code will be checked on the CI with [black](https://black.readthedocs.io/en/stable/) and [pylint](https://pypi.org/project/pylint/)
as configured within the `pre-commit` checks. These checks should be
run locally before any pull request submission using the corresponing `nox` session or `pre-commit` directly (see above).
run locally before any pull request submission using the corresponding `nox` session or `pre-commit` directly (see above).
The used versions of the formatting ad linting tools is specified in the [pyproject.toml](pyproject.toml).

#### Type annotation
Expand Down
3 changes: 2 additions & 1 deletion docs/intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ pytket-aqt
==========

``pytket-aqt`` is an extension to ``pytket`` that allows ``pytket`` circuits to be
executed on AQT's quantum devices and simulators.
executed on AQT's (`Alpine Quantum Technologies' <https://www.aqt.eu/>`_)
quantum devices and simulators.

``pytket-aqt`` is available for Python 3.10 and 3.11, on Linux, MacOS and
Windows. To install, run:
Expand Down

0 comments on commit 18f0ce8

Please sign in to comment.