Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test matrix according to changes to PL-Qiskit plugin #83

Merged
merged 6 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,
austingmhuang marked this conversation as resolved.
Show resolved Hide resolved
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'"],
soranjh marked this conversation as resolved.
Show resolved Hide resolved
"token": "IBMQX_TOKEN",
},
{
Expand Down
Loading