Skip to content
#

quantum-circuits

Here are 35 public repositories matching this topic...

Cirq
MichaelBroughton
MichaelBroughton commented Jan 20, 2022

Is your feature request related to a use case or problem? Please describe.
Right now a lot of modules (in particular tests) are pretty free form with how they do imports. It's a good practice to import modules wherever possible.

bad:

from cirq.devices import GridQubit

good:

from cirq import devices

devices.GridQubit(whatever)

**Describe the soluti

burgholzer
burgholzer commented Oct 6, 2021

Currently DDSIM uses OpenMP to parallelize the hybrid Schrodinger-Feynman simulation approach. There are two places where OpenMP is used:

burgholzer
burgholzer commented Sep 29, 2021

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

quantumComputing

Updated and most comprehensive Repository On Quantum Computing Resources. It contains all the material I use for my research on Quantum Computing for Both Theories and Codes - I update it regularly.

  • Updated Sep 22, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the quantum-circuits topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more