Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo iqpopt #1304

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@ environment:
$$PYTHON_VENV_PATH/bin/python -m pip install --extra-index-url https://test.pypi.org/simple/ PennyLane-Catalyst --pre --upgrade;\
$$PYTHON_VENV_PATH/bin/python -m pip install --extra-index-url https://test.pypi.org/simple/ PennyLane-Lightning --pre --upgrade;\
$$PYTHON_VENV_PATH/bin/python -m pip install --upgrade git+https://github.com/PennyLaneAI/pennylane.git#egg=pennylane;\
$$PYTHON_VENV_PATH/bin/python -m pip install git+https://github.com/XanaduAI/iqpopt.git#egg=iqpopt;\
fi;\
fi
Binary file added _static/authors/erik_recio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions _static/authors/erik_recio.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. bio:: Erik Recio
:photo: ../_static/authors/erik_recio.jpg

Erik is a quantum researcher at ICFO and is doing his PhD on Quantum Machine Learning.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions demonstrations/tutorial_iqpopt.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"title": "IQPopt: Fast optimization of IQP circuits in JAX",
"authors": [
{
"username": "erik.recio"
}
],
"dateOfPublication": "2024-12-12T00:00:00+00:00",
"dateOfLastModification": "2025-01-16T00:00:00+00:00",
"categories": [
"Optimization"
],
"tags": [],
"previewImages": [
{
"type": "thumbnail",
"uri": "/_static/demo_thumbnails/regular_demo_thumbnails/thumbnail_iqpopt.png"
}
],
"seoDescription": "Showing how to use the package IQPopt and optimize IQP circuits really fast.",
"doi": "",
"references": [],
"basedOnPapers": [],
"referencedByPapers": [],
"relatedContent": [
{
"type": "demonstration",
"id": "tutorial_iqpopt_package",
"weight": 1.0
}
]
}
Loading
Loading