Skip to content

Commit

Permalink
Update distributions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiB123 committed Jan 16, 2025
1 parent 7de3db4 commit 495f2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials-v5/visualization/distributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Author: Mathis Beaudoin (2025)
This notebook shows how to use probability distributions inside QuTiP. We begin by importing the necessary packages.

```python
from qutip import fock
from qutip import fock, about
from qutip.distributions import HarmonicOscillatorWaveFunction
from qutip.distributions import HarmonicOscillatorProbabilityFunction
import matplotlib.pyplot as plt
Expand Down

0 comments on commit 495f2af

Please sign in to comment.