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

fixed issue 4292 by updating latex drawer #4322

Merged
merged 7 commits into from
Apr 29, 2020

Conversation

artemiyburov
Copy link
Contributor

Summary

Fixes #4292

Details and comments

Fixed the issue by adding the check for initial_state input for classical bits (was present only for qubits). Now the classical and quantum inputs consistently show up depending on the value of the initial_state flag as suggested by @1ucian0 in the original issue.

@CLAassistant
Copy link

CLAassistant commented Apr 28, 2020

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@1ucian0 1ucian0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for this fix!

@kdk kdk added this to the 0.14 milestone Apr 29, 2020
@kdk kdk added the Changelog: Bugfix Include in the "Fixed" section of the changelog label Apr 29, 2020
@kdk kdk merged commit 43196a9 into Qiskit:master Apr 29, 2020
faisaldebouni pushed a commit to faisaldebouni/qiskit-terra that referenced this pull request Aug 5, 2020
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Luciano Bello <luciano.bello@ibm.com>
Co-authored-by: Ali Javadi-Abhari <ajavadia@users.noreply.github.com>
Co-authored-by: Kevin Krsulich <kevin.krsulich@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: Bugfix Include in the "Fixed" section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

initial_state=False is not honored by latex drawer in the classical wires
5 participants