We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd55e0d commit b8bb277Copy full SHA for b8bb277
cirq-core/cirq/devices/noise_properties.py
@@ -86,7 +86,7 @@ def noisy_moments(
86
split_measure_moments.append(circuits.Moment(split_measure_ops))
87
88
# Append PHYSICAL_GATE_TAG to non-virtual ops in the input circuit,
89
- # using `self.virtual_predicate` to determine virtuality.
+ # using `self.is_virtual` to determine virtuality.
90
new_moments = []
91
for moment in split_measure_moments:
92
virtual_ops = {op for op in moment if self.is_virtual(op)}
0 commit comments