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

https://github.com/glotzerlab/pythia

A library to generate numerical descriptions of particle systems.
https://github.com/glotzerlab/pythia

Last synced: 11 months ago
JSON representation

A library to generate numerical descriptions of particle systems.

Awesome Lists containing this project

README

          

# Pythia

[![PyPI](https://img.shields.io/pypi/v/pythia-learn.svg?style=flat)](https://pypi.org/project/pythia-learn/)
[![ReadTheDocs](https://img.shields.io/readthedocs/pythia-learn.svg?style=flat)](https://pythia-learn.readthedocs.io/en/latest/)
[![CircleCI](https://img.shields.io/circleci/project/github/glotzerlab/pythia/master.svg)](https://circleci.com/gh/glotzerlab/pythia)

Pythia is a library to generate numerical descriptions of particle
systems.

## Documentation

See the full documentation at https://pythia-learn.readthedocs.io
. Alternatively, build it from source:

```
cd doc
make html
```