Skip to content
Snippets Groups Projects
Commit 242518ab authored by Joseph Weston's avatar Joseph Weston
Browse files

fix typo in system docstring

parent 533d7938
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class System(metaclass=abc.ABCMeta):
the first site in the range, the number of orbitals on each site in the
range, and the offset of the first orbital of the first site in the
range. In addition, the final triple should have the form
``(len(graph.num_nodes), tot_norbs, 0)`` where ``tot_norbs`` is the
``(len(graph.num_nodes), 0, tot_norbs)`` where ``tot_norbs`` is the
total number of orbitals in the system.
Notes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment