Giter Club home page Giter Club logo

crescale-gromacs's Introduction

Notes on the GROMACS implementation of stochastic cell rescaling

The simplest way to include the implementation in your GROMACS copy is to run the following script in the gromacs root before compiling gromacs:

bash <(curl -s https://raw.githubusercontent.com/bussilab/crescale-gromacs/patch-v2020.3)

Please replace v2020.3 with the exact version you are using. If you see an error such as

line 1: 400:: command not found

it means that this specific version is not supported. Please check below which gromacs versions are supported.

More info can be found in this repository.

Here we host the GROMACS implementation of the algorithm. This is a dummy branch that just contains this readme file. Several branches and tags can be found with the actual code:

The changes in version 2019 are relatively small. The added code is basically a copy of the Berendsen code, with some modification. The changes in version 2020 are slighly more complicated since in this version the coordinate update might be done on the GPU only. In this case, it was necessary to add a function to allow scaling of the velocities to be performed on the GPU. Changes on master branch are similar and just required some adjustment to be compatible with master branch.

1 There's a bug in the matrix inversion hard coded at these lines. The bug is harmless, since only diagonal terms are used in currently available schemes (anisotropic variant is not implemented). All the other tags and branches listed in this page use the gromacs routine to invert box matrices instead, which is correct.

crescale-gromacs's People

Contributors

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