mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-09 04:43:24 +01:00
Merge pull request #174 from sheepforce/haskell-readme
add Haskell bindings section to README
This commit is contained in:
commit
3321cb3ce6
@ -56,6 +56,7 @@ single- and/or multi-reference wave functions:
|
||||
* [Python](#python)
|
||||
* [Rust](#rust)
|
||||
* [OCaml](#ocaml)
|
||||
* [Haskell](#haskell)
|
||||
* [Citation](#citation)
|
||||
* [Miscellaneous](#miscellaneous)
|
||||
|
||||
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user