quantrs2-tytan 0.1.3

High-level quantum annealing interface inspired by Tytan for the QuantRS2 framework
Documentation
//! # FaultToleranceAnalyzer - Trait Implementations
//!
//! This module contains trait implementations for `FaultToleranceAnalyzer`.
//!
//! ## Implemented Traits
//!
//! - `Default`
//!
//! 🤖 Generated with [SplitRS](https://github.com/cool-japan/splitrs)

use scirs2_core::random::prelude::*;
use scirs2_core::random::prelude::*;

use super::types::FaultToleranceAnalyzer;

impl Default for FaultToleranceAnalyzer {
    fn default() -> Self {
        Self::new()
    }
}