Git Product home page Git Product logo

openmd's Introduction

What is OpenMD?

OpenMD is an open source molecular dynamics engine which is capable of efficiently simulating liquids, proteins, nanoparticles, interfaces, and other complex systems using atom types with orientational degrees of freedom (e.g. "sticky" atoms, point dipoles, and coarse-grained assemblies). Proteins, zeolites, lipids, transition metals (bulk, flat interfaces, and nanoparticles) have all been simulated using force fields included with the code. OpenMD works on parallel computers using the Message Passing Interface (MPI), and comes with a number of analysis and utility programs that are easy to use and modify. An OpenMD simulation is specified using a very simple meta-data language that is easy to learn.

Simulations are started in OpenMD using a single Molecular Dynamics (.omd) file. These files must start with the tag and must have two sections:

  1. a C-based <MetaData> section, and

  2. a <Snapshot> block for initial coordinate and velocity information.

Detailed descriptions of the structures of these files are available in the doc directory. Sample simulations are available in the samples directory.

What you need to compile and use OpenMD:

  1. A good C++ compiler. We've built and tested OpenMD on the following architecture & compiler combinations:
Architecture CXX Notes
macOS 10.14.6 (intel) c++ (Apple LLVM version 10.0, Open MPI 4.0.1)
macOS 10.14.6 (intel) g++ (GNU version 8.3.0)
Linux (Ubuntu 19.04 - x86_64) g++ (GNU version 8.3.0, Open MPI 3.1.3)
Linux (RHEL 7.6 - x86_64) icpc (Intel version 18.0.5, Open MPI 3.0.0)

OpenMD uses features in the standard template library (STL). Most (but not all) C++ compilers support these features.

  1. CMake, a cross-platform build system which is available at cmake.org Most Linux and some Unix distributions provide CMake as a standard package. If not, please download it, and make sure you get a recent version. Mac OS X users can either download the CMake installer or install it from the command line using macports.

  2. An implementation of MPI-2 is optional for the single processor version of OpenMD, but is required if you want OpenMD to run in parallel. We like OpenMPI. Other implementations of MPI-2 might work, but we haven't tried. You can get Open MPI here: open-mpi.org

  3. Other optional (but quite useful) libraries that will unlock some features of OpenMD:

  4. Some of the utility scripts depend on Python, NumPy, SciPy, and Perl.
    These interpreters are common installations on most flavors of Unix and Mac OS X.

Instructions

  1. Get, build, and test the required pieces above.
  2. mkdir build
  3. cd build
  4. cmake ..
  5. make
  6. umask 0022; sudo make install

That's it.

openmd's People

Contributors

gezelter avatar teng-lin avatar charlesvardeman avatar cfennell avatar patrick-louden avatar hemanta-bhattarai avatar jmichalka avatar crdrisko avatar kelseystocker avatar jmarr2013 avatar 123bacon321 avatar hsidky avatar lightningspud avatar serval2412 avatar adasilv3 avatar

Watchers

James Cloos 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.