(self, config: QECConfig)
| 40 | """Simulates various types of quantum noise""" |
| 41 | |
| 42 | def __init__(self, config: QECConfig): |
| 43 | self.config = config |
| 44 | |
| 45 | def create_noise_model(self) -> NoiseModel: |
| 46 | """Create a noise model for simulation""" |
nothing calls this directly
no outgoing calls
no test coverage detected