LogicalQ.Transpilation.ClearQEC =============================== .. py:module:: LogicalQ.Transpilation.ClearQEC Classes ------- .. autoapisummary:: LogicalQ.Transpilation.ClearQEC.ClearQEC Module Contents --------------- .. py:class:: ClearQEC Bases: :py:obj:`qiskit.transpiler.basepasses.TransformationPass` ``ClearQEC`` transpilation pass removes inessential QEC operations, excluding encoding but including encoding verification. .. py:method:: run(dag) Run a pass on the DAGCircuit. This is implemented by the pass developer. :param dag: the dag on which the pass is run. :raises NotImplementedError: when this is left unimplemented for a pass.