Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 647 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 647 Bytes

cleedpy

Python port of the CLEED code written by Georg Held.

Installation

The easiest way to install the package is via pip:

pip install cleedpy

Usage

The cleedpy package provides a command line interface (CLI) to the tools to manage LEED calculations. Those include: rfactor, search and leed programs. Each program can be called with the cleedpy- prefix, e.g. cleedpy-rfactor:

cleedpy-rfactor --config config.yaml

Documentation

The documentation is available at the Wiki page of the repository.

License

MIT