Skip to content
Snippets Groups Projects
Commit 1b71c63c authored by Oliver Kirsebom's avatar Oliver Kirsebom
Browse files

Update README.md

parent 37f90702
Branches master
No related tags found
No related merge requests found
......@@ -2,13 +2,13 @@
Fortran program to simulate beta-delayed particle emission.
# Detailed description
A detailed description can be found [here](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/description.pdf).
See also [this note](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/spincoeff.pdf) on the spin-dependent coefficients.
A detailed description can be found [here](description.pdf).
See also [this note](spincoeff.pdf) on the spin-dependent coefficients.
# Files
- Simulation program: [bedepe.f](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/bedepe.f)
- Example input file: [input0](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/input0)
- Program that calculates ξ and Θ: [spincoeff.f](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/spincoeff.f)
- Simulation program: [bedepe.f](bedepe.f)
- Example input file: [input0](input0)
- Program that calculates ξ and Θ: [spincoeff.f](spincoeff.f)
# Compile
First you must install CERNLIB. In Ubuntu this is easily accomplished with the command ```sudo apt-get install cernlib```.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment