Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.15 KB

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?