mirror of
https://codeberg.org/Yael-II/MSc2-Project-Chaos.git
synced 2026-03-15 04:16:26 +01:00
README update
This commit is contained in:
22
README.md
22
README.md
@@ -43,9 +43,21 @@ The result of the simulations are saved in the Output directory, with the prefix
|
|||||||
```
|
```
|
||||||
./area.sh
|
./area.sh
|
||||||
```
|
```
|
||||||
3. To run the tests, use
|
3. To run the tests, use:
|
||||||
- `./test_potentials.sh` to test the potentials;
|
- To test the potentials
|
||||||
- `./test_evolution.sh` to test the evolution of a particle in a HH potential;
|
```bash
|
||||||
- `./test_initial_E.sh` to test the generation of particles in this potential with a given energy;
|
./test_potentials.sh
|
||||||
- `./time_poincare_sections.sh` to get the running time of both Poincaré sections computations (parallel vs. linear algorithms).
|
```
|
||||||
|
- to test the evolution of a particle in a HH potential:
|
||||||
|
```bash
|
||||||
|
./test_evolution.sh
|
||||||
|
```
|
||||||
|
- To test the generation of particles in this potential with a given energy
|
||||||
|
```bash
|
||||||
|
./test_initial_E.sh
|
||||||
|
```
|
||||||
|
- To get the running time of both Poincaré sections computations (parallel vs. linear algorithms)
|
||||||
|
```bash
|
||||||
|
./time_poincare_sections.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user