Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
documentation:language_reference:functions:ytozmatrix [2018/09/25 16:24] – Added Option addSpin Simon Heinze | documentation:language_reference:functions:ytozmatrix [2018/09/25 16:29] (current) – minor typo Simon Heinze | ||
---|---|---|---|
Line 62: | Line 62: | ||
print(op) | print(op) | ||
- | opY = Rotate(op, YtoZMatrix(Orbitals)) | + | opZ = Rotate(op, YtoZMatrix(Orbitals)) |
print(" | print(" | ||
- | print(opY) | + | print(opZ) |
</ | </ | ||