Expand description
Linear algebra operations for quantum simulation using SciRS2
This module provides optimized linear algebra operations for quantum
simulation by leveraging SciRS2’s BLAS/LAPACK bindings when available.
Functions§
- apply_
unitary - Matrix-vector multiplication for quantum state evolution
- is_
unitary - Check if a matrix is unitary (U†U = I)
- partial_
trace - Compute the partial trace over specified qubits
- tensor_
product - Compute the tensor product of two matrices