Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFerracin committed Mar 1, 2024
1 parent 53a7d08 commit 44d567b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrmustard/lab_dev/states/states.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Number(Ket):
>>> state = Number(modes=[0, 1], n=[10, 20], cutoff=20)
>>> assert state.modes == [0, 1]
Args:
modes: The modes of the number state.
n: The number of photons in each mode.
Expand All @@ -111,7 +111,7 @@ class Number(Ket):
where :math:`\ket{n_j}` is the eigenstate of the number operator on mode `j` with eigenvalue
:math:`n_j`.
"""

def __init__(
Expand Down

0 comments on commit 44d567b

Please sign in to comment.