Giter VIP home page Giter VIP logo

dlai-project's Introduction

A Scalable Model for Predicting Ground State Energy

Problem

Predict the lowest energy level of a one-dimensional ultracold atom subject to an external optical speckle field (disorder). Our aim is to solve the Schrödinger equation and thus find the the ground state energy.

Goal

We want to reproduce the results achieved in Scientific reports 9.1 (2019): 1-12., but using a scalable version of the network, as did in Physical Review E 102.3 (2020): 033301.

Usage

Requirements

Install all the requirements using pip install -r requirements.txt, we recommend to create an isolated environment before.

Data structure

The input data must be organized as follow:

data
  ├── train_data_L14.npz
  ├── test_data_L14.npz
  ├── train_data_L28.npz
  ├── test_dataL_28.npz
  └── ...

They are not present in the git repo, but they are available in my own Drive.

Train

To train with the simplest MLP model one has to run

python main.py --train --data_dir data/train_dataL14.npz --input_size 15.

Several commands are avialable to switch model, change MLP hidden structure, etc. Just run python main.py --help.

dlai-project's People

Contributors

gscriva avatar

Watchers

 avatar

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.