Next-generation Python interface to the HepMC high-energy physics event record API
Project description
pyhepmc-ng is an alternative wrapper of the HepMC-v3 C++ library.
The official wrapper is [pyhepmc](https://pypi-hypernode.com/project/pyhepmc/). Why should you use this one?
pyhepmc-ng is easy to install
The command pip install pyhepmc-ng just works! You only need a compiler that supports C++11, everything else is handled by pip.
Under the hood, the bindings are build with the excellent [pybind11](http://pybind11.readthedocs.io/en/stable/) library. pybind11 is automatically installed as a requirement by pip. You don’t need an external installation of the HepMC library, either. A copy of this light-weight library is included.
The original pyhepmc package is not easy to install. It uses SWIG to create the bindings, which has to be installed separately. It also requires you to install the C++ library HepMC separately. When you try a pip-install, it will in general not work out-of-the-box. Instead you will get intimidating error messages, which are difficult to decipher.
pyhepmc-ng is actively developed
The last release of pyhepmc was May 2013.
pyhepmc-ng supports Pythonic code
pyhepmc-ng is not a blind mapping of C++ code to Python. It uses Python idioms where it is appropriate.
C++ methods which act like properties are represented as properties, e.g. GenParticle::set_status and GenParticle::status are mapped to a single GenParticle.status field in Python
Tuples and lists are implicitly convertible to FourVectors
ReaderAscii and WriterAscii support the context manager protocol
License: pyhepmc-ng is covered by the BSD license, but the license only applies to the binding code. The HepMC code is covered by the GPL-v3 license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyhepmc_ng-0.1.10.tar.gz
.
File metadata
- Download URL: pyhepmc_ng-0.1.10.tar.gz
- Upload date:
- Size: 77.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fa742a55c4103eec788db1027b214f37a4535a733fd88f5a3784ecc00866013 |
|
MD5 | 7b3495fc80eef44a0b1c58b59530192a |
|
BLAKE2b-256 | ba5a60c9ef456ed935983fc08308edecdff5e008f26acb52babcc8edebe6210a |