Skip to content

Commit

Permalink
Merge pull request #83 from PennyLaneAI/qiskit-update
Browse files Browse the repository at this point in the history
Update test matrix according to changes to PL-Qiskit plugin
  • Loading branch information
astralcai authored Aug 8, 2024
2 parents b633101 + 2fe160f commit 6585ba5
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qiskit-latest-latest.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/qiskit-latest-rc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/qiskit-latest-stable.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/qiskit-stable-latest.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/qiskit-stable-stable.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,7 @@ 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 Qiskit tests above are run with `-k 'not test_ibmq.py and not test_runtime.py'`, that is,
without using devices that access the IBMQ backend. The IBMQ backend is tested via `test_ibmp.qpy`
and `test_runtime.py` tests on the latest version of Pennylane and the plugin twice a week.
Their status is shown below:

| | 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) |
| [Qiskit-IBMQ 1.0](https://github.com/PennyLaneAI/pennylane-qiskit) | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/PennyLaneAI/pennylane-qiskit/ibmq_tests_1.yml?branch=master)](https://github.com/PennyLaneAI/pennylane-qiskit/actions/workflows/ibmq_tests_1.yml) |
* The Qiskit tests are run using local simulators. There are no tests that access the IBM Quantum backends.

* All the tests are run with the new operator arithmetic enabled. To check that the functionality of the
legacy operator arithmetic is maintained during the deprecation cycle, the PennyLane tests are also run
Expand Down
1 change: 0 additions & 1 deletion compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"--device=qiskit.aer --tb=short --skip-ops --shots=None --device-kwargs backend=statevector_simulator",
"--device=qiskit.aer --tb=short --skip-ops --shots=None --device-kwargs backend=unitary_simulator",
],
"test_kwargs": ["-k 'not test_ibmq.py and not test_runtime.py'"],
"token": "IBMQX_TOKEN",
},
{
Expand Down

0 comments on commit 6585ba5

Please sign in to comment.