Skip to content

Commit

Permalink
reorder api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Dec 7, 2024
1 parent 2a68633 commit 3e50d4d
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions doc/source/api-reference/qibo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1267,13 +1267,6 @@ In addition to the abstract Hamiltonian models, Qibo provides the following
pre-coded Hamiltonians:


Heisenberg XXZ
^^^^^^^^^^^^^^

.. autoclass:: qibo.hamiltonians.XXZ
:members:
:member-order: bysource

Non-interacting Pauli-X
^^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -1326,6 +1319,22 @@ Max Cut
This is useful for systems that contain many qubits for which constructing
the full matrix is intractable.


Heisenberg model
^^^^^^^^^^^^^^^^

.. autoclass:: qibo.hamiltonians.Heisenberg
:members:
:member-order: bysource


Heisenberg XXZ
^^^^^^^^^^^^^^

.. autoclass:: qibo.hamiltonians.XXZ
:members:
:member-order: bysource

_______________________


Expand Down

0 comments on commit 3e50d4d

Please sign in to comment.