Coder Social home page Coder Social logo

jonekoo / mdanalysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mdanalysis/mdanalysis

0.0 1.0 0.0 291.69 MB

MDAnalysis is a Python library to analyze molecular dynamics trajectories.

Home Page: http://www.mdanalysis.org

License: Other

Shell 0.35% Python 83.72% C 11.38% Makefile 0.16% GAMS 4.22% Ruby 0.16%

mdanalysis's Introduction

MDAnalysis Repository README

Build Status Coverage Status [*]

Documentation (latest release) Documentation (development version) User Google Group Developer Google Group Anaconda

MDAnalysis is a Python toolkit to analyze molecular dynamics trajectories generated by a wide range of popular simulation packages including DL_Poly, CHARMM, Amber, NAMD, LAMMPS, and Gromacs. (See the lists of supported trajectory formats and topology formats.)

import MDAnalysis as mda

# Load simulation results with a single line
u = mda.Universe('topol.tpr','traj.trr')

# Select atoms
ag = u.select_atoms('name OH')

# Atom data made available as Numpy arrays
ag.positions
ag.velocities
ag.forces

# Iterate through trajectories
for ts in u.trajectory:
    print(ag.center_of_mass())

Source code

Source code is hosted in a git repository at

https://github.com/MDAnalysis/mdanalysis

and is available under the GNU General Public License, version 2 (see the file LICENSE).

This is the top level of the master repository. It contains

  1. the MDAnalysis toolkit source files in the directory

    package/
    
  2. the unit tests together with any input files required for running those tests in the directory

    testsuite/
    

The directory maintainer contains scripts only needed for maintaining releases and are not generally useful for the user or the typical developer. The vm directory contains configurations for virtual machines.

(For more details on the directory layout see Issue 87 on the MDAnalysis issue tracker.)

[*]build: Unit testing is for the whole package; coverage is shown for the core library modules and the analysis modules (which excludes MDAnalysis.visualization at the moment).

mdanalysis's People

Contributors

alejob avatar andysomogyi avatar backpropper avatar comcon1 avatar cyanezstange avatar danielparton avatar denniej0-2 avatar dotsdl avatar endle avatar hainm avatar ivirshup avatar jandom avatar jbarnoud avatar jdetle avatar jjlights avatar jonekoo avatar kain88-de avatar mattiafelice-palermo avatar mnmelo avatar nmichaud avatar orbeckst avatar quantifiedcode-bot avatar richardjgowers avatar rmcgibbo avatar saxenauts avatar seb-buch avatar sseyler avatar tongpu avatar tylerjereddy avatar zyxue avatar

Watchers

 avatar

mdanalysis's Issues

Selection may not contain residues as a whole

Expected behaviour

In waterdynamics.WaterOrientationalRelaxation.run_bulk(...) The selection of atoms should contain water residues as a whole.

Actual behaviour

Currently it is not checked if the whole residue is contained in the analyzed selection.

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.