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

Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.

Results 113 qiskit-metapackage issues
Sort by recently updated
recently updated
newest added

Classify the tutorials on the following links using the description table defined on [this structure](https://github.com/Qiskit/qiskit/issues/1419#:~:text=a%20summary%20with-,this%20structure). You can add your summary on a comment below - [ ] Categorize [qiskit experiments...

We should have some documentation, ideally in test/benchmarks/README.md , that calls out: * that we use ASV for benchmarking, * how to write and contribute benchmarks ( Mostly referring to...

documentation

In the example in the documentation of "https://qiskit.org/textbook/ch-applications/qaoa.html", the mixing and problem unitary are written as: ```python qc_mix.rx(2 * beta, i) qc_p.rzz(2 * gamma, pair[0], pair[1]) ``` Would you please...

documentation

### Informations It's a documentation related issue so no need of Qiskit or Python versions nor Operating System ### What is the current behavior? The TOC on the documentation page...

bug

### Information - **Qiskit version**: {'qiskit-terra': '0.17.1', 'qiskit-aer': '0.8.2', 'qiskit-ignis': '0.6.0', 'qiskit-ibmq-provider': '0.12.3', 'qiskit-aqua': '0.9.1', 'qiskit': '0.25.3', 'qiskit-nature': None, 'qiskit-finance': None, 'qiskit-optimization': None, 'qiskit-machine-learning': None} - **Python version**: Python 3.6.10...

bug

From what I can find online, quantum gates controlled on classical bits -- as per 'qiskit.circuit.Instruction.c_if' in the software -- are NOT currently supported on any IBM devices. Is this...

enhancement

### What is the expected behavior? Reno includes a sphinx extension https://docs.openstack.org/reno/latest/user/sphinxext.html that enables including release notes natively in documentation. However, this extension is built on the assumption that there...

enhancement
documentation

Both the email addresses, one on the GitHub organization and one on the website, are down.

### Informations - **Qiskit version**: qiskit-0.33.1 - **Python version**: Python3.8 - **Operating system**: Ubuntu 18.04.3 LTS ### What is the current behavior? ``` raceback (most recent call last): File "",...

bug

Hey, I am running this demo https://pennylane.ai/qml/demos/tutorial_kernels_module.html with ibmq_qasm_simulator backend. it seems that If any access to a quantum computer at IBM quantum experience (which is usually a short operation...

documentation