Skip to content

Commit

Permalink
Fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloAndresCQ committed Sep 28, 2023
1 parent 14353fc commit 460736c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/modules/mps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ Matrix Product State (MPS)
Simulation
~~~~~~~~~~

.. autofunction:: pytket.extensions.cutensornet.mps.simulate

.. autoenum:: pytket.extensions.cutensornet.mps.ContractionAlg()
:members:

.. autoclass:: pytket.extensions.cutensornet.mps.ConfigMPS()

.. automethod:: __init__

.. autofunction:: pytket.extensions.cutensornet.mps.simulate
.. autoclass:: pytket.extensions.cutensornet.mps.CuTensorNetHandle


Classes
Expand Down Expand Up @@ -50,8 +53,6 @@ Classes

.. automethod:: __init__

.. autoclass:: pytket.extensions.cutensornet.mps.CuTensorNetHandle


Miscellaneous
~~~~~~~~~~~~~
Expand Down
3 changes: 2 additions & 1 deletion pytket/extensions/cutensornet/mps/mps.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ def __init__(
We suggest to use a value slightly below what your chosen
``float_precision`` can reasonably achieve. For instance, ``1e-16`` for
``np.float64`` precision (default) and ``1e-7`` for ``np.float32``.
loglevel: Internal logger output level.
loglevel: Internal logger output level. Use 30 for warnings only, 20 for
verbose and 10 for debug mode.
Raises:
ValueError: If both ``chi`` and ``truncation_fidelity`` are fixed.
Expand Down

0 comments on commit 460736c

Please sign in to comment.