Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit 1926265

Browse files
cfarrendstevegore
authored andcommitted
[DEVOPS-173] - Add GitHub Actions build badge (#6)
* Add GitHub actions badge * Update setup.py/README.rst to match pyproject.toml/README.md
1 parent 0484be3 commit 1926265

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Q-CTRL pyQuil Adapter
2+
[![Actions Status](https://github.com/qctrl/python-pyquil/workflows/Push%20workflow/badge.svg)](https://github.com/qctrl/python-pyquil/actions?query=workflow%3A"Push+workflow")
3+
[![Actions Status](https://github.com/qctrl/python-pyquil/workflows/Release%20workflow/badge.svg)](https://github.com/qctrl/python-pyquil/actions?query=workflow%3A"Release+workflow")
24

35
The aim of the Q-CTRL pyQuil Adapter package is to provide export functions allowing
46
users to deploy established error-robust quantum control protocols from the
5-
open literature and defined in Q-CTRL Open Controls on Rigetti quantum hardware
7+
open literature and defined in Q-CTRL Open Controls on Rigetti quantum hardware
68
and simulators.
79

810
Anyone interested in quantum control is welcome to contribute to this project.

README.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,20 @@
22
Q-CTRL pyQuil Adapter
33
=====================
44

5+
6+
.. image:: https://github.com/qctrl/python-pyquil/workflows/Push%20workflow/badge.svg
7+
:target: https://github.com/qctrl/python-pyquil/actions?query=workflow%3A"Push+workflow"
8+
:alt: Actions Status
9+
10+
11+
.. image:: https://github.com/qctrl/python-pyquil/workflows/Release%20workflow/badge.svg
12+
:target: https://github.com/qctrl/python-pyquil/actions?query=workflow%3A"Release+workflow"
13+
:alt: Actions Status
14+
15+
516
The aim of the Q-CTRL pyQuil Adapter package is to provide export functions allowing
617
users to deploy established error-robust quantum control protocols from the
7-
open literature and defined in Q-CTRL Open Controls on Rigetti quantum hardware
18+
open literature and defined in Q-CTRL Open Controls on Rigetti quantum hardware
819
and simulators.
920

1021
Anyone interested in quantum control is welcome to contribute to this project.

0 commit comments

Comments
 (0)