GithubHelp home page GithubHelp logo

agneshh / pycpptraj Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 133.83 MB

Cpptraj API for Python: Data Analysis for Biomolecular Simulations

Shell 0.20% Python 3.59% Rebol 0.19% Logos 95.92% Makefile 0.01% C 0.01% C++ 0.09%

pycpptraj's Introduction

Build Status

Welcom to pycpptraj!

Aim: Write cpptraj wrapper for Python user

  • Short term goal: expose cpptraj library to Python
  • Very long term goal: glue most of useful library in [AMBER] (http://ambermd.org/) by Python:
    • tleap --> pyleap
    • paramfit --> pyparamfit
    • reduce --> pyreduce
    • ParmedTools
    • (add many more)
  • Why using pycpptraj:
    • It's fast
      • it's a wrapper of cpptraj (was written in C++ (by Daniel R. Roe))
      • it has interface with numpy. Data calculation are performed without copying to numpy array
      • (but it actually does not need numpy at all, just optional)
    • It has clean syntax
      • Python/Cython style with fancy indexing
    • It has been extensively testes
    • It's flexible:
      • you can write extension modules in either high (Python) or low (C/C++ or Cython) level

Status: pre-release version 0.1

Citing (optional):

  • cpptraj : [PTRAJ and CPPTRAJ] (http://pubs.acs.org/doi/abs/10.1021/ct400341p): Software for Processing and Analysis of Molecular Dynamics Trajectory Data Daniel R. Roe and Thomas E. Cheatham, III Journal of Chemical Theory and Computation 2013 9 (7), 3084-3095

  • pycpptraj : (in preparation)

Install

  • install libcpptraj: ./installs/libcpptraj.txt
  • installs pycpptraj: ./installs/pycpptraj.txt

Usage:

  • Make sure to export LD_LIBRARY_PATH before using

    • export LD_LIBRARY_PATH=$AMBERHOME/lib/:$LD_LIBRARY_PATH
    • or export LD_LIBRARY_PATH=$CPPTRAJHOME/lib:$LD_LIBRARY_PATH
  • Check ./examples/

Version I am working on:

  • Ambertools 14
  • Development version of cpptraj on github
  • Python 2.7.8 :: Anaconda 2.1.0 (64-bit)
  • Cython 0.21 and 0.22pre and development version of Cython

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.