Skip to content

Python tools for LAMMPS calculation pre- and post- data processing. (Based on pandas datafram)

License

Notifications You must be signed in to change notification settings

permissionx/LAMMPyS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAMMPyS

LAMMPyS is a python library to manage the outputs of LAMMPS calculations.

Introduction

LAMMPyS acts as support tools for LAMMPS users to manage the outputs from LAMMPS calculations. MDtools makes it more convinient to extract uesful data or calculat some function that LAMMPS didn't supply or I didn't find from LAMMPS results. You are welcome to debug, optmize MDtools and add new functions to it.

Dependent packages

  • numpy  
  • scipy
  • pandas

Installation

LAMMPyS is developed on Python3 (Ubuntu) and is recommended to be used on Python3. It should be tested before you use it on Python2.

You can install it easily via pip

$ pip install LAMMPyS

Or via clone and install

$ git clone https://github.com/permissionx/LAMMPyS.git  
$ cd LAMMPyS
$ python setup.py install  

Usage

About

Python tools for LAMMPS calculation pre- and post- data processing. (Based on pandas datafram)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages