Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/njzjz/car2lammpsdata

Convert car generated by Material Studio to lammps data file.
https://github.com/njzjz/car2lammpsdata

Last synced: about 2 months ago
JSON representation

Convert car generated by Material Studio to lammps data file.

Awesome Lists containing this project

README

        

# car2lammpsdata
Convert car generated by Material Studio to lammps data file.

## Installation

```sh
pip install car2lammpsdata
```

## Usage

Convert `methane.car` to `methane.data`:
```sh
car2lammpsdata -i methane.car -o methane.data -a C H O --atom-style=atomic
```

See help from
```sh
car2lammpsdata -h
```