Skip to content

Commit

Permalink
Updated tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpb committed Mar 16, 2024
1 parent a19c612 commit 84141ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bipartite entanglement entropy, and the expectation value of the squared spin op

Each unit cell of the honeycomb lattice consists of two sites. For a lattice with :math:`L=12` sites, we can choose a geometry with :math:`L_x=3` unit cells
in the x-direction, and :math:`L_y=2` unit cells in the y-direction. Then we will call the function ``get_neighbors`` to get a list of site pairs along each
of the three bond directions of the honeycomb lattice. After this, we call the function ``translation_order_list`` to get a list of all permutations of :math:`L`
of the three bond directions of the honeycomb lattice. After this, we call the function ``lattice_translations`` to get a list of all permutations of :math:`L`
sites which are equivalent via honeycomb lattice symmetries:

.. code-block::
Expand Down

0 comments on commit 84141ef

Please sign in to comment.