Skip to content

Commit ca2c67a

Browse files
authored
Add citation file (#268)
* Add Citation.cff * Add acknowledgements
1 parent cc18e95 commit ca2c67a

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

CITATION.cff

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: "Devos"
5+
given-names: "Lukas"
6+
orcid: "https://orcid.org/0000-0002-0256-4200"
7+
- family-names: "Haegeman"
8+
given-names: "Jutho"
9+
orcid: "https://orcid.org/0000-0002-0858-291X"
10+
title: "TensorKit.jl"
11+
version: 2.0.4
12+
doi: 10.5281/zenodo.1234
13+
date-released: 2017-12-18
14+
url: "https://github.com/github-linguist/linguist"
15+
preferred-citation:
16+
type: article
17+
authors:
18+
- family-names: "Devos"
19+
given-names: "Lukas"
20+
orcid: "https://orcid.org/0000-0002-0256-4200"
21+
- family-names: "Haegeman"
22+
given-names: "Jutho"
23+
orcid: "https://orcid.org/0000-0002-0858-291X"
24+
doi: "10.48550/arXiv.2508.10076"
25+
journal: "arXiv"
26+
title: "TensorKit.jl: A Julia package for large-scale tensor computations, with a hint of category theory"
27+
year: 2025

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Check out the [tutorial](https://jutho.github.io/TensorKit.jl/stable/man/tutoria
153153
full [documentation](https://jutho.github.io/TensorKit.jl/stable).
154154

155155
## Installation
156+
156157
`TensorKit.jl` can be installed with the Julia package manager.
157158
From the Julia REPL, type `]` to enter the Pkg REPL mode and run:
158159
```
@@ -180,3 +181,9 @@ platforms with a 64-bit architecture.
180181
Contributions are very welcome, as are feature requests and suggestions. Please open an [issue][issues-url] if you encounter any problems.
181182

182183
[issues-url]: https://github.com/Jutho/TensorKit.jl/issues
184+
185+
## Acknowledgements
186+
187+
The design and development of the TensorKit.jl package have benefited from countless discussions with many people, including most current and former members of the Quantum Group at Ghent University.
188+
Being an open-source software project developed over the course of many years, we also thank all past, current and future contributors, including the bug reports and feature requests that have shaped this package.
189+
In particular, we like to thank [Maarten Van Damme](@maartenvd), who initiated the MPSKit.jl package on top of TensorKit.jl early-on, and has as such had a strong influence on the development and design decisions of the TensorKit.jl package.

0 commit comments

Comments
 (0)