Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
babacry committed Mar 8, 2025
1 parent fb02d0a commit 45db532
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cirq-core/cirq/linalg/decompositions.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ def kron_factor_4x4_to_2x2s(
Args:
matrix: The 4x4 unitary matrix to factor.
rtol: Per-matrix-entry relative tolerance on equality.
atol: Per-matrix-entry absolute tolerance on equality.
Returns:
A scalar factor and a pair of 2x2 unit-determinant matrices. The
Expand Down

0 comments on commit 45db532

Please sign in to comment.