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
At the moment, our available translation stages are called translator and synthesis, both of which are fine names. We default to translator unless overridden by a backend, or the user.
We may start to add more support for discrete-basis backend compilation over the course of Qiskit 2.x, or wish to modify the default method in the presence of fractional 2q gates, or so son. Adding a new default called default, which simply wraps translator (to begin with) gives us the semantic freedom to make some of those changes within the major version without a hard API break.
The text was updated successfully, but these errors were encountered:
At the moment, our available translation stages are called
translator
andsynthesis
, both of which are fine names. We default totranslator
unless overridden by a backend, or the user.We may start to add more support for discrete-basis backend compilation over the course of Qiskit 2.x, or wish to modify the default method in the presence of fractional 2q gates, or so son. Adding a new default called
default
, which simply wrapstranslator
(to begin with) gives us the semantic freedom to make some of those changes within the major version without a hard API break.The text was updated successfully, but these errors were encountered: