You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking change: altered tomography APIs to not use QuantumProgram. (#818)
Breaking change: BaseBackend API changed, properties are now methods (#858)
When plot_histogram() or plot_state() are called from a jupyter
notebook if there is network connectivity the interactive plots will be used
by default (#862, #866)
Breaking change: BaseJob API changed, any job constructor must be passed
the backend used to run them and a unique job id (#936).
Add support for drawing circuit barriers to the latex circuit drawer. This
requires having the LaTeX qcircuit package version >=2.6.0 installed (#764)
Deprecated
The number_to_keep kwarg on the plot_histogram() function is now
deprecated. A field of the same name should be used in the option
dictionary kwarg instead. (#866)
Breaking change: backend.properties() instead of backend.calibration()
and backend.parameters() (#870)