back
Software
Restricted Access
3-Clause BSD License
SyTen: A symmetry-protected tensor networks toolkit in C++
Sam Mardazad1, Martin Grundner2, Felix Lachenmaier, Nils-Oliver Linden, Teresa Reinhard, Leo Stenzel, Andreas Swoboda, and Claudius Hubig
1Heriot-Watt University
2Ludwig-Maximilians-Universität München
First published:
Jan. 10, 2023
No permanent ID assigned yet. URL: https://opendata.physik.lmu.de/wMSyolmi9xgpy1Z
Keywords:
syten
tensor network
matrix product state
symmetry protected
c++
python
tree tensor networks
iPEPS
ground state
many particle
time evolution

Mardazad, S., Grundner, M., Lachenmaier, F., Linden, N., Reinhard, T., Stenzel, L., Swoboda, A., and Hubig, C. (2023): SyTen: A symmetry-protected tensor networks toolkit in C++. LMU Munich, Faculty of Physics. (Software). URL: https://syten.eu

wget and curl are the two standard tools that are available on most Linux and macOS computers. wget contains a feature for downloading a list of files:
wget -x -nH -i 'https://opendata.physik.lmu.de/wMSyolmi9xgpy1Z/?list'
curl is missing a feature like that, but the same functionality can be created by combining curl and xargs:
curl 'https://opendata.physik.lmu.de/wMSyolmi9xgpy1Z/?list' | xargs -I URL -n1 bash -c 'curl --create-dirs -o ${1:31} ${1}' -- URL
Files