Skip to content

Commit 07066da

Browse files
committed
Remove unnecessary semicolon
1 parent 54adef2 commit 07066da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/appendix/symmetric_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ X = TensorMap(x_mat, V ← V)
8484
Z = TensorMap(z_mat, V ← V)
8585
8686
# combine single-site operators into two-site operator
87-
ZZ = Z ⊗ Z;
87+
ZZ = Z ⊗ Z
8888
```
8989

9090
We can easily verify that our operators have the desired form by checking their data in the

0 commit comments

Comments
 (0)