quantum-circuits
Here are 32 public repositories matching this topic...
-
Updated
Nov 19, 2021
-
Updated
Dec 13, 2021 - C++
-
Updated
Mar 23, 2021 - Mathematica
Currently DDSIM uses OpenMP to parallelize the hybrid Schrodinger-Feynman simulation approach. There are two places where OpenMP is used:
- In https://github.com/iic-jku/ddsim/blob/36661b7ec71a6c6f0cbf7abfb67fbba3f192926c/src/HybridSchrodingerFeynmanSimulator.cpp#L134 where a stack of tasks is concurrently accessed by a set number of threads in a
parallelregion. - In https://github.com/iic-
-
Updated
Dec 14, 2021 - Julia
-
Updated
Nov 16, 2021 - Python
-
Updated
Dec 14, 2021 - Python
-
Updated
Jan 7, 2020 - Julia
-
Updated
Sep 12, 2021 - Jupyter Notebook
-
Updated
Dec 4, 2021 - C++
At the moment, QMAP provides a default set of hard-coded architectures to map to. While we allow to specify own architectures (and, in theory, calibration data) in the form of individual input files this is rather inflexible and can be improved.
It should be possible to take an arbitrary Qiskit backend in Python, e.g., anything from https://github.com/Qiskit/qiskit-terra/tree/main/qiskit/test/m
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Dec 14, 2021 - Python
-
Updated
Sep 17, 2020 - Jupyter Notebook
-
Updated
Oct 28, 2021 - TeX
-
Updated
Sep 29, 2019 - Java
-
Updated
Jun 15, 2021 - Jupyter Notebook
-
Updated
Sep 22, 2021 - Jupyter Notebook
-
Updated
Jul 6, 2021 - OpenQASM
-
Updated
Jan 6, 2019 - JavaScript
-
Updated
Dec 13, 2020
-
Updated
May 13, 2020 - TeX
-
Updated
Mar 28, 2021 - Q#
-
Updated
Jul 28, 2020 - Python
-
Updated
Mar 20, 2021 - Jupyter Notebook
-
Updated
Feb 18, 2021 - Mathematica
-
Updated
Feb 25, 2019 - Python
-
Updated
Sep 22, 2020
-
Updated
Nov 1, 2021 - Go
Improve this page
Add a description, image, and links to the quantum-circuits topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantum-circuits topic, visit your repo's landing page and select "manage topics."


Routing utilities currently present in cirq contrib expect a networkx graph of device (/target topology) where each node is a
cirq.Qid.NamedTopologystores topology graphs where each node is a number / tuple.TiltedSquareLatticehas anodes_to_gridqubitsmethod which can provide a mapping from the graph nodes to the corresponding grid qubits.https://github.com/quantumlib/Cirq/blob/