Skip to content

Commit

Permalink
Update README.md (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
drjbarker authored Aug 31, 2023
1 parent 5c6f28f commit 794f303
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ usual CMake flags `-DCMAKE_BUILD_TYPE=Debug` or `-DCMAKE_BUILD_TYPE=Release`.
```shell
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j 10
```

## Running
Expand Down Expand Up @@ -102,4 +103,4 @@ that the implementation in code can be written exactly the same as the maths on
paper (i.e. there are no arbitrary normalised units). We avoid Hartree atomic
units because the scales are quite a bit smaller than the relevant spin dynamic
scales and there's a high potential for bugs, for example because moments are
multiples of $2\mu_B$.
multiples of $2\mu_B$.

0 comments on commit 794f303

Please sign in to comment.