Skip to content

Commit

Permalink
ctmrg (#22)
Browse files Browse the repository at this point in the history
* ctmrg

* Create UniformPeps.m

* remove plot tsvd + ctmrg tests

* Add CTMRG to docs

---------

Co-authored-by: Lander Burgelman <[email protected]>
Co-authored-by: leburgel <[email protected]>
  • Loading branch information
3 people authored Feb 8, 2024
1 parent 9c42010 commit 0eeb2fe
Show file tree
Hide file tree
Showing 12 changed files with 768 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Additionally, for tensors which are invariant under general global symmetries, v
lib/tensors
lib/sparse
lib/mps
lib/environments
lib/algorithms
lib/environments
lib/models
lib/utility
lib/caches
9 changes: 9 additions & 0 deletions docs/src/lib/algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ Infinite MPS algorithms
:members: changebonds


Infinite PEPS algorithms
------------------------

.. autoclass:: src.algorithms.Ctmrg
:no-members:
:members: fixedpoint



Eigsolvers
----------

Expand Down
3 changes: 2 additions & 1 deletion docs/src/lib/environments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Environments
This section contains the API documentation for the :mod:`.environments` module.

.. autoclass:: src.environments.FiniteEnvironment

.. autoclass:: src.environments.CtmrgEnvironment
:no-members:
3 changes: 3 additions & 0 deletions docs/src/lib/mps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ Operators
.. autoclass:: src.mps.PepsTensor
.. autoclass:: src.mps.PepsSandwich
:no-members:
.. autoclass:: src.mps.UniformPeps
:no-members:
:members: UniformPeps
Loading

0 comments on commit 0eeb2fe

Please sign in to comment.