mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-09 20:48:53 +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)
|
* [Python](#python)
|
||||||
* [Rust](#rust)
|
* [Rust](#rust)
|
||||||
* [OCaml](#ocaml)
|
* [OCaml](#ocaml)
|
||||||
|
* [Haskell](#haskell)
|
||||||
* [Citation](#citation)
|
* [Citation](#citation)
|
||||||
* [Miscellaneous](#miscellaneous)
|
* [Miscellaneous](#miscellaneous)
|
||||||
|
|
||||||
@ -333,6 +334,14 @@ make
|
|||||||
opam install .
|
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
|
## Citation
|
||||||
|
|
||||||
The journal article reference describing TREXIO can be cited as follows:
|
The journal article reference describing TREXIO can be cited as follows:
|
||||||
|
Loading…
Reference in New Issue
Block a user