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

fixes #1331 # Changes made removed Qiskit aqua references # Justification removed qiskit-aqua references from the code and related text which is being deprecated.

### Is your feature request related to a problem? Please describe. In the appendix of the qaoa there is an explanation how to construct the problem hamiltonian for a combinatorial...

enhancement

### Describe the issue In the file of [error-correction-repetition-code](https://qiskit.org/textbook/ch-quantum-hardware/error-correction-repetition-code.html#Graph-theoretic-decoding) "It is therefore the bitwise OR of the syndrome..." It seems that OR is not correct ### Describe what you expect...

content bug

Clicking on the copy button of the first code cell in the HHL algorithm" ![image](https://user-images.githubusercontent.com/61804899/128970728-4b128012-1578-4d97-a210-e04358e852a6.png) seems to copy the previous text cell instead: ![image](https://user-images.githubusercontent.com/61804899/128970759-f89320d4-8805-4798-9c7b-96764bf9c4ee.png)

code bug
wontfix
textbook 2.0

4.1.3 Solving combinatorial optimization problems using QAOA # Changes made Changed backend to Yorktown and updated the optimization results accordingly # Justification Santiago does not seem to have a 'butterfly'...

# Changes made Changed shebang in `build.sh` from `#!/bin/bash` to `#!/usr/bin/env bash`. # Justification In `build.sh`, the bash interpreter path is provided as `#!/bin/bash`, which is good but only for...

# Changes made Fixed the mathematical calculation mistake in the 5th part of QFT given at the end. Please go through the justification thoroughly , because I'm sure there is...

Fixes #708 # Changes made Added other Bell's state in the entanglement section # Justification The textbook lacked the introduction of other Bell's state.

## Description of Issue (if Applicable) Fixes #500 ## What Changes Were Made? Use reversed key of samples dictionary, to account for littlie-endianness of resulting states ## How Was This...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. E.g. "The explanation of X is [...]" In chapter 4....

enhancement
good first issue