Giter Club home page Giter Club logo

sgoop's Introduction

Any publications using this code are requested to cite the following references:
1. Tiwary and Berne, Proc. Natl. Acad. Sci. 113 DOI: 10.1073/pnas.1600917113
2. Smith, Pramanik, Tsai and Tiwary, J. Chem. Phys., 2018, 149 234105; DOI: 10.1063/1.5064856
3. Tiwary and Parrinello, J. Phys. Chem. B, 2015, 119 736; DOI: 10.1021/jp504920s

Use reweight to convert biased trajectories to usable unbiased probability distributions and analyze them with SGOOP.
SGOOP may also be used with unbiased data using the rc_eval function.

Run SGOOP on multiple numbers of wells (sgoop.wells) checking each time that the number is self-consistent with the number
of wells in the probability distribution (depth > kT).  The optimized RC with highest number of self-consistent wells is
the optimal RC.  For instance, if 2 wells was self-consistent but 3 was not the 2 well RC would be the optimum.  These
consistency checks will soon be automated and sgoop.wells values will be looped through.

Files needed: Maximum Caliber (unbiased) trajectory, COLVAR file, FES files


The following function is an example of using SGOOP and reweight together.  This would be used with an optimization method
such as simulated annealing:

import sgoop
import reweight as rw
import scipy.optimize as opt
import numpy as np

def opti_func(rc):
    p = rw.reweight(rc) # Calculating probability along RC
    sgoop.set_bins(rc,np.shape(p)[0],rw.s_min,rw.s_max) # Setting bins for maxcal
    return sgoop.sgoop(rc,p)   # Calculating the spectral gap on the given RC.

sgoop's People

Contributors

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