You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials-v5/visualization/distributions.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ for n in range(M):
112
112
113
113
### Harmonic Oscillator Probability Function
114
114
115
-
The class `HarmonicOscillatorProbabilityFunction` is equivalent to the class `HarmonicOscillatorWaveFunction` but in the case where we work with a density matrix. A ket can be given and it will automatically be transformed into a density matrix. We use the same example as before.
115
+
The class `HarmonicOscillatorProbabilityFunction` is the squared magnitude of the data that would normally be in `HarmonicOscillatorWaveFunction`. We use the same example as before.
0 commit comments