Skip to content

Commit

Permalink
📝 Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EarlMilktea committed Oct 19, 2024
1 parent 04861fb commit b552772
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions docs/source/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ This module defines standard data structure for pattern commands.
.. autoclass:: MeasureUpdate


:mod:`graphix.pauli` module
+++++++++++++++++++++++++++
:mod:`graphix.fundamentals` module
++++++++++++++++++++++++++++++++++

This module defines standard data structure for Pauli operators, measurement planes and their transformations.
This module defines fundamental components of quantum computing.

.. automodule:: graphix.pauli
.. automodule:: graphix.fundamentals

.. currentmodule:: graphix.pauli
.. currentmodule:: graphix.fundamentals

.. autoclass:: Axis
:members:
Expand All @@ -51,8 +51,16 @@ This module defines standard data structure for Pauli operators, measurement pla
.. autoclass:: Plane
:members:

.. autoclass:: Pauli
:mod:`graphix.pauli` module
+++++++++++++++++++++++++++

This module defines standard data structure for Pauli operators.

.. automodule:: graphix.pauli

.. currentmodule:: graphix.pauli

.. autoclass:: Pauli

:mod:`graphix.instruction` module
+++++++++++++++++++++++++++++++++
Expand Down Expand Up @@ -96,8 +104,3 @@ This module defines standard data structure for gate seqence (circuit model) use
.. currentmodule:: graphix.states

.. autoclass:: State





0 comments on commit b552772

Please sign in to comment.