Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Duumbo authored Jun 6, 2024
1 parent d2b812b commit fa95766
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,20 @@
## Purpose
Implementation of an impurity solver for the Hubbard model.

### Requirements
- lapack
- blas
- pfapack or gfortran
You can choose your implementation for blas, I use intel-mkl. Simply modify the `Cargo.toml` for your preference.

## Build
To build, simply
```shell
cargo build
cargo build -r
```
To run the main script,
```shell
cargo run
cargo run -r
```

# Run Tests
Expand Down

0 comments on commit fa95766

Please sign in to comment.