dag.extend_back() not general and dag.compose_back() hard to use #3769
Labels
status: pending PR
It has one or more PRs pending to solve this issue
type: enhancement
It's working, but needs polishing
DAGCircuit.extend_back()
was created as a wrapper aroundDAGCircuit.compose_back()
, making the wiring requirements more relaxed (allows partial wiring). But it is not general and only works on physically-embedded circuits (see #3762 (review)). I think we should just remove this method and makecompose_back()
also work with partial wirings.The text was updated successfully, but these errors were encountered: