qiskit-tutorials
qiskit-tutorials copied to clipboard
A collection of Jupyter notebooks showing how to use the Qiskit SDK
### Informations - **Qiskit version**: 0.37 - **Python version**: 3.9 - **Operating system**: Monterey 12.5 ### What is the current behavior? Opening qiskit-tutorials/qiskit/tutorials/ results in infinite path extension instead of...
### Informations - **Qiskit version**: 0.37 - **Python version**: 3.9 - **Operating system**: Monterey 12.5 ### What is the current behavior? The directory for Tutorials under Quantum system error analysis...
DeprecationWarning: The module 'qiskit.test.mock' is deprecated since Qiskit Terra 0.21.0, and will be removed 3 months or more later. Instead, you should import the desired object directly 'qiskit.providers.fake_provider'. #from qiskit.test.mock...
I have updated the documentation for `requirements-dev.txt` as per issue #1325
### What is the expected behavior? Many (if not all) repos in qiskit github org has renamed `master` branch to `main` branch, we should do that in this repo as...
Summary Made some changes to the [Qiskit Visualizations tutorial](https://qiskit.org/documentation/tutorials/circuits/2_plotting_data_in_qiskit.html) to make it follow more closely our [documentation checklist and guidelines](https://ibm.ent.box.com/notes/967973419693). Details and comments * Moved imports to where they are...
### Summary Made some changes to the [Getting Started with Qiskit tutorial](https://qiskit.org/documentation/tutorials/circuits/1_getting_started_with_qiskit.html) to make it follow more closely our [documentation checklist and guidelines](https://ibm.ent.box.com/notes/967973419693). ### Details and comments * Moved imports...
Summary Made some changes to the [Summary of Quantum Operations tutorial](https://qiskit.org/documentation/tutorials/circuits/3_summary_of_quantum_operations.html) to make it follow more closely our [documentation checklist and guidelines](https://ibm.ent.box.com/notes/967973419693). Details and comments * Moved imports to where...
…kit.test.mock ### Summary Modified code to instantiate noisy backend object using `qiskit.providers.fake_provider`, as the module `qiskit.test.mock` is deprecated since Qiskit Terra 0.21.0. ### Details and comments The tutorial highlights the...
### What is the expected behavior? 1. The function should be able to print the data/dataframe. 2. one function to convert data from yahoodataprovider (along with other data providers) to...