neuralquantumstates.jl
Neural quantum states in Julia
Science Score: 31.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.5%) to scientific vocabulary
Keywords
Repository
Neural quantum states in Julia
Basic Info
- Host: GitHub
- Owner: cevenkadir
- License: eupl-1.2
- Language: Julia
- Default Branch: main
- Homepage: https://cevenkadir.github.io/NeuralQuantumStates.jl
- Size: 1.14 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
NeuralQuantumStates.jl is a Julia package under development to facilitate the training of neural quantum states (NQS) by variational Monte Carlo (VMC).
The package aims to provide an efficient and extensible environment for the simulation of closed many-body quantum systems by exploiting the power of neural networks and modern computational resources. Inspired by established Python libraries such as NetKet and jVMC, NeuralQuantumStates.jl focuses on providing a machine learning toolbox for quantum many-body systems in a Julia-based environment.
Project status
This package is a work in progress. Most of the functionality still needs to be implemented. The performance still needs to be optimized for both CPU and GPU. The API for this package might still be unstable.
Installation
If you still want to try it out, you can install it from the Julia REPL by entering:
julia
julia> import Pkg; Pkg.add("https://github.com/cevenkadir/NeuralQuantumStates.jl")
Documentation
For information on using this package, check out the in-development documentation.
Development goals
- [x]
Latticesmodule to generate any Bravais lattice. - [ ]
Networksmodule to generate canonical artificial neural networks (ANN) via Flux.jl. (work in progress) - [ ]
VarStatesmodule to define variational quantum states. (work in progress) - [x]
Hilbertsmodule to define Hilbert spaces. - [x]
Operatorsmodule to define arbitrary quantum operators on a computational basis. - [ ]
Samplersmodule to sample variational quantum states with Markov chain Monte-Carlo (MCMC) methods. - [ ]
Handlersmodule to optimize variational quantum states with gradient-based methods. - [ ] Support for distributed and parallel computing via MPI.jl.
- [ ] GPU support via CUDA.jl, AMDGPU.jl, and Metal.jl.
Bugs report and feature requests
If you think you have found a bug or have a feature request, you can open an issue.
Citation
If you use this package in your work, we would appreciate the following reference as in CITATION.bib.
Owner
- Name: Kadir Çeven
- Login: cevenkadir
- Kind: user
- Location: Ankara, Turkey
- Company: Bilkent University
- Website: cevenkadir.github.io
- Twitter: cevenkad
- Repositories: 1
- Profile: https://github.com/cevenkadir
MSc student in physics @BilkentUniv. Exploring computational quantum many-body physics with neural networks. (Such a long name for a branch of physics.)
Citation (CITATION.bib)
@misc{NeuralQuantumStates.jl,
author = {Kadir Çeven},
title = {NeuralQuantumStates.jl},
url = {https://github.com/cevenkadir/NeuralQuantumStates.jl},
version = {v0.1.0-dev},
year = {2023},
month = {9}
}
GitHub Events
Total
- Push event: 12
Last Year
- Push event: 12