Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctmrg #22

Merged
merged 6 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading