qiskit-textbook icon indicating copy to clipboard operation
qiskit-textbook copied to clipboard

A university quantum algorithms/computation course supplement based on Qiskit

Results 115 qiskit-textbook issues
Sort by recently updated
recently updated
newest added

This pull request adds a new Notebook to the "Recent Papers" section of the Qiskit textbook, on the topic of generating TFD states with variational quantum circuits. This Notebook is...

_Discalimer: This pull request is a **work in progress**, more updates have to be made before it should be accepted_ This PR adds a tutorial about simulating the Variational Quantum...

community-candidate-for-merging

I inserted into ch-gates/ subdirectory a tutorial concerning oracle design. After an introduction to Boolean algebra and functions, an elementary methodology for the design of Boolean oracles is presented with...

community-candidate-for-merging

I added an introductory quantum mechanics section to the Qiskit Textbook! This is only Part 1 out of 2. Part 1 goes over quantum states, observables, the Schrödinger equation, and...

community-candidate-for-merging

Hi everyone. I would like to propose possible additions to the book content: **Quantum Machine Learning** - [ ] Probability approximation with quantum algorithms - [ ] Unsupervised methods (e.g....

enhancement

> between initialising the qubits and measuring them, the operations are always reversible! As a result, all the gates we can use in a quantum circuit are reversible too. This...

documentation

* update environment.yml * update requirements.txt * add apt.txt # Changes made added `jupylet` and dependencies # Justification to allow the creation and running of Jupylet apps --- CC: @quantumjim

**Describe the issue** I tried using this notebook https://github.com/qiskit-community/qiskit-textbook/blob/master/content/ch-quantum-hardware/Jaynes-Cummings-model.ipynb with Aer simulators and all the Fake simulators. It ran up to a point with the single-qubit fake (Athens I think)....

content bug

**Describe the issue** A miscalculation in the HHL textbook was found. I spent a lot of time on that xD [Solving Linear Systems of Equations using HHL](https://qiskit.org/textbook/ch-applications/hhl_tutorial.html) In sec. 3....

content bug

**What should the reader gain from this new content?** After reading this chapter, the student will know the basics of quantum walks and implement a quantum walk search algorithm that...

New Content Suggestion