Skip to content
Snippets Groups Projects
Commit 7d57083b authored by Pascal Engeler's avatar Pascal Engeler
Browse files

Added requirements

parent f27c4379
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ such that it is flexible enough to adapt easily to any given situation. The list
contents is the following:
1. [ RBComb simulation framework. ](#RSF)
2. [ Prerequisites. ](#prerequisites)
2. [ Unit tests](#UT)
3. [ Implementing a new project. ](#INP)
4. [ Classes. ](#Classes)
......@@ -27,7 +28,16 @@ contents is the following:
- [ Grabber. ](#grabber)
- [ System. ](#system)
<a name="prerequisites"></a>
## Prerequisites
In order to work with the framework provided here, the following prerequisites are
required
- Make
- LAPACK (for the `Diagonalizer`)
- On OSX this is provided (automagically?) through the framework `Accelerate`
- gcc-9 or newer (for C++2a features like efficient branching)
- The only other compiler supporting necessary C++2a features at the time of writing is `EDG eccp`.
- python 3
<a name="UT"></a>
## Unit tests
......
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