ErrorModelTrait

Trait ErrorModelTrait 

Source
pub trait ErrorModelTrait: Send + Sync {
    // Required methods
    fn characterize(&self, data: &ErrorData) -> ErrorCharacterization;
    fn predict_error(&self, operation: &QuantumOperation) -> f64;
}
Expand description

Error model trait

Required Methods§

Implementors§