We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2c98a commit a060951Copy full SHA for a060951
cirq-core/cirq/linalg/transformations.py
@@ -29,7 +29,7 @@
29
# user provides a different np.array([]) value.
30
RaiseValueErrorIfNotProvided: np.ndarray = np.array([])
31
32
-_NPY_MAXDIMS = 64
+_NPY_MAXDIMS = np.MAXDIMS
33
34
35
def reflection_matrix_pow(reflection_matrix: np.ndarray, exponent: float):
0 commit comments