You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
------------------------------------------------------------------------------------------------------------
Copy file name to clipboardExpand all lines: demonstrations/ibm_pennylane.py
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@
13
13
14
14
*Authors: Kaur Kristjuhan, Clara Ferreira Cores, Mark Nicholas Jones; Molecular Quantum Solutions (MQS) — Posted: 20 June 2023. Last updated: 8 Aug 2024.*
15
15
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
+
16
21
Bigger and better quantum computers are built every year. Instead of waiting for the perfect quantum computer to be
17
22
released, we can already try out the best hardware that exists today. Experimenting on cutting-edge devices helps us
18
23
understand the technology and improve the way we develop quantum software. PennyLane is a fantastic tool for prototyping
0 commit comments