#
nisq
Here are 9 public repositories matching this topic...
Schrödinger and Schrödinger-Feynman simulators for quantum circuits.
-
Updated
Mar 18, 2022 - C++
Variational Quantum Circuit Simulator for Quantum Computation Research
-
Updated
Jan 4, 2022 - C++
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