Skip to main content

Generalized Molecular Dynamics Analysis Tool

Project description

Documentation Status Tests for GEMDAT Coverage

GEMDAT banner

GEMDAT

This repository contains Python code to analyse Molecular Dynamics simulations.

The code in this repository is based on: https://bitbucket.org/niekdeklerk/md-analysis-with-matlab/src/master/

Installation

To install:

pip install .[develop]

The source code is available from Github.

Suggestions, improvements, and edits are most welcome.

Usage

The following snippet can be used to test the code (provided that you have some VASP data or intermediate .mat files.

from gemdat import SimulationData, plot_all, plot

data = SimulationData.from_vasprun(Path('../example/vasprun.xml'), cache=Path('cache'))
extra = data.calculate_all(equilibration_steps=1250, diffusing_element='Li')

plot_all(data = data, **extra)

not yet available:

import gemdat
gemdat.analyse_md('<path to data>', 'Li', 'argyrodite')

Development

Check out our Contributing Guidelines to get started with development.

References

  • Niek J.J. de Klerk, Eveline van der Maas and Marnix Wagemaker, ACS Applied Energy Materials, (2018), doi: 10.1021/acsaem.8b00457

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

GEMDAT-0.0.1.tar.gz (15.1 kB view hashes)

Uploaded Source

Built Distribution

GEMDAT-0.0.1-py3-none-any.whl (35.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page