Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
documentation:language_reference:functions:ytozmatrix [2018/09/25 16:24] – Added Option addSpin Simon Heinzedocumentation: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("Operator on a basis of tesseral harmonics") print("Operator on a basis of tesseral harmonics")
-print(opY)+print(opZ)
 </code> </code>
  
Print/export