![]() |
Raises a matrix with two opposing eigenvalues to a power.
cirq.linalg.reflection_matrix_pow(
reflection_matrix: np.ndarray,
exponent: float
)
Args | |
---|---|
reflection_matrix
|
The matrix to raise to a power. |
exponent
|
The power to raise the matrix to. |
Returns | |
---|---|
The given matrix raised to the given power. |