Algorithms: DMRG ================ See as well the examples for :ref:`examples/mps/algebra:Multiplication`, which contains DMRG and variational MPS compression. .. code-block:: python import numpy as np import yastn import yastn.tn.mps as mps config_kwargs = {"backend": "np"} Low energy states of the XX model --------------------------------- In order to execute :ref:`DMRG` we need the hermitian operator (typically a Hamiltonian) written as MPO and an initial guess for MPS. Here is a simple example of DMRG used to obtain the ground state of quadratic Hamiltonian. .. literalinclude:: /../../tests/mps/test_dmrg.py :pyobject: test_dmrg_XX_model_dense .. literalinclude:: /../../tests/mps/test_dmrg.py :pyobject: run_dmrg The same can be done for other symmetries: .. literalinclude:: /../../tests/mps/test_dmrg.py :pyobject: test_dmrg_XX_model_U1