Expand description
Batch operations for quantum gates using SciRS2 parallel algorithms
Structs§
- Batch
Hadamard - Batch-optimized Hadamard gate using SciRS2
Functions§
- apply_
gate_ sequence_ batch - Apply multiple gates to a batch using SciRS2 batch operations
- apply_
single_ qubit_ gate_ batch - Apply a single-qubit gate to all states in a batch
- apply_
two_ qubit_ gate_ batch - Apply a two-qubit gate to all states in a batch
- batch_
state_ matrix_ multiply - Batch matrix multiplication Note: SciRS2 batch_matmul doesn’t support Complex numbers, so we implement our own
- compute_
expectation_ values_ batch - Parallel expectation value computation