diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 29a1445bc..709852406 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Deploy docs +name: docs on: workflow_dispatch: diff --git a/.github/workflows/rules.yml b/.github/workflows/rules.yml index e82f5c5bc..131c9153c 100644 --- a/.github/workflows/rules.yml +++ b/.github/workflows/rules.yml @@ -1,5 +1,5 @@ # A single CI script with github workflow -name: Tests without qpu +name: tests on: workflow_dispatch: diff --git a/README.md b/README.md index cf6234e2c..40e881bd4 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,23 @@ # Qibolab -![Tests](https://github.com/qiboteam/qibolab/workflows/Tests/badge.svg) [![codecov](https://codecov.io/gh/qiboteam/qibolab/branch/main/graph/badge.svg?token=11UENAPBPH)](https://codecov.io/gh/qiboteam/qibolab) -[![DOI](https://zenodo.org/badge/241307936.svg)](https://zenodo.org/badge/latestdoi/241307936) +![PyPI - Version](https://img.shields.io/pypi/v/qibolab) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/qibolab) Qibolab is the dedicated [Qibo](https://github.com/qiboteam/qibo) backend for the automatic deployment of quantum circuits on quantum hardware. Some of the key features of Qibolab are: -* Deploy Qibo models on quantum hardware easily. -* Create custom experimental drivers for custom lab setup. -* Support multiple heterogeneous platforms. -* Use existing calibration procedures for experimentalists. +- Deploy Qibo models on quantum hardware easily. +- Create custom experimental drivers for custom lab setup. +- Support multiple heterogeneous platforms. +- Use existing calibration procedures for experimentalists. ## Documentation +[![docs](https://github.com/qiboteam/qibolab/actions/workflows/publish.yml/badge.svg)](https://qibo.science/qibolab/stable/) + The qibolab backend documentation is available at [https://qibo.science/qibolab/stable/](https://qibo.science/qibolab/stable/). ## Minimum working example @@ -100,4 +102,7 @@ for _ in range(5): ## Citation policy +[![arXiv](https://img.shields.io/badge/arXiv-2308.06313-b31b1b.svg)](https://arxiv.org/abs/2308.06313) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10572987.svg)](https://doi.org/10.5281/zenodo.10572987) + If you use the package please refer to [the documentation](https://qibo.science/qibo/stable/appendix/citing-qibo.html#publications) for citation instructions.