Coder Social home page Coder Social logo

nikosavola / neuralnetworkquantumstate Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.21 MB

Group work for Solid State physics course at Aalto University

Python 90.50% Shell 9.50%
many-body-physics neural-network neural-network-quantum-states quantum-mechanics variational-monte-carlo

neuralnetworkquantumstate's Introduction

Neural Network Quantum State

Group work for PHYS-E0421 - Solid State Physics course at Aalto University.

Check notebook.ipynb for running the model and results. Source code for the problem, model, and Ray Tune compability is in model.py.

Clusters with Slurm can be used to run the hyperparameter optimisation and parameter sweeps in parallel. See the .sbatch files for more information.

Installation

Linux and macOS

Install dependencies with:

pip install -r requirements.txt

For optional GPU support, install CUDA and cuDNN. Afterwards run:

pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_releases.html

For optional but recommended MPI support for CPU and GPU, install netket with MPI deps.:

pip install --upgrade "netket[mpi]"

With GPU, this requires a correctly setup CUDA compiler, so you might have to do something like export CUDA_PATH=/usr/local/cuda/.

Windows

Not recommended natively. Use WSL instead and follow the Linux approach. If you really want you can install w/o mpi with an unofficial jaxlib:

pip install jaxlib -f https://whls.blob.core.windows.net/unstable/index.html
pip install -r requirements.txt

neuralnetworkquantumstate's People

Contributors

nikosavola avatar

Stargazers

 avatar  avatar

Watchers

 avatar

neuralnetworkquantumstate's Issues

Try RBMMultiVal

…and explain learning of translational symmetry in Overleaf

Settle on Neural network architecture

Currently, RBM for real and complex values is used. Other possibilities exist as well, but this might be okay.

Afterwards, hyperparameters should be swept, and plots or tables shown which show how the best combination of parameters was chosen.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.