-
# Abstract
Qiskit has a built-in noise simulator library that allows the quantum programmer to simulate a quantum circuit with noise. This allows the programmer to predict the outcome of a real imple…
-
### Bug Description
When two quantum circuits start sending messages at the same time the flow freezes.
### Steps to Reproduce Bug
Connect two quantum circuit nodes to the inject node and start…
-
Here is a place to discuss how to actually run the code on a quantum computer and get the expected output. Has anyone tried running it?
jkblc updated
1 month ago
-
# Abstract
We have been developing a new quantum circuit simulator which can simulate quantum circuits efficiently. We would like to contribute our simulator to Qiskit in a near future. Therefore, …
-
This is an issue to track progress on the Qualtran to QIR Compiler.
The primary motivation for converting Qualtran circuits to QIR is to:
Enhance Interoperability: QIR-compatible Qualtran circuit…
-
It appears that when the number of qubits is 10 or more, running Sampler with shots=None doesn't actually calculate the exact probabilities. For example, the following raises AssertionError. The true …
-
# Description
When you want to show or understand an electrical circuit diagram, is it your instinct to sketch it out or write lines of code to generate it? The former is probably your answer. Of cou…
-
For an upcoming demo, we need cuQuantum to accept CUDA-Q circuits into the CircuitToEinsum function [here](https://docs.nvidia.com/cuda/cuquantum/latest/python/api/generated/cuquantum.CircuitToEinsum.…
-
## Background
Equivalent Circuit Averaging (ECA) is a quantum error mitigation technique introduced in [_Optimized SWAP networks with equivalent circuit averaging for QAOA_](https://journals.aps.or…
-
### Team Name:
QUBIT
### Project Description:
Our team have tried to solve CartPole-v1 challenge that is described [here](https://gym.openai.com/envs/CartPole-v1/). It’s reinforcement learning pr…