Skip to content

Commit

Permalink
rebase step 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjmurray committed Sep 30, 2024
1 parent e79b2af commit 2cdfe87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygsti/circuits/circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -3537,7 +3537,7 @@ def cnt(obj): # obj is either a simple label or a list
return sum([cnt(sub) for sub in obj])

return sum([cnt(layer_lbl) for layer_lbl in self._labels])

def _togrid(self, identity_name):
""" return a list-of-lists rep? """
d = self.num_layers
Expand Down

0 comments on commit 2cdfe87

Please sign in to comment.