-
Updated
Jul 28, 2022 - Python
#
quantum-simulation
Here are 35 public repositories matching this topic...
A PyTorch-based framework for Quantum Simulation, Quantum Machine Learning, Quantum Neural Networks, Parameterized Quantum Circuits with support for easy deployments on real quantum computers.
machine-learning
system
deep-learning
neural-network
quantum
pytorch
quantum-computing
quantum-machine-learning
quantum-simulation
ml-for-systems
pytorch-quantum
quantum-neural-network
parameterized-quantum-circuit
Tutorials for Quantum Algorithms with Qiskit implementations.
tutorials
quantum-computing
quantum-algorithms
qubit
qiskit
quantum-simulation
bloch-sphere
vqe
quantum-phase-estimation
phase-estimation-algorithm
variational-quantum-eigensolver
qpe
-
Updated
Oct 27, 2021 - Jupyter Notebook
Open
Add QCNN blocks
2
crazy4pi314
commented
Sep 2, 2020
Now that Q# + Python can use project files for references, we should add them here so IntelliSense can work better :)
lvignoli
commented
Mar 22, 2022
The sequence sampler added by #345 deserves the following features
- a notebook to demonstrate its use and extend the User Guide
- multiple output format: for now it give only the nested dict form required by the simulation module
- a better way to specify the sampling-related noises
- add the possibility to specify the sampling rate
It would then be possible to use it in
A reference implementation for a quantum virtual machine in Python
-
Updated
Feb 7, 2019 - Python
An OCaml based implementation of a Quil QVM
-
Updated
Oct 23, 2018 - OCaml
Library for fast computations involving indistinguishable bosons
-
Updated
Feb 18, 2019 - Python
Type an M x M matrix for your open quantum system Hamiltonian, and give a spectral density (analytic or numerical). FeynDyn gives the density matrix dynamics according to the Leggett-Caldeira bath or the Feynman-Vernon bath at any temperature. Can do up to 16 qubits (65536 levels) and infinitely many bath modes. Email nike@hpqc.org for the latest version or any questions.
matlab
quantum
quantum-mechanics
scientific-computing
quantum-computing
quantum-chemistry
numerical-methods
feynman-diagrams
quantum-simulator
photosynthesis
nanotechnology
quantum-dynamics
quantum-simulation
quantum-dots
feynman-integrals
-
Updated
Mar 19, 2022 - MATLAB
Official implementation of spectrum bifurcation renormalization group(SBRG), which is suitable for quantum simulation on strong disordered systems for 1D and 2D. Paper: arXiv:2008.02285[https://arxiv.org/abs/2008.02285], Phys. Rev. B 93, 104205 (2016)[https://arxiv.org/abs/1508.03635]
-
Updated
Feb 23, 2021 - Python
Quantum Harmonic Oscillator Synthesizer.
music-composition
quantum-mechanics
physics-simulation
sonification
sound-design
quantum-simulation
quantum-synthesis
-
Updated
Jun 28, 2022 - C++
Open
Test coverage
sah4ez
commented
Oct 3, 2019
Quantum Simulation Framework for N-Level Cavity QED
-
Updated
Jul 26, 2018 - Python
A MATLAB package for simulating the quantum dynamics of flux-qon systems.
-
Updated
Jul 25, 2020 - MATLAB
A simulation of the inner working of a quantum computer
java
quantum-computing
quantum-gates
quantum-computer-simulator
qubits
quantum-entanglement
quantum-simulation
openjdk13
-
Updated
Feb 13, 2021 - Java
Large-scale tensor algebra using pyCOMPSs
python
hpc
numpy
quantum
linear-algebra
distributed-computing
distributed
quantum-computing
tensor
tensor-networks
quantum-simulation
-
Updated
May 25, 2022 - Python
Exemplos de simulação quântica usando o Quantum Development Kit
-
Updated
Aug 19, 2020 - Jupyter Notebook
This is an implementation of IBM's Quantum Experience in simulation; a 5-qubit quantum computer with a limited set of gates.
-
Updated
Aug 17, 2020 - Python
A project to study analogue and digital quantum simulations and analyse their robustness against noises.
python
physics
jupyter-notebook
quantum-computing
ising-model
quantum-simulation
digital-quantum-simulation
analogue-quantum-simulations
-
Updated
Nov 22, 2019 - HTML
A basic quantum computing package written in MATLAB. Uses the density matrix backend for gate/channel operations.
matlab
linear-algebra
quantum-computing
quantum-simulator
quantum-simulation
density-matrix
braket-notation
-
Updated
Dec 22, 2021 - MATLAB
A framework for quantum state preparation and tomography
-
Updated
Jun 6, 2022 - Jupyter Notebook
EntropiQ - a community effort to build a no-code cloud platform for designing and running large-scale simulations of many-body quantum mechanical systems using Tensor Networks
-
Updated
Jul 14, 2022 - Python
Reinforcement learning model-free quantum control on many coupled qubits.
reinforcement-learning
quantum-computing
quantum-information
stochastic-gradient-descent
qubits
quantum-simulation
quantum-control
-
Updated
Nov 29, 2020 - Python
Classical Simulation of Quantum Circuits with Restricted Boltzmann Machines
-
Updated
Dec 6, 2020 - TeX
Qubit chain models
-
Updated
Sep 29, 2019 - Jupyter Notebook
Using spectral methods to simulate the dynamic of a quantum particle in an EM field
-
Updated
Mar 11, 2022 - MATLAB
-
Updated
Dec 13, 2019 - C++
Benchmarks of different minimization algorithms and strategies applied to the VQE model, simulations performed with Qibo
-
Updated
Sep 21, 2021 - Python
This project utilizes a series of algorithms, adversarial agents, and simulation tools to study and generate new multicellular organisms; a user interface allows human guidance to tailor desired results.
machine-learning
artificial-intelligence
neural-networks
cybernetics
supercomputing
block-chain
quantum-simulation
genetic-engineering
strategic-analysis
biological-machine-interfacing
primitive-general-ai
autonomous-research
-
Updated
Dec 22, 2020
In my licenciatura (BA + M.Sc. in Physics equivalent) thesis, with my director J.M. Matera, we worked in both analytical and computational techniques for the study of non-markovian quantum systems using Max-Ent approximation for instantaneous states, the latter with open code and hand-made also.
-
Updated
May 10, 2022 - TeX
Improve this page
Add a description, image, and links to the quantum-simulation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantum-simulation topic, visit your repo's landing page and select "manage topics."
Issue Description
I think it will be great if we have blocks to easily construct QCNN, which is a special but important category of quantum neural networks requiring mid-circuit measurements.
Proposed Solution
The key component of QCNN is a "pooling" layer, which includes measurement and a conditional gate on the measurement outcome. And I suppose we can easily implement QCNN by usi