MCPcopy Create free account
hub / github.com/GitsSaikat/PyGen / __init__

Method __init__

data/QEC/reference_code.py:42–43  ·  view source on GitHub ↗
(self, config: QECConfig)

Source from the content-addressed store, hash-verified

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"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected