Skip to content

Commit 058f5e8

Browse files
committed
Update README.md to include current citiation information
1 parent 60efac4 commit 058f5e8

File tree

1 file changed

+46
-14
lines changed

1 file changed

+46
-14
lines changed

README.md

Lines changed: 46 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ variPEPS is the Python variant of the tensor network library developed for
99
variational ground state simulations in two spatial dimensions applying gradient
1010
optimization using automatic differentation.
1111

12-
For a detailed report on the method, please see our publication currently available as preprint on arXiv: [https://arxiv.org/abs/2308.12358](https://arxiv.org/abs/2308.12358).
12+
For a detailed report on the method, please see our publications listed at the
13+
end of this readme.
1314

1415
## Installation
1516
### Installation using pip
@@ -20,13 +21,29 @@ $ python3 -m pip install variPEPS
2021

2122
## Usage
2223

23-
For detailed information how to use the package we want to point out to the [documentation of the project](https://varipeps.readthedocs.io/en/stable).
24+
For detailed information how to use the package we want to point out to the
25+
[documentation of the project](https://varipeps.readthedocs.io/en/stable).
2426

2527
## Citation
2628

27-
We are happy if you want to use the framework for your research. For the citation of our work we ask to use the following references (the publication with the method description, the Zenodo reference for this Git repository and the repository itself):
28-
* J. Naumann, E. L. Weerda, M. Rizzi, J. Eisert, and P. Schmoll, An introduction to infinite projected entangled-pair state methods for variational ground state simulations using automatic differentiation, SciPost Phys. Lect. Notes 86 (2024), doi:[10.21468/SciPostPhysLectNotes.86](https://doi.org/10.21468/SciPostPhysLectNotes.86).
29-
* J. Naumann, P. Schmoll, F. Wilde, and F. Krein, [variPEPS (Python version)](https://zenodo.org/doi/10.5281/zenodo.10852390), Zenodo.
29+
We are happy if you want to use the framework for your research. For the
30+
citation of our work we ask to use the following references (the publications
31+
with the method description and the Zenodo reference for this Git repository):
32+
* J. Naumann, E. L. Weerda, M. Rizzi, J. Eisert, and P. Schmoll, An introduction
33+
to infinite projected entangled-pair state methods for variational ground
34+
state simulations using automatic differentiation, SciPost Phys. Lect. Notes
35+
86 (2024),
36+
doi:[10.21468/SciPostPhysLectNotes.86](https://doi.org/10.21468/SciPostPhysLectNotes.86).
37+
* J. Naumann, E. L. Weerda, J. Eisert, M. Rizzi and P. Schmoll, Variationally
38+
optimizing infinite projected entangled-pair states at large bond dimensions:
39+
A split corner transfer matrix renormalization group approach, Phys. Rev. B
40+
111, 235116 (2025),
41+
doi:[10.1103/PhysRevB.111.235116](https://doi.org/10.1103/PhysRevB.111.235116).
42+
* J. Naumann, J. Eisert, P. Schmoll, Variational optimization of projected
43+
entangled-pair states on the triangular lattice,
44+
[arXiv:2510.04907](https://arxiv.org/abs/2510.04907)
45+
* J. Naumann, P. Schmoll, F. Wilde, and F. Krein, [variPEPS (Python
46+
version)](https://zenodo.org/doi/10.5281/zenodo.10852390), Zenodo.
3047

3148
The BibTeX code for these references are:
3249
```bibtex
@@ -41,17 +58,32 @@ The BibTeX code for these references are:
4158
url={https://scipost.org/10.21468/SciPostPhysLectNotes.86},
4259
}
4360
44-
@misc{naumann2025variationallyoptimizinginfiniteprojected,
45-
title={Variationally optimizing infinite projected entangled-pair states at large bond dimensions: A split-CTMRG approach},
46-
author={Jan Naumann and Erik Lennart Weerda and Jens Eisert and Matteo Rizzi and Philipp Schmoll},
47-
year={2025},
48-
eprint={2502.10298},
49-
archivePrefix={arXiv},
50-
primaryClass={cond-mat.str-el},
51-
url={https://arxiv.org/abs/2502.10298},
61+
@article{PhysRevB.111.235116,
62+
title = {Variationally optimizing infinite projected entangled-pair states at large bond dimensions: A split corner transfer matrix renormalization group approach},
63+
author = {Naumann, Jan and Weerda, Erik L. and Eisert, Jens and Rizzi, Matteo and Schmoll, Philipp},
64+
journal = {Phys. Rev. B},
65+
volume = {111},
66+
issue = {23},
67+
pages = {235116},
68+
numpages = {12},
69+
year = {2025},
70+
month = {Jun},
71+
publisher = {American Physical Society},
72+
doi = {10.1103/PhysRevB.111.235116},
73+
url = {https://link.aps.org/doi/10.1103/PhysRevB.111.235116}
5274
}
5375
54-
@software{naumann24_varipeps_python,
76+
@misc{naumann2025variationaloptimizationprojectedentangledpair,
77+
title={Variational optimization of projected entangled-pair states on the triangular lattice},
78+
author={Jan Naumann and Jens Eisert and Philipp Schmoll},
79+
year={2025},
80+
eprint={2510.04907},
81+
archivePrefix={arXiv},
82+
primaryClass={cond-mat.str-el},
83+
url={https://arxiv.org/abs/2510.04907},
84+
}
85+
86+
@software{naumann_varipeps_python,
5587
author = {Jan Naumann and Philipp Schmoll and Frederik Wilde and Finn Krein},
5688
title = {{variPEPS (Python version)}},
5789
howpublished = {Zenodo},

0 commit comments

Comments
 (0)