/TNSchool2018

European Tensor Network - School 2018

Primary LanguageJulia

References:

Finite MPS, DMRG and TDVP

  1. Complete the routines mps.jl, look for "TODO" comments in the code.
  2. Experiment with properties of the ground state, compute entanglement entropy and measure local expectation values
  3. Experiment with time evolution
  4. Add a two-site TDVP method, by duplicating the dmrg2sweep! method and making the necessary changes
  5. Experiment with different models, gapped and gapless states, ...

Uniform MPS, VUMPS and fixed points of MPO transfer matrices

  1. Complete the routines in mps.jl, look for "TODO" comments in the code.
  2. Compute the internal energy, free energy and entropy of the Ising model
  3. Experiment with different temperatures below and above the critical point
  4. Challenge: can you also compute the magnetization?