Module hardware_compilation

Source
Expand description

Enhanced Hardware-Specific Compilation Algorithms

This module provides advanced quantum gate decomposition and compilation algorithms specifically optimized for different quantum hardware platforms, including superconducting qubits, trapped ions, photonic systems, and neutral atoms.

Structs§

CacheStatistics
Cache statistics
CompilationPerformanceMonitor
Performance monitoring for compilation
CompilationPerformanceStats
Compilation performance statistics
CompilationTolerances
Compilation tolerances
CompiledGate
Compiled gate representation
DecompositionCache
Cache for decomposed gates
ErrorModel
Error model for hardware
HardwareCompilationConfig
Hardware-specific compilation configuration
HardwareCompiler
Hardware-specific quantum compiler
HardwareOptimizationEngine
Hardware optimization engine
HardwareTopology
Hardware topology constraints
NativeGateSet
Native gate sets for different hardware platforms
OptimizationMetrics
Optimization metrics
OptimizationRecord
Optimization record for history tracking
OptimizedSequence
Optimized gate sequence
ParameterConstraints
Parameter constraints for native gates
PlatformConstraints
Platform-specific constraints
TimingConstraints
Timing constraints for hardware

Enums§

GateLimitation
Gate limitations for platforms
HardwarePlatform
Hardware platform types for compilation
NativeGateType
Native gate types for hardware platforms
OptimizationObjective
Optimization objectives for compilation

Traits§

PlatformOptimizer
Platform-specific optimization trait