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

Add PyCon video #278

Merged
merged 1 commit into from
Jun 7, 2021
Merged
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
9 changes: 9 additions & 0 deletions videos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ Sit back and explore quantum machine learning and quantum programming with our c

<br><div class="video-gallery gallery-grid row">

.. youtube:: o377m0doD6M
:title: What are quantum computers, and how can we train them in Python?
:author: Josh Izaac (Xanadu)

Using a mixture of real Python examples and illustrated diagrams, we show how to not only evaluate,
but also differentiate small quantum programs directly on quantum hardware. By extracting the gradients,
we can integrate these quantum programs directly into larger differentiable programs in Python, and
train/optimize the full (hybrid quantum-classical!) program.

.. youtube:: EwGaU-qOPUQ
:title: Using Multiple QPUs
:author: Nathan Killoran (Xanadu)
Expand Down