Skip to content

Lightweight Python interface to read Les Houches Event (LHE) files

License

Notifications You must be signed in to change notification settings

UCSC-EarlAlmazan/pylhe

 
 

Repository files navigation

pylhe: Python LHE interface

GitHub Project DOI Scikit-HEP

PyPI version Supported Python versions

GitHub Actions Status Code Coverage pre-commit.ci status Code style: black

Small and thin Python interface to read Les Houches Event (LHE) files

Install

To install pylhe from PyPI you can just do

python -m pip install pylhe

and to get the required libraries to be able to visualize events install with the "viz" extra

python -m pip install pylhe[viz]

The visualization capabilities require external dependencies of Graphviz and LaTeX.

Citation

The preferred BibTeX entry for citation of pylhe is

@software{pylhe,
  author = {Lukas Heinrich and Matthew Feickert},
  title = "{pylhe: v0.2.1}",
  version = {v0.2.1},
  doi = {10.5281/zenodo.1217031},
  url = {https://github.com/scikit-hep/pylhe},
}

About

Lightweight Python interface to read Les Houches Event (LHE) files

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.4%
  • Dockerfile 3.6%