Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/certifi-2022.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 authored Jan 4, 2024
2 parents 8e5e2ad + f78554a commit 122bf43
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 31 deletions.
10 changes: 5 additions & 5 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,27 @@ Check out these demos to see the PennyLane-Cirq plugin in action:

.. title-card::
:name: Optimizing noisy circuits with Cirq
:description: <img src="https://pennylane.ai/_images/noisy_circuit_optimization_thumbnail.png" width="100%" />
:description: <img src="https://pennylane.ai/_static/demonstration_assets/noisy_circuit_optimization/noisy_circuit_optimization_thumbnail.png" width="100%" />
:link: https://pennylane.ai/qml/demos/tutorial_noisy_circuit_optimization.html

.. title-card::
:name: Quantum Generative Adversarial Networks with Cirq + TensorFlow
:description: <img src="https://pennylane.ai/_images/qgan3.png" width="100%" />
:description: <img src="https://pennylane.ai/_static/demonstration_assets/QGAN/qgan3.png" width="100%" />
:link: https://pennylane.ai/qml/demos/tutorial_QGAN.html

.. title-card::
:name: Quantum computation with neutral atoms
:description: <img src="https://pennylane.ai/_images/pasqal_thumbnail.png" width="100%" />
:description: <img src="https://pennylane.ai/_static/demonstration_assets/pasqal/pasqal_thumbnail.png" width="100%" />
:link: https://pennylane.ai/qml/demos/tutorial_pasqal.html

.. title-card::
:name: Variationally optimizing measurement protocols
:description: <img src="https://pennylane.ai/_images/illustration.png" width="100%" />
:description: <img src="https://pennylane.ai/_static/demonstration_assets/quantum_metrology/illustration.png" width="100%" />
:link: https://pennylane.ai/qml/demos/tutorial_quantum_metrology.html

.. title-card::
:name: Beyond classical computing with qsim
:description: <img src="https://pennylane.ai/_images/sycamore.png" width="100%" />
:description: <img src="https://pennylane.ai/_static/demonstration_assets/qsim_beyond_classical/sycamore.png" width="100%" />
:link: https://pennylane.ai/qml/demos/qsim_beyond_classical.html

.. raw:: html
Expand Down
30 changes: 15 additions & 15 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ autograd==1.4
autoray==0.3.1
backports.cached-property==1.0.1
Babel==2.9.1
cachetools==4.2.4
cachetools==5.3
certifi==2022.12.7
charset-normalizer==2.0.12
cirq==0.14.1
cirq-core==0.14.1
cirq-pasqal==0.14.1
cirq==1.3.0
cirq-core==1.3.0
cirq-pasqal==1.3.0
cycler==0.10.0
decorator==5.1.1
deprecation==2.1.0
docutils==0.16.0
duet==0.2.5
duet==0.2.8
fonttools==4.32.0
future==0.18.2
google-api-core==1.31.5
google-auth==1.35.0
future==0.18.3
google-api-core==2.0.0
google-auth==2.25.2
googleapis-common-protos==1.56.0
idna==2.10
imagesize==1.3.0
Expand All @@ -32,7 +32,7 @@ jupyter-core==4.11.2
kiwisolver==1.4.2
MarkupSafe==2.1.1
matplotlib==3.5.1
mpmath==1.2.1
mpmath==1.3.0
nbformat==5.1.3
networkx==2.6.3
ninja==1.10.2.3
Expand All @@ -43,22 +43,22 @@ packaging==21.0
pandas==1.3.5
pennylane==0.28.0
PennyLane-Lightning==0.28
Pillow==9.1.1
Pillow==10.0.1
pluggy==1.0.0
protobuf==3.18.3
protobuf==3.19.0
PubChemPy==1.0.4
py==1.11.0
Pygments==2.11.2
Pygments==2.15.0
pyparsing==2.4.7
pyrsistent==0.18.0
pyscf==1.7.6
pytest==6.2.5
python-dateutil==2.8.2
pytz==2021.1
PyYAML==6.0
requests==2.27.1
requests==2.31.0
retworkx==0.11.0
scipy==1.11.2
scipy==1.10.0
semantic-version==2.10
six==1.16.0
snowballstemmer==2.2.0
Expand All @@ -76,7 +76,7 @@ toml==0.10.2
tqdm==4.64.0
traitlets==5.1.0
typing_extensions==4.2.0
urllib3==1.26.9
urllib3==1.26.18
# Do not pin the following
pennylane-sphinx-theme
zipp==3.8.0
23 changes: 12 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
appdirs==1.4.4
autograd==1.4
autoray==0.3.1
cachetools==5.0.0
cachetools==5.3
certifi==2022.12.7
charset-normalizer==2.0.12
cirq-core==0.14.1
cirq-pasqal==0.14.1
cirq==1.3.0
cirq-core==1.3.0
cirq-pasqal==1.3.0
cycler==0.10.0
deprecation==2.1.0
duet==0.2.5
future==0.18.2
duet==0.2.8
future==0.18.3
google-api-core==1.31.2
googleapis-common-protos==1.53.0
idna==3.3
Expand All @@ -19,7 +20,7 @@ jsonschema==3.2.0
jupyter-core==4.11.2
kiwisolver==1.3.2
matplotlib==3.4.3
mpmath==1.2.1
mpmath==1.3.0
nbformat==5.1.3
networkx==2.6.3
ninja==1.10.2.3
Expand All @@ -30,9 +31,9 @@ packaging==21.0
pandas==1.3.3
pennylane==0.29.0
PennyLane-Lightning==0.29.0
Pillow==9.1.1
Pillow==10.0.1
pluggy==1.0.0
protobuf==3.18.3
protobuf==3.19.0
PubChemPy==1.0.4
py==1.10.0
pyparsing==2.4.7
Expand All @@ -41,9 +42,9 @@ pyscf==1.7.6
pytest==6.2.5
python-dateutil==2.8.2
pytz==2021.1
requests==2.27.1
requests==2.31.0
retworkx==0.11.0
scipy==1.7.1
scipy==1.10.0
semantic-version==2.6.0
six==1.16.0
sortedcontainers==2.4.0
Expand All @@ -52,4 +53,4 @@ toml==0.10.2
tqdm==4.62.2
traitlets==5.1.0
typing_extensions==4.2.0
urllib3==1.26.9
urllib3==1.26.18

0 comments on commit 122bf43

Please sign in to comment.