All Projects → PhilipVinc → NeuralQuantum.jl

PhilipVinc / NeuralQuantum.jl

Licence: MIT license
Neural-Network representation of Quantum Systems

Programming Languages

julia
2034 projects
shell
77523 projects

Projects that are alternatives of or similar to NeuralQuantum.jl

QuantumOptics.jl-examples
Examples for QuantumOptics.jl
Stars: ✭ 16 (-51.52%)
Mutual labels:  quantum, quantum-optics
IonSim.jl
a simple tool for simulating trapped ion systems
Stars: ✭ 46 (+39.39%)
Mutual labels:  quantum, quantum-optics
Schroedinger
A Schroedinger Equation solver in C++, with flexible basis definition
Stars: ✭ 31 (-6.06%)
Mutual labels:  quantum
TrulyQuantumChess
A game of truly quantum chess, with interference, entanglement, etc.
Stars: ✭ 77 (+133.33%)
Mutual labels:  quantum
iqsharp
Microsoft's IQ# Server.
Stars: ✭ 112 (+239.39%)
Mutual labels:  quantum
qcl
Quantum Computation Language port from http://tph.tuwien.ac.at/~oemer/qcl.html
Stars: ✭ 29 (-12.12%)
Mutual labels:  quantum
libra-code
quantum-dynamics-hub.github.io/libra/index.html
Stars: ✭ 33 (+0%)
Mutual labels:  quantum
w2dynamics
A continuous-time hybridization-expansion Monte Carlo code for calculating n-particle Green's functions of the Anderson impurity model and within dynamical mean-field theory.
Stars: ✭ 41 (+24.24%)
Mutual labels:  quantum-monte-carlo
gravity-sphincs
Signature scheme submitted to NIST's Post-Quantum Cryptography Project
Stars: ✭ 67 (+103.03%)
Mutual labels:  quantum
unitaryhack
Rules and information for the 2021 unitaryHACK event hosted by @unitaryfund
Stars: ✭ 16 (-51.52%)
Mutual labels:  quantum
prune-horst
Signature scheme submitted to NIST's Post-Quantum Cryptography Project
Stars: ✭ 23 (-30.3%)
Mutual labels:  quantum
quantumjava
Samples related to "Quantum Computing for Java Developers"
Stars: ✭ 86 (+160.61%)
Mutual labels:  quantum
maxwellbloch
A Python package for solving the coupled Maxwell-Bloch equations describing the nonlinear propagation of near-resonant light through thermal quantised systems such as atomic vapours.
Stars: ✭ 23 (-30.3%)
Mutual labels:  quantum-optics
Quantum-Computing-Resources
This repository contains the best resources for learning practical quantum computing. This repository will be updated frequently.
Stars: ✭ 60 (+81.82%)
Mutual labels:  quantum
Interlin-q
A Quantum Interconnect Simulator for Distributed Quantum Algorithms
Stars: ✭ 32 (-3.03%)
Mutual labels:  quantum
Quantum-Computer-Simulator-with-Algorithms
C++ simulator of quantum registers and quantum algorithms
Stars: ✭ 15 (-54.55%)
Mutual labels:  quantum
QuantumResources
A collection of resources for Quantum Computing
Stars: ✭ 43 (+30.3%)
Mutual labels:  quantum
quantum-journal
LaTeX template class for Quantum - the open journal for quantum science
Stars: ✭ 73 (+121.21%)
Mutual labels:  quantum
SchrodingerWellPython
2D 3D Time independent FDM Schrodinger equation solver for arbitrary shape of well
Stars: ✭ 21 (-36.36%)
Mutual labels:  quantum
qp2
Quantum Package : a programming environment for wave function methods
Stars: ✭ 37 (+12.12%)
Mutual labels:  quantum

NeuralQuantum

Build Status DOI

NeuralQuantum is a numerical framework written in Julia to investigate Neural-Network representations of mixed quantum states and to find the Steady- State of dissipative Quantum Systems with variational Montecarlo schemes. It can also compute the ground state of hermitian hamiltonians.

This code has been developed while working on Variational neural network ansatz for steady states in open quantum systems, by F. Vicentini et al. Phys Rev Lett 122, 250503 (2019).

Installation

To Install NeuralQuantum.jl, run the following commands to install it's dependcy. Please note that we require julia >= 1.3, and relatively recent versions of several packages.

using Pkg
pkg"add https://github.com/PhilipVinc/NeuralQuantum.jl"

Alternatively you may activate the project included in the manifest that comes with NeuralQuantum.

Examples

Check the folder Examples/ for a few interesting examples.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].