Skip to content

Commit

Permalink
Update css_code.py
Browse files Browse the repository at this point in the history
typo, tab was missing...
  • Loading branch information
hetenyib authored Oct 30, 2023
1 parent 7d0c183 commit 6ed481a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qiskit_qec/circuits/css_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def __init__(
if set(stabilizer).intersection(set(gauge)) == set(gauge):
gauges.append(g)
self._gauges4stabilizers[j].append(gauges)
self.detectors, self.logicals = self.stim_detectors()
self.detectors, self.logicals = self.stim_detectors()

def _get_code_properties(self):
if isinstance(self.code, StabSubSystemCode):
Expand Down

0 comments on commit 6ed481a

Please sign in to comment.