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
-
3
1
Phase Space Example
4
2
====================
5
3
This page is basically to demonstrate, how the PhaseSpace class with N
Original file line number Diff line number Diff line change 1
1
About this project
2
2
==================
3
3
The **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,
5
5
concentrating on the logic and leaving all the complex memory management and optimisations to the C++ library.
6
6
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 .
8
8
9
9
The 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.
11
11
12
12
13
13
.. _Hydra : https://github.com/MultithreadCorner/Hydra
@@ -18,11 +18,10 @@ Python 2.7, and 3.x are supported.
18
18
Core features
19
19
*************
20
20
The core functionality of Hydra has been exposed to Python.
21
-
22
21
The following core C++ features of Hydra can be mapped to Python:
23
22
24
23
- The continuous expansion of the original Hydra library.
25
- - Support for `` particles `` with ``Vector4R `` class.
24
+ - Support for particles with ``Vector4R `` class.
26
25
- Support for containers like ``Events `` or ``Decay ``.
27
26
28
27
You can’t perform that action at this time.
0 commit comments