Coder Social home page Coder Social logo

jax_amber's Introduction

jax_amber

Estimate the Amber Potential Energy using jax with the following features

  • Ewald Summation for Coulomb Interaction

  • OBC2 for implicit Solvent

  • Real NVP (real-valued non-volume preserving) model is added.

  • Real NVP with VAE (Auto-Encoding with Variational Bayes) is added.

  • Note: Real NVP and (Real NVP+VAE) have the limitation that the minimization (optax.adam method) cannot overcome the potential energy barriers. Hence, to overcome the potential energy barriers, we perform the minimization (optax.adam) based on pairwise distance map. (Here, pairwise is obtained from nonbonded pairwise.)

  • model_dmap.py : Train the end states using pairwise distance map in order to remove the potential energy barriers between end states.

  • model_dmap_vae.py : This is the same scheme as model_dmap.py. But the neural network parameters in real NVP are based on VAE (Auto-Enconding with Variational Bayes).

  • model_rnvp.py : Train the end states using the Amber potential energies (Boltzmann distribution). The key reason of the failure of the correct free energy estimation with the Amber potential energies is many potential energy barriers between end states that the minimization cannot cross over.

  • model_vae.py : This is the same scheme as model_rnvp.py. But the neural network parameters in real NVP are based on VAE (Auto-Enconding with Variational Bayes).

  • HOWTO:

python model_dmap.py test/input_dmap.py

python model_rnvp.py test/input_rnvp.py

python model_vae.py test/input_vae.py

jax_amber's People

Contributors

swillow 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.