cirq.Moment.without_operations_touching

Moment.without_operations_touching(qubits: Iterable[cirq.ops.raw_types.QubitId])[source]

Returns an equal moment, but without ops on the given qubits.

Parameters:qubits – Operations that touch these will be removed.
Returns:The new moment.