input_map
and output_map
are missing from DAGCircuit
documentation
#11372
Labels
bug
Something isn't working
Environment
n/a
What is happening?
input_map
andoutput_map
seem to be important attributes of theDAGCircuit
.output_map
is used in a few transpiler passes, includingRemoveFinalResets
and in the base class of the padding passes. Its use was also suggested in a new pass I proposed at #11266 (comment). It would be nice if it were documented at https://docs.quantum.ibm.com/api/qiskit/qiskit.dagcircuit.DAGCircuitHow can we reproduce the issue?
n/a
What should happen?
The attributes should be documented
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: