Code Monkey home page Code Monkey logo

automatic-equilibration-detection's Introduction

automatic-equilibration-detection

Automatic detection of equilibrated regions of molecular simulations

A preprint manuscript of this work is available on bioRxiv.

Manifest

  • examples/ - code to generate simulation data and figures used in the manuscript
  • manuscript/ - the manuscript source and figures
  • references/ - some references cited in the paper

Reproducing the results

  • Check out a copy of this repository, or download a release corresponding to the version of the paper of interest.
  • Go to examples/liquid-argon/ and check the README.md for instructions on running the ./reproduce.sh script.

Automatically computing equilibration times

To detect equilibration start times in your own code, you can use the detectEquilibration() method in the timeseries module of pymbar.

You can install pymbar via the conda package manager:

conda install -c omnia pymbar

and then use the detectEquilibration() method:

from pymbar import timeseries
[t0, g, Neff_max] = timeseries.detectEquilibration(A_t)
A_t_equlibrated = A_t[t0:]

where A_t is the observable timeseries and t_0 is the beginning of the equilibrated region.

The equilibration.py module provided in this repo also provides a stand-alone implementation of this feature with a broader choice of methods for computing integrated autocorrelation times.

automatic-equilibration-detection's People

Contributors

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