EnlargeWithAncilla

class EnlargeWithAncilla(*args, **kwargs)[source]

Extend the dag with virtual qubits that are in layout but not in the circuit yet.

Extend the DAG circuit with new virtual qubits (ancilla) that are specified in the layout, but not present in the circuit. Which qubits to add are previously allocated in the layout property, by a previous pass.

Attributes

EnlargeWithAncilla.is_analysis_pass

Check if the pass is an analysis pass.

EnlargeWithAncilla.is_transformation_pass

Check if the pass is a transformation pass.

Methods

EnlargeWithAncilla.name()

Return the name of the pass.

EnlargeWithAncilla.run(dag)

Run the EnlargeWithAncilla pass on dag.