File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1- .. image :: hydra_logo.png
2-
31Phase Space Example
42====================
53This page is basically to demonstrate, how the PhaseSpace class with N
Original file line number Diff line number Diff line change 11About this project
22==================
33The **Hydra.Python ** package provides the Python bindings for the header-only C++ `Hydra `_ library.
4- This library is an abstraction over the C++ library, so that daily work can be code and run with the Python language,
4+ This library is an abstraction over the C++ library, so that daily work can be coded and run with the Python language,
55concentrating on the logic and leaving all the complex memory management and optimisations to the C++ library.
66
7- The bindings are produced with `pybind11 `_. The project makes use of `CMAKE `_.
7+ The bindings are produced with `pybind11 `_. The project makes use of `CMAKE `_ for what concerns the building of the Hydra.Python library .
88
99The library is written with ``Linux `` systems in mind, but compatibility with other platforms may be achieved with "hacks".
10- Python 2.7, and 3.x are supported.
10+ Python versions 2.7, and 3.x are supported.
1111
1212
1313.. _Hydra : https://github.com/MultithreadCorner/Hydra
@@ -18,11 +18,10 @@ Python 2.7, and 3.x are supported.
1818Core features
1919*************
2020The core functionality of Hydra has been exposed to Python.
21-
2221The following core C++ features of Hydra can be mapped to Python:
2322
2423- The continuous expansion of the original Hydra library.
25- - Support for `` particles `` with ``Vector4R `` class.
24+ - Support for particles with ``Vector4R `` class.
2625- Support for containers like ``Events `` or ``Decay ``.
2726
2827
You can’t perform that action at this time.
0 commit comments