Giter Site home page Giter Site logo

omm_amber_cpp's Introduction

Build Status

Linux Build Status

What is it?

This project provides a basic C++ library for working with native Amber files.

In particular, it can:

  • Create an OpenMM System object from Amber topology files (note, CHAMBER-style topology files are not supported)
  • Read and write NetCDF trajectory and restart files

License

This code is distributed under the MIT license. See LICENSE for more details.

How to use it

Prerequisites

  1. You need OpenMM installed in order to build this library (and present in the default library search paths).
  2. You also need a NetCDF library installed in order to build NetCDF file support.

Building

  1. Run ./configure [options] <compiler>, where the supported compilers are either gnu, clang, or intel. Use the --help flag for a full list of options.
  2. Install via the command make install.

This will create a dynamic libamber.so and static libamber.a library that you can use to link to your own programs. It provides a header file (Amber.h) that needs to be included to provide access to the API.

The entire API lives inside the Amber namespace.

Testing

There are a set of unit tests covering most of the code and all of its core functionality. make test will run these tests (but you need to run make install first).

omm_amber_cpp's People

Contributors

swails avatar

Watchers

 avatar

Forkers

jchodera

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.