pub type DDHardwareAdaptationConfig = DDHardwareConfig;Expand description
Type alias for backward compatibility with tests
Aliased Type§
pub struct DDHardwareAdaptationConfig {
pub enable_hardware_aware: bool,
pub gate_set_constraints: bool,
pub connectivity_constraints: bool,
pub timing_constraints: bool,
pub pulse_optimization: DDPulseConfig,
pub error_characterization: bool,
pub enable_platform_optimization: bool,
pub enable_calibration_integration: bool,
pub supported_platforms: Vec<PlatformType>,
pub target_platform: Option<PlatformType>,
}Fields§
§enable_hardware_aware: boolEnable hardware-aware optimization
gate_set_constraints: boolAccount for gate set constraints
connectivity_constraints: boolAccount for connectivity constraints
timing_constraints: boolAccount for timing constraints
pulse_optimization: DDPulseConfigHardware-specific pulse optimization
error_characterization: boolError characterization integration
enable_platform_optimization: boolEnable platform optimization
enable_calibration_integration: boolEnable calibration integration
supported_platforms: Vec<PlatformType>Supported platforms
target_platform: Option<PlatformType>Target platform for optimization