We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 759d6a9 + eafd0f4 commit d6d3f5dCopy full SHA for d6d3f5d
1 file changed
README.md
@@ -1,6 +1,8 @@
1
# DecayGenerator
2
A small project to generate double beta decays (with and without neutrinos). Return energies and angles between electrons in the decay.
3
4
+
5
6
## Installation
7
The following projects are required for successfull compilation:
8
* GSL (GNU Scientific Library)
@@ -15,12 +17,13 @@ In order to compile it do:
15
17
~~~~
16
18
> cmake
19
> make
20
21
22
This sohuld produce "lib" folder with libDecayGenerator.so
23
24
## Usage in python
25
-In order to use the package in Python just add the folder with `libDecayGenerator.so` to your sys path as :
26
+In order to use the package in Python just add the folder with `libDecayGenerator.so` to your sys path as :
27
```python
28
import sys
29
sys.path.append("/path/to/the/decayer/lib/")
0 commit comments