Expand description
Batch operations for quantum circuits using SciRS2 parallel algorithms
This module provides efficient batch processing for quantum operations, leveraging SciRS2’s parallel computing capabilities for performance.
Modules§
- execution
- Batch circuit execution using SciRS2 parallel algorithms
- measurement
- Batch measurement operations using SciRS2 parallel algorithms
- operations
- Batch operations for quantum gates using SciRS2 parallel algorithms
- optimization
- Batch optimization for parameterized quantum circuits using SciRS2
Structs§
- Batch
Config - Configuration for batch operations
- Batch
Execution Result - Batch circuit execution result
- Batch
Measurement Result - Batch measurement result
- Batch
State Vector - Batch of quantum states for parallel processing
Traits§
- Batch
Gate Op - Trait for batch-optimized gates
Functions§
- create_
batch - Helper to create batches from a collection of states
- merge_
batches - Merge multiple batches into one
- split_
batch - Helper to split a large batch into smaller chunks