Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions demonstrations_v2/tutorial_liealgebra/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
##############################################################################
# The only new operator here is :math:`iY_0 Y_1,` which we add to the list of the DLA.
# We could continue this process with a second nesting layer but will find that no new operators are added past this point.
# We finally end up with the DLA :math:`\{X_0 X_1, Z_0, Z_1, iY_0 X_1, iX_0 Y_1, iY_0 Y_1\}`
# We finally end up with the DLA :math:`\{iX_0 X_1, iZ_0, iZ_1, iY_0 X_1, iX_0 Y_1, iY_0 Y_1\}`

for op in dla.basis:
print(op)
Expand Down Expand Up @@ -453,4 +453,4 @@ def IsingGenerators(n, bc="open"):
# "Quantum Computation, Complexity, and Many-Body Physics"
# `arXiv:quant-ph/0512209 <https://arxiv.org/abs/quant-ph/0512209>`__, 2005.
#
#
#