Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:language_reference:functions:ytozmatrix [2018/09/25 16:24] – Added Option addSpin Simon Heinzedocumentation:language_reference:functions:ytozmatrix [2025/11/20 03:29] (current) – external edit 127.0.0.1
Line 62: Line 62:
 print(op) print(op)
  
-opY = Rotate(op, YtoZMatrix(Orbitals))+opZ = Rotate(op, YtoZMatrix(Orbitals))
 print("Operator on a basis of tesseral harmonics") print("Operator on a basis of tesseral harmonics")
-print(opY)+print(opZ)
 </code> </code>
  
Print/export