Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate circuit.combine and circuit.extend #4208

Merged
merged 50 commits into from
Mar 20, 2021

Conversation

ajavadia
Copy link
Member

@ajavadia ajavadia commented Apr 22, 2020

circuit.compose() covers all the functionality provided by circuit.combine/extend, and is more flexible. The only thing it doesn't do is handle cases where the RHS has extra registers. The only usecase I've seen for this is composing a circuit with another measurement circuit (which has extra creg). But I think this case is better handled by circuit.measure_all().

@1ucian0
Copy link
Member

1ucian0 commented Jun 27, 2020

Is this 0.15?

@kdk kdk added this to the 0.15 milestone Jun 30, 2020
@kdk kdk requested a review from a team as a code owner June 30, 2020 22:36
@kdk kdk added the on hold Can not fix yet label Oct 6, 2020
@kdk kdk removed the on hold Can not fix yet label Jan 6, 2021
@CLAassistant
Copy link

CLAassistant commented Feb 9, 2021

CLA assistant check
All committers have signed the CLA.

@kdk kdk added the Changelog: Deprecation Include in "Deprecated" section of changelog label Feb 19, 2021
@kdk kdk added the automerge label Mar 19, 2021
@mergify mergify bot merged commit 42e1830 into Qiskit:master Mar 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: Deprecation Include in "Deprecated" section of changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants