Giter Club home page Giter Club logo

mdanalysis's Introduction

README

This package is modified by Jia-Xin Zhu on the basis of MDAnalysis v2.3.0.

selection based on relative positions

Explanation... Example...

LAMMPSDUMP reader

Explanation...

XYZ writer

If writing XYZ file with mda.Writer.write and the dimension is not None, the cell parameters and the pbc info will be written in the second row. This allows the cell parameters can be read by ASE from the output XYZ file.

Example:

import MDAnalysis as mda

u = mda.Universe("topo.psf",
                 "test.lammpstrj",
                 topology_format="PSF",
                 format="LAMMPSDUMP")
with mda.Writer("output.xyz") as W:
    for ts in u.trajectory:
        W.write(u)

XYZ topology

If there are atomic charges info included in extended xyz file, these charges will be read into the Universe object.

mdanalysis's People

Contributors

richardjgowers avatar orbeckst avatar kain88-de avatar jbarnoud avatar tylerjereddy avatar ialibay avatar hmacdope avatar utkbansal avatar zemanj avatar lilyminium avatar jdetle avatar dotsdl avatar rmeli avatar mnmelo avatar bieniekmateusz avatar ayushsuhane avatar seb-buch avatar mtiberti avatar wouterboomsma avatar nmichaud avatar davidercruz avatar sseyler avatar denniej0-2 avatar picocentauri avatar jmborr avatar palnabarun avatar ninadbhat avatar jandom avatar xiki-tempula avatar yuxuanzhuang 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.