Skip to content

Commit

Permalink
bl
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFerracin committed Feb 23, 2024
1 parent 3c6ee16 commit f6996d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mrmustard/lab_dev/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def light_copy(obj, duplicate: list[str]):
instance.__dict__.update({k: v for k, v in obj.__dict__.items() if k in duplicate})
return instance


def reshape_params(n_modes: str, **kwargs) -> Generator:
r"""
A utility function to turn the input parameters of states and gates into
Expand Down

0 comments on commit f6996d3

Please sign in to comment.