Skip to content

Commit 298086f

Browse files
authored
Update utils.py
1 parent a748bd5 commit 298086f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

quick/circuit/utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from __future__ import annotations
1919

2020
__all__ = [
21-
"const"
21+
"const",
2222
"decompose_multiplexor_rotations",
2323
"multiplexed_rz_angles",
2424
"extract_uvr_matrices",
@@ -568,4 +568,5 @@ def reshape(
568568

569569
result_index += dim # type: ignore
570570

571-
return reshaped
571+
572+
return reshaped

0 commit comments

Comments
 (0)