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:braket [2022/09/30 18:50] Maurits W. Haverkortdocumentation:language_reference:functions:braket [2022/09/30 18:51] (current) Maurits W. Haverkort
Line 38: Line 38:
 print(Braket(psi0,OppSz,psi0)) print(Braket(psi0,OppSz,psi0))
  
-print("The expectation value of a single state with two other states")+print("The expectation value of two states with a single state")
 print(Braket(psi0,OppSx,{psi0,psi1})) print(Braket(psi0,OppSx,{psi0,psi1}))
  
Line 50: Line 50:
 The expectation value of a single state The expectation value of a single state
 -0.5 -0.5
-The expectation value of a single state with two other states+The expectation value of two states with a single state
 { 0 , 0.5 } { 0 , 0.5 }
 The expectation value of a three states with two other states The expectation value of a three states with two other states
Print/export