Skip to content

Commit

Permalink
get IBMQ test block working correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 committed Dec 14, 2023
1 parent 7b67552 commit 53b557b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ All entries in the matrix are tested against PennyLane latest (GitHub master).
* The Braket plugin device integration tests are run with `-k “not Sample and not no_0_shots”`,
see #6

* The standard Qiskit plugin tests are run with . These are run on Pennylane-latest once a week.
* The standard Qiskit plugin tests are run with `-k 'test_ibmq.py or test_runtime.py'`.
These are run on the latest version of Pennylane and the plugin twice a week.

| | Status |
|:---------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Qiskit-IBMQ](https://github.com/PennyLaneAI/pennylane-qiskit) | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/PennyLaneAI/pennylane-qiskit/ibmq_tests.yml?branch=master)](https://github.com/PennyLaneAI/pennylane-qiskit/actions/workflows/ibmq_tests.yml) |

| | PyPI version | Stable plugin/stable PennyLane |
| :-------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------- |
| [Qiskit-IBMQ](https://github.com/PennyLaneAI/pennylane-qiskit) | ![](https://img.shields.io/pypi/v/pennylane-qiskit?color=green&label=%20&style=flat-square) | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/PennyLaneAI/pennylane-qiskit/ibmq_tests.yml?branch=master)](https://github.com/PennyLaneAI/pennylane-qiskit/actions/workflows/ibmq_tests.yml) |


## QML repo
Expand Down

0 comments on commit 53b557b

Please sign in to comment.