Expand description
Gate translation for different hardware backends
This module provides comprehensive gate translation capabilities, converting gates between different hardware native gate sets and decomposing complex gates into hardware-supported operations.
Structs§
- Backend
Constraints - Backend-specific constraints
- Decomposed
Gate - Decomposed gate representation
- Gate
Translator - Gate translator for converting between gate sets
- Native
Gate Set - Native gate set for a hardware backend
- Timing
Constraints - Timing constraints for hardware
- Translation
Optimizer - Translation optimizer that minimizes gate count or error
- Translation
Rule - Translation rule for a specific gate
- Translation
Stats - Get translation statistics for a circuit
Enums§
- Hardware
Backend - Hardware backend types
- Optimization
Strategy - Optimization strategies for translation
- Rotation
Axis - Rotation axes supported by hardware
- Synthesis
Method - Synthesis methods for gate decomposition
- Translation
Method - Methods for translating gates
Functions§
- validate_
native_ circuit - Validate that a circuit uses only native gates