Skip to content

Commit

Permalink
sunset the ProjectQ plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
timmysilv committed Jan 11, 2024
1 parent 090a127 commit 9dafa18
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ PennyLane ProjectQ Plugin
:alt: PyPI - Python Version
:target: https://pypi.org/project/PennyLane-pq

\

**❗ This plugin will not be supported in newer versions of PennyLane. It is compatible with versions
of PennyLane up to and including 0.34❗**

.. header-start-inclusion-marker-do-not-remove
The PennyLane-ProjectQ plugin integrates the ProjectQ quantum computing library with PennyLane's
Expand Down
5 changes: 5 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ PennyLane-ProjectQ Plugin

:Release: |release|

.. warning::

This plugin will not be supported in newer versions of PennyLane. It is compatible with versions
of PennyLane up to and including 0.34.

.. image:: _static/puzzle_pq.png
:align: center
:width: 70%
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
projectq>=0.5.1
pennylane>=0.15
pennylane>=0.15,<0.35
pybind11
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

requirements = [
"projectq>=0.5.1",
"pennylane>=0.15"
"pennylane>=0.15,<0.35"
] # pylint: disable=invalid-name


Expand Down

0 comments on commit 9dafa18

Please sign in to comment.