Add option in user config file to control `reverse_bits` in `circuit_drawer`
See original GitHub issueWhat should we add?
Currently, the user config file supports circuit_drawer
display options such as output
("text"
, “mpl
”, etc.). Including the ability to change the reverse_bits
option would allow users that prefer setting this option to True
to not have to explicitly set this parameter every time a circuit is drawn.
Issue Analytics
- State:
- Created 10 months ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Add user config option to control default reverse_bits value in ...
This PR adds the option circuit_reverse_bits to the user config file to modify the default behavior of the reverse_bits option in the ...
Read more >Visualizing a Quantum Circuit - Qiskit
Disable Plot Barriers and Reversing Bit Order¶. The first two options are shared among all three backends. They allow you to configure both...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We’re fine to move ahead just adding a
reverse_bits
option to the configuration - even if the exact named option in the function were to go away in the future, it has an easy mapping onto thewire_order
form, so the configuration-file option would still make sense.If you’ve got a use-case for it, this definitely seems good to accept! I’ll assign the issue to you, thanks, but no pressure.