Skip to content

Commit

Permalink
code factor
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFerracin committed Feb 9, 2024
1 parent 4413c42 commit be3362a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mrmustard/physics/triples.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
various states and transformations.
"""

import numpy as np
from typing import Generator, Iterable, Union
from mrmustard import math
from mrmustard.utils.typing import Matrix, Vector, Scalar

import numpy as np


# ~~~~~~~~~
# Utilities
Expand Down

0 comments on commit be3362a

Please sign in to comment.