COLLECTED BY
Web crawl data from Common Crawl.
The Wayback Machine - https://web.archive.org/web/20210514120917/https://github.com/topics/quantum-computer-simulator
#
quantum-computer-simulator
Here are
26 public repositories
matching this topic...
Curated list of open-source quantum software projects.
High Performance Tools for Quantum Computing
Updated
Aug 27, 2019
Python
Quantum Computer Library for Everyone
Updated
May 6, 2021
Python
QPanda 2 is an open source quantum computing framework developed by OriginQC that can be used to build, run, and optimize quantum algorithms.
Quantum computer simulator
QGAME: Quantum Gate and Measurement Emulator, a quantum computer simulator
Updated
Feb 17, 2017
Common Lisp
Quantum emulator of the IBM Quantum experience
C++ simulator of quantum registers and quantum algorithms
Quantum computer system environment and libraries in Python
Updated
Jul 31, 2019
Python
Quantum computing simulator in Rust
Updated
Feb 12, 2018
Rust
A simple, efficient, quantum computer simulator.
A set of libraries to simulate a Quantum Computer on your computer using C.
A quantum computer simulator written in Python 3.
Updated
Jan 22, 2021
Python
QCLIB: Quantum Computing library for Python
Updated
Oct 13, 2017
Python
Linear optics circuit calculator
A simulation of the inner working of a quantum computer
Updated
Feb 13, 2021
Java
Very basic quantum computer simulation in Ruby
Updated
Jul 28, 2017
Ruby
Java Quantum Computer simulator with GUI
Quantum gate simulation library for Crystal
Updated
Dec 7, 2020
Crystal
Quantum Computer Simulator Engine
Updated
Jan 15, 2018
Java
Quantum Circuit Simulating Tool
Updated
Jan 1, 2021
Jupyter Notebook
Quantum computer system environment and libraries in NodeJS / Javascript
Updated
Feb 14, 2018
JavaScript
Colab-friendly implementation of a quantum computing simulator.
Updated
Feb 21, 2021
Jupyter Notebook
Simplistic Quantum Computer Simulator in Python
Updated
Apr 20, 2021
Python
Improve this page
Add a description, image, and links to the
quantum-computer-simulator
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-computer-simulator
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
#660 introduces defaults for layer stacking, such that the user only need specify
QINTERFACE_OPTIMAL
if they wish to construct the optimal stack, (orQINTERFACE_OPTIMAL_MULTI
). To solve the problem of arbitrary depth ofQInterface
layer stacking, potentially forever, all constructors should take simply an arbitrary length vector of layer types, via the enum we currently have.All layers