We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
O_xzx
1 parent 59c49b2 commit 18765eeCopy full SHA for 18765ee
1 file changed
docs/src/man/operators.md
@@ -22,7 +22,7 @@ using TensorKit, MPSKit, MPSKitModels
22
```@example operators
23
S_x = TensorMap(ComplexF64[0 1; 1 0], ℂ^2 ← ℂ^2)
24
S_z = TensorMap(ComplexF64[1 0; 0 -1], ℂ^2 ← ℂ^2)
25
-O_xzx = FiniteMPO(S_x ⊗ S_x ⊗ S_x);
+O_xzx = FiniteMPO(S_x ⊗ S_z ⊗ S_x);
26
```
27
28
The individual tensors are accessible via regular indexing. Note that the tensors are
0 commit comments