#
quantum-circuit
Here are 45 public repositories matching this topic...
A drag-and-drop quantum circuit simulator that runs in your browser. A toy for exploring and understanding small quantum circuits.
-
Updated
Apr 13, 2021 - JavaScript
Extensible, Efficient Quantum Algorithm Design for Humans.
-
Updated
Jan 8, 2021 - Julia
Variational Quantum Circuit Simulator for Quantum Computation Research
-
Updated
Mar 26, 2021 - C++
A python library for quantum information and many-body calculations including tensor networks.
python
physics
quantum
peps
python3
quantum-computing
dmrg
tensors
quantum-circuit
entanglement
tensor-networks
quantum-circuit-simulator
mera
tebd
-
Updated
Apr 8, 2021 - Python
stewdio
commented
Apr 26, 2020
We need to create a Q.History documentation page that is similar in nature to the existing Q class documentation pages. See Q-ComplexNumber.html as an example.
zlatko-minev
commented
Oct 5, 2020
Update installation docs in the /docs folder and on the readme.md
Simulations of photonic quantum programmable gate arrays
-
Updated
Oct 10, 2020 - Jupyter Notebook
A framework for quantum computing with hardware acceleration.
-
Updated
Apr 14, 2021 - Python
msoeken
commented
Feb 4, 2019
It would be convenient to have a method is_reversible in gate_base which returns true for reversible gates, whose unitary operation is a permutation matrix.
A distributed simulation framework for quantum networks and channels
quantum
quantum-computing
quantum-information
quantum-circuit
quantum-circuit-simulator
quantum-network
quantum-network-simulator
-
Updated
Aug 12, 2019 - Python
variational quantum circuit simulator in Julia, under GPLv3
backend
gplv3
repl
quantum-circuit
auto-differentiation
quantum-gates
qubit
quantum-state
variational-quantum-circuit
-
Updated
Feb 15, 2020 - Julia
Dump a quantum circuit in Yao to a tensor network graphical model
-
Updated
Dec 11, 2020 - Julia
A small, hackable, optimized framework for learning quantum computing with examples.
simulator
examples
quantum
quantum-computing
circuit
quantum-circuit
gate
quantum-simulator
gates
qubit
quantum-circuits
quantum-gate
quantum-examples
-
Updated
Jul 8, 2020 - JavaScript
A quantum circuit simulator, written in Java
-
Updated
Sep 29, 2019 - Java
Optimization algorithm for the creation of quantum entanglement purification (distillation) circuits.
-
Updated
May 31, 2020 - Python
Parameterized verification framework (PCells, DRC, LVS) for Superconducting and Quantum Electronics.
-
Updated
Oct 11, 2019 - Python
A quick realization of the quantum circuit of a matrix product state.
-
Updated
Jun 25, 2020 - Julia
C++ Library for Quantum State Preparation (QSP)
-
Updated
Apr 7, 2021 - C++
An implementation of a quantum circuit simulator in C. Current implementation uses the Schrödinger algorithm; I am currently examining other algorithms such as Feynman's path algorithm.
-
Updated
Oct 3, 2020 - C
R interface to Cirq - quantum circuits, computers, and simulators.
r
hardware
tensorflow
quantum
keras
quantum-computing
circuit
quantum-circuit
qubits
cirq
simulators
quantum-computers
-
Updated
Jun 7, 2020 - R
A simple python program to convert graphical circuits to quantikz figures.
-
Updated
Oct 2, 2020 - Python
A Fast & Lightweight Quantum Circuit Simulator & Analyzer implemented in Kotlin.
kotlin
csv
simulation
measure
quantum
jar
quantum-computing
matrices
blas
probabilistic-programming
circuit
quantum-circuit
qubits
jblas
quantum-circuit-simulator
ejml
quantum-algorithm
circuit-matrix
-
Updated
Nov 14, 2020 - Kotlin
An atom plugin to preview QASM (Quantum Assembly) circuits
-
Updated
Jan 9, 2020 - JavaScript
JS visualization for Quantum Quail circuits (based on QISKit Python)
-
Updated
Jan 6, 2019 - JavaScript
Quantum Computing Algorithms Implemented on IBM's 5-Qubit IBMqx4 Hardware. QASM Coding Architecture Built on Python.
quantum
quantum-computing
quantum-information
quantum-circuit
quantum-programming-language
quantum-algorithms
qubit
qasm
ibmqx
grover-algorithm
quantum-devices
-
Updated
Nov 20, 2018
Graphical quantum circuit editor and simulator
-
Updated
Dec 27, 2020 - Java
Quantum Computer Simulator Engine
simulator
engine
quantum
circuit-simulator
circuit
computing
quantum-circuit
quantum-computer-simulator
quantum-circuit-simulator
quantum-sim-engine
-
Updated
Jan 15, 2018 - Java
Simulate realistic quantum control sequences using QuTiP
python
quantum
quantum-mechanics
quantum-computing
quantum-information
quantum-circuit
superconducting-qubits
qutip
qubits
-
Updated
Mar 31, 2021 - Python
Improve this page
Add a description, image, and links to the quantum-circuit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantum-circuit topic, visit your repo's landing page and select "manage topics."


Our test suite mostly passes when run with pytest-xdist parallelization, giving a pretty nice speed boost.
However there are just a couple places where tests try to reuse the same temp file and step on each others' toes. This can be avoided by
--dist=loadscopebut that seems a bit fragile and is one more thing to remember.I know that we can also parallelize using stestr but that is probably