Conversation
* Bumped jax versions * Updated neural-tangents
* Development branch * Bumped requirement package versions (#667) * Bumped jax versions * Updated neural-tangents * Apply suggestions from code review Co-authored-by: Josh Izaac <josh146@gmail.com> Co-authored-by: GitHub Nightly Merge Action <actions@github.com> Co-authored-by: Rashid N H M <95639609+rashidnhm@users.noreply.github.com> Co-authored-by: Jay Soni <jbsoni@uwaterloo.ca> Co-authored-by: Josh Izaac <josh146@gmail.com> Co-authored-by: GitHub Nightly Merge Action <actions@github.com>
--------- Co-authored-by: soranjh <soranjh@yahoo.com> Co-authored-by: Guillermo Alonso-Linaje <65235481+KetpuntoG@users.noreply.github.com> Co-authored-by: ixfoduap <40441298+ixfoduap@users.noreply.github.com>
Co-authored-by: Guillermo Alonso-Linaje <65235481+KetpuntoG@users.noreply.github.com>
This reverts commit 0b6b497.
KetpuntoG
reviewed
Oct 19, 2023
Contributor
KetpuntoG
left a comment
There was a problem hiding this comment.
Nice! 😊
A small change and it will be ready to merge
| # 1\rangle`. This means that our protocol has changed the state of Bob's qubit | ||
| # into the one Alice wished to send him, which is truly incredible! | ||
| # | ||
| # :func:`qml.density_matrix <pennylane.density_matrix>` will trace out and return |
Contributor
There was a problem hiding this comment.
Visually it doesn't look too good to start with a lower case. Can you rephrase it so that an article or something appears before the sentence?
timmysilv
commented
Oct 19, 2023
Co-authored-by: Guillermo Alonso-Linaje <65235481+KetpuntoG@users.noreply.github.com>
larawatson
approved these changes
Oct 19, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title:
Quantum Teleportation
Summary:
Now there will be a PennyLane tutorial on how to perform quantum teleportation 😎 This is largely a copy-paste of Olivia's lesson from the codebook. Some notes:
qml.draw_mplwith the "sketch" option to draw things (releasing that on Monday... so it won't draw nicely until then)Relevant references:
Codebook (linked above)
Related GitHub Issues:
I added circuit-drawing in PennyLaneAI/pennylane#4228, and you can see what it looks like in the attached image.
With the

sketchstyle (barrier location and StatePrep label are outdated here):With the new

pennylanestyle: