Skip to content

ZekiZeybek/WinterschoolBarcelona2021

 
 

Repository files navigation

Tutorials for DMRG and TDVP

This is a set of tutorials for the winter school of the European Tensor Network held in September 2021 in Barcelona.

The tutorials are split into two sessions.

In the first session, we will use very small "toy codes" that require only Python with numpy + scipy and should give you a good idea how the algorithms work. All files for this are in the folder toycodes, and you need to look into them during the tutorials to see how they work. (It should not be necessary to modify them.)

In the second session, we will use the TeNPy library to setup more advanced calculations in the folder tenpy.

Lecture notes

The IntroDMRG.pdf and IntroTDVP.pdf are the notes written down in the lecture itself. I've also added the prepared lecture notes with a slightly cleaner hand writing (and an extra page in the end of DMRG, that I skipped during the lecture due to time constraints).

The references are:

Setup

Running locally: If you have a working Python installation, feel free to solve all the exercises locally on your own computer. For the second part, you need to install TeNPy, which is often just a conda install physics-tenpy or pip install physics-tenpy, depending on your setup.

Jupyter notebooks: We recommend solving the exercises interactively with jupyter notebooks. You can get it with conda install jupyterlab and then runjupyter-lab, which opens an interactive coding session in your web browser.

Running notebooks on Google colab: You can also use Google's colab cloud service to run the jupyter notebooks without any local installation. Use this option if you have any trouble with your local installation. In this case, you need to pip install git+git://github.com/jhauschild/WinterschoolBarcelona2021 to allow the notebooks to find the toy codes. (It's already as a comment at the top of the notebooks.)

License

All codes are released under GPL (v3) given in the file LICENSE, which means you can freely copy, share and distribute the code. They toycodes in the folder toycodes are based on the toycodes distributed with TeNPy (also under the GPL).

About

Introduction to DMRG, TDVP and TeNPy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 89.4%
  • Python 10.6%