Skip to content

Commit 07bccd4

Browse files
Add outdated warning to ibm_pennylane.py (#1259)
Add outdated warning to ibm_pennylane demo I didn't use Black or the other stuff below, I just added a warning. ### Before submitting Please complete the following checklist when submitting a PR: - [ ] Ensure that your tutorial executes correctly, and conforms to the guidelines specified in the [README](../README.md). - [ ] Remember to do a grammar check of the content you include. - [ ] All tutorials conform to [PEP8 standards](https://www.python.org/dev/peps/pep-0008/). To auto format files, simply `pip install black`, and then run `black -l 100 path/to/file.py`. When all the above are checked, delete everything above the dashed line and fill in the pull request template. ------------------------------------------------------------------------------------------------------------
1 parent 22a06cd commit 07bccd4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

demonstrations/ibm_pennylane.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
1414
*Authors: Kaur Kristjuhan, Clara Ferreira Cores, Mark Nicholas Jones; Molecular Quantum Solutions (MQS) — Posted: 20 June 2023. Last updated: 8 Aug 2024.*
1515
16+
.. warning::
17+
This demo includes some outdated features and may not work as intended.
18+
It can still be used as a guideline, but please consult the `PennyLane-Qiskit plugin documentation <https://docs.pennylane.ai/projects/qiskit/en/stable/>`__
19+
to get the most up-to-date information on the features and usage of this plugin.
20+
1621
Bigger and better quantum computers are built every year. Instead of waiting for the perfect quantum computer to be
1722
released, we can already try out the best hardware that exists today. Experimenting on cutting-edge devices helps us
1823
understand the technology and improve the way we develop quantum software. PennyLane is a fantastic tool for prototyping

0 commit comments

Comments
 (0)