Skip to content

Conversation

@mtreinish
Copy link
Member

Summary

This commit splits out the latex circuit visualization module into a
separate module. This completes the decomposition of all the circuit
visualization backends into separate modules.

Details and comments

Fixes #1104

This commit splits out the latex circuit visualization module into a
separate module. This completes the decomposition of all the circuit
visualization backends into separate modules.

Fixes Qiskit#1104
The text circuit drawer backend is not a public interface. We don't want
people to be confused and assume that we have a public api contract with
the public classes and functions in the module. This commit just renames
the module to indicate it's a private module.
jaygambetta
jaygambetta previously approved these changes Oct 23, 2018
@mtreinish
Copy link
Member Author

@jaygambetta the matplotlib backend was already split out into it's own module in #1105

@jaygambetta
Copy link
Member

yeah i realized

@jaygambetta
Copy link
Member

I think we just add a note in the changelog and I think we are good.

ajavadia
ajavadia previously approved these changes Oct 24, 2018
@mtreinish
Copy link
Member Author

I will push a commit adding this move to the changelog right now

@mtreinish mtreinish dismissed stale reviews from ajavadia and jaygambetta via 2cf5d82 October 24, 2018 13:28
@jaygambetta jaygambetta merged commit 856d3e5 into Qiskit:master Oct 24, 2018
lia-approves pushed a commit to edasgupta/qiskit-terra that referenced this pull request Jul 30, 2019
* Split out latex backend into a separate module

This commit splits out the latex circuit visualization module into a
separate module. This completes the decomposition of all the circuit
visualization backends into separate modules.

Fixes Qiskit#1104

* Make text drawer module private

The text circuit drawer backend is not a public interface. We don't want
people to be confused and assume that we have a public api contract with
the public classes and functions in the module. This commit just renames
the module to indicate it's a private module.

* Add changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Split Circuit Visualization Backends into separate modules

3 participants