All Projects → plumed → Plumed2

plumed / Plumed2

Licence: lgpl-3.0
Development version of plumed 2

Projects that are alternatives of or similar to Plumed2

Keepasswinhello
Quick unlock with Windows Hello for KeePass 2
Stars: ✭ 162 (-8.99%)
Mutual labels:  plugin
Phaser State Transition
State transition plugin for Phaser.js
Stars: ✭ 169 (-5.06%)
Mutual labels:  plugin
Ttrss plugin Feediron
Evolution of ttrss_plugin-af_feedmod
Stars: ✭ 172 (-3.37%)
Mutual labels:  plugin
Angrgdb
Use angr inside GDB. Create an angr state from the current debugger state.
Stars: ✭ 165 (-7.3%)
Mutual labels:  plugin
Vim Subversive
Vim plugin providing operator motions to quickly replace text
Stars: ✭ 168 (-5.62%)
Mutual labels:  plugin
Sketch2ae
A Sketch plugin to export sketch file to Adobe After Effect
Stars: ✭ 170 (-4.49%)
Mutual labels:  plugin
Standup Raven
A Mattermost plugin for communicating daily standups across teams
Stars: ✭ 161 (-9.55%)
Mutual labels:  plugin
Pushnotificationplugin
Push Notification Plugin for Xamarin iOS and Android
Stars: ✭ 177 (-0.56%)
Mutual labels:  plugin
Cordova Plugin Document Viewer
A Document Viewer cordova/phonegap plugin for iOS, Android and Windows
Stars: ✭ 168 (-5.62%)
Mutual labels:  plugin
Vue I18next
Internationalization for vue using the i18next i18n ecosystem.
Stars: ✭ 172 (-3.37%)
Mutual labels:  plugin
Hydrogenapp
hydrogen is a pluggable android app
Stars: ✭ 166 (-6.74%)
Mutual labels:  plugin
Tailwindcss Figma Plugin
Figma Plugin for TailwindCSS
Stars: ✭ 165 (-7.3%)
Mutual labels:  plugin
Dlfcn Win32
Official dlfcn-win32 repo
Stars: ✭ 170 (-4.49%)
Mutual labels:  plugin
Z.lua
⚡ A new cd command that helps you navigate faster by learning your habits.
Stars: ✭ 2,164 (+1115.73%)
Mutual labels:  plugin
Icondrop
Get access to 2 million+ design resources right inside Adobe Xd, Figma, Sketch, Microsoft Office, G Suite and many more.
Stars: ✭ 174 (-2.25%)
Mutual labels:  plugin
Android Rocket Launcher
🚀 Launch android modules from the terminal
Stars: ✭ 161 (-9.55%)
Mutual labels:  plugin
Http Loader
A loader for ngx-translate that loads translations with http calls
Stars: ✭ 170 (-4.49%)
Mutual labels:  plugin
Tensorflow Ue4 Examples
Drag and drop Unreal Engine TensorFlow examples repository
Stars: ✭ 176 (-1.12%)
Mutual labels:  plugin
Hyper Tabs Enhanced
Enhanced Tabs Plugin for Hyper
Stars: ✭ 173 (-2.81%)
Mutual labels:  plugin
Vue Cli Plugin I18n
🌐 Vue CLI plugin to add vue-i18n to your Vue Project
Stars: ✭ 172 (-3.37%)
Mutual labels:  plugin

Homepage Homepage codecov Language grade: Python Language grade: C/C++ License: LGPL v3 Github Releases MacPorts package Anaconda-Server Badge AUR package DPorts package FreeBSD port Twitter Follow

Branches and releases

Several branches and tags are stored on the git repository.

Branches named v2.X correspond to release branches.

Master branch may contain non tested features and is not expected to be used by non-developers. It typically contains features that will be available on the next release.

Tags named v2.XbY correspond to beta releases, use it with care. Tags named v2.X.Y correspond to official releases, use the latest available.

In addition, the repository contains a number of other branches related to specific features. Please contact the developers that are committing on those branches before basing your work there, since they might contain temporary work and might be rebased later. For instance, branch testdoc is setup so as to push a test copy of the manual and is often force pushed.

To report problems found on beta or official releases, use the normal [email protected] mailing list. Please state exactly which version you are using. To report problems found on master branch, use the [email protected] mailing list. This is also the correct place for discussions about new features etc. When reporting please provide the git hash (you can obtain it with git rev-parse HEAD).

Status

Below you find the status on GitHub Actions for the release branches.

Branch Status First stable release (year) Still supported
master CI 2021 (expected) /
v2.7 CI 2020 yes
v2.6 CI 2019 yes
v2.5 CI 2018 yes
v2.4 CI 2017 no
v2.3 Build Status 2016 no
v2.2 Build Status 2015 no
v2.1 Build Status 2014 no
v2.0 Not available 2013 no

Content

Here's a description of the content of each file and directory in the root PLUMED directory.

CHANGES          : change log
COPYING.LESSER   : license
Makefile         : makefile
Makefile.conf.in : template configuration makefile
PEOPLE           : list of authors
README.md        : this file
VERSION          : version file
astyle           : a local version of astyle, used to format code
configure        : configuration script
configure.ac     : configuration script (autoconf)
developer-doc    : developer documentation
docker           : directory where Docker is generated
macports         : directory where Portfiles are generated
patches          : patch scripts
python           : python stuff
regtest          : regression tests, including reference results
release.sh       : developer utility to publish releases
scripts          : shell tools
sourceme.sh.in   : template configuration script
src              : source code
test             : examples
user-doc         : user documentation
vim              : directory where vim syntax is generated

Required software

Required software:

  • GNU make.
  • C/c++ compiler (c++11 support is required as of version 2.4).
  • A modern version of the patch command line tool.
  • Support for POSIX library dirent.h.
  • xxd (present in most UNIX distributions).

Suggested software (libraries are checked by ./configure and enabled if available):

  • MPI library to run parallel simulations. It should be the same library used by your MD code.
  • Optimized blas and lapack libraries. They are automatically replaced by an internal version if not available.
  • VMD molfile plugins to read arbitrary file formats. They are automatically replaced by an internal version supporting a few formats if not available.
  • Zlib library to use compressed data files.
  • Xdrfile library to have read/write access to gromacs trajectory files.
  • Doxygen to build user manual. Doxygen might need the following packages:
    • Latex to build the pdf user manual.
    • Graphviz to show class hierarchy in developer manual.

Quick compilation instructions

Extensive installation instructions are in the user documentation. Quick instructions:

./configure --prefix=$HOME/opt
make
make doc # optional
make test # optional

User documentation can be found at user-doc/html/index.html. Developer documentation can be found at developer-doc/html/index.html. Pre-compiled documentation is available online, so this is only required if you are working with a modified version of the code!

In order to run PLUMED without installing it you should type source sourceme.sh. However, we recomment installing PLUMED. To install it in $HOME/opt (directory should be set during ./configure):

umask 022
make install

Now you will be able to run plumed using e.g.

plumed help

If you compiled your own documentation, paths to the installed documentation can be found with command plumed info --user-doc.

A sample modulefile with environment variable will be placed in $HOME/opt/lib/plumed/src/lib/modulefile. This can be useful if you want to install multiple PLUMED versions side by side and select them with env modules.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].