good first issue
This issue can be resolved by someone who is not familiar with the codebase. A good starting issue.
no QC knowledge needed
Want to contribute to Cirq, but don't know quantum computing? This issue is for you.
kind/feature-request
Describes new functionality
triage/accepted
there is consensus amongst maintainers that this is a real bug or a reasonable feature to add
#
nisq
Here are 10 public repositories matching this topic...
Schrödinger and Schrödinger-Feynman simulators for quantum circuits.
-
Updated
Jun 2, 2022 - C++
Variational Quantum Circuit Simulator for Quantum Computation Research
-
Updated
Apr 27, 2022 - C++
Tensor network based quantum circuit simulator for the NISQ era
machine-learning
neural-network
tensorflow
quantum
automatic-differentiation
pytorch
quantum-computing
matrix-product-states
quantum-circuit
quantum-algorithms
jax
quantum-simulation
nisq
tensor-network
quantum-noise
-
Updated
Jun 4, 2022 - Python
Algorithms for optimization tasks (operations research)
-
Updated
Mar 17, 2022 - Jupyter Notebook
Some tests with QAOA, VQE, annealers and other procedures for NISQ quantum computers
-
Updated
Jul 5, 2021 - Jupyter Notebook
The max-cut problem on a random graph with 7 nodes is solved using QAOA, ED, Monte-Carlo, and simulated annealing.
-
Updated
Sep 9, 2021 - Jupyter Notebook
A repository containing my solution to the screening tasks for the second cohort of Quantum Open Source Foundation Mentorship program.
ibm-cloud
ibm-q
quantum-computer
colab-notebook
nisq
vqe
quantum-phase-estimation
variational-quantum-eigensolver
qpe
quantum-algorithm
-
Updated
Sep 27, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the nisq topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nisq topic, visit your repo's landing page and select "manage topics."
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:
good:
**Describe the soluti