Skip to content

Commit

Permalink
Merge pull request #174 from sheepforce/haskell-readme
Browse files Browse the repository at this point in the history
add Haskell bindings section to README
  • Loading branch information
q-posev authored Jan 6, 2025
2 parents ccb9bf8 + 43eb5f1 commit 3321cb3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ single- and/or multi-reference wave functions:
* [Python](#python)
* [Rust](#rust)
* [OCaml](#ocaml)
* [Haskell](#haskell)
* [Citation](#citation)
* [Miscellaneous](#miscellaneous)

Expand Down Expand Up @@ -333,6 +334,14 @@ make
opam install .
```

### Haskell

The Haskell bindings are available at <https://github.com/TREX-CoE/trexio-hs> and published on Hackage <https://hackage.haskell.org/package/trexio-hs>.
```
cabal update
cabal install trexio-hs
```

## Citation

The journal article reference describing TREXIO can be cited as follows:
Expand Down

0 comments on commit 3321cb3

Please sign in to comment.