LogicalQ.Transpilation.UnBox ============================ .. py:module:: LogicalQ.Transpilation.UnBox Classes ------- .. autoapisummary:: LogicalQ.Transpilation.UnBox.UnBox Functions --------- .. autoapisummary:: LogicalQ.Transpilation.UnBox.unbox_condition LogicalQ.Transpilation.UnBox.UnBoxTask Module Contents --------------- .. py:class:: UnBox Bases: :py:obj:`qiskit.transpiler.basepasses.TransformationPass` ``UnBox`` transpilation pass unboxes BoxOp's. .. 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. .. py:function:: unbox_condition(property_set) .. py:function:: UnBoxTask()