Skip to content

Commit

Permalink
Add outdated warning to ibm_pennylane.py (#1259)
Browse files Browse the repository at this point in the history
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.


------------------------------------------------------------------------------------------------------------
  • Loading branch information
CatalinaAlbornoz authored Nov 7, 2024
1 parent 22a06cd commit 07bccd4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions demonstrations/ibm_pennylane.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
*Authors: Kaur Kristjuhan, Clara Ferreira Cores, Mark Nicholas Jones; Molecular Quantum Solutions (MQS) — Posted: 20 June 2023. Last updated: 8 Aug 2024.*
.. warning::
This demo includes some outdated features and may not work as intended.
It can still be used as a guideline, but please consult the `PennyLane-Qiskit plugin documentation <https://docs.pennylane.ai/projects/qiskit/en/stable/>`__
to get the most up-to-date information on the features and usage of this plugin.
Bigger and better quantum computers are built every year. Instead of waiting for the perfect quantum computer to be
released, we can already try out the best hardware that exists today. Experimenting on cutting-edge devices helps us
understand the technology and improve the way we develop quantum software. PennyLane is a fantastic tool for prototyping
Expand Down

0 comments on commit 07bccd4

Please sign in to comment.