Skip to content

Commit

Permalink
Changing Codebook references in content to PennyLane Codebook (#1100)
Browse files Browse the repository at this point in the history
Changing Codebook references in content to PennyLane Codebook, as
described
[here](https://xanaduhq.slack.com/archives/C050T8RDT5F/p1715370864674219?thread_ts=1715370772.413319&cid=C050T8RDT5F).
  • Loading branch information
ikurecic authored May 14, 2024
1 parent 477ef73 commit f9df21d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demonstrations/tutorial_lcu_blockencoding.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"dateOfPublication": "2023-10-25T00:00:00+00:00",
"dateOfLastModification": "2024-03-04T00:00:00+00:00",
"dateOfLastModification": "2024-05-13T00:00:00+00:00",
"categories": [
"Algorithms",
"Quantum Computing"
Expand Down
4 changes: 2 additions & 2 deletions demonstrations/tutorial_lcu_blockencoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
=============================================================
If I (Juan Miguel) had to summarize quantum computing in one sentence, it would be this: information is
encoded in quantum states and processed using `unitary operations <https://codebook.xanadu.ai/I.3>`_.
encoded in quantum states and processed using `unitary operations <https://pennylane.ai/codebook/01-introduction-to-quantum-computing/03-unitary-matrices/>`_.
The challenge of quantum algorithms is to design and build these unitaries to perform interesting and
useful tasks with the encoded information. My colleague `Nathan Wiebe <https://scholar.google.ca/citations?user=DSgKHOQAAAAJ&hl=en>`_
once told me that some of his early research was motivated by a simple
question: Quantum computers can implement products of unitaries --- after all,
that's how we build circuits from a `universal gate set <https://codebook.xanadu.ai/I.7>`_.
that's how we build circuits from a `universal gate set <https://pennylane.ai/codebook/02-single-qubit-gates/04-universal-gate-sets/>`_.
But what about **sums of unitaries**? 🤔
In this tutorial, we will teach you the basics of one of the most versatile tools in quantum algorithms:
Expand Down

0 comments on commit f9df21d

Please sign in to comment.