Skip to content

Commit 39a5105

Browse files
🎨 pre-commit fixes
1 parent 4e556d7 commit 39a5105

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mlir/unittests/Dialect/QCO/Transforms/Optimizations/compute_expected_merge_single_qubit_rotation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,5 @@ def compute_merge(chain: list[tuple]) -> tuple[float, float, float, float]:
203203
]
204204

205205
if __name__ == "__main__":
206-
for name, chain in cases:
206+
for _name, chain in cases:
207207
theta, phi, lam, gphase = compute_merge(chain)
208-
print(f"{name}: U({theta}, {phi}, {lam}) gphase={gphase}")

0 commit comments

Comments
 (0)