-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Prepare 2.0.0 release #14021
base: stable/2.0
Are you sure you want to change the base?
Prepare 2.0.0 release #14021
Conversation
the 1.0.0 release, this major release also includes API changes that | ||
are not backward-compatible with the 1.x series. | ||
|
||
The feature highlights of Qiskit 2.0.0 are: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would also suggest to add:
- new circuit library functions
- fractional gates synthesis support https://www.ibm.com/quantum/blog/fractional-gates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think fractional gate is a good one. however, "new circuit library functions" seems to me too general. What are those new functions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant the re-org of the circuit library: quantum_volume
instead of QuantumVolume
etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks Shelly, the circuit library one was already announced in 1.3, but I can add the fractional gates. I will probably have to reword the part about performance too.
Summary
This PR prepares the 2.0.0 release and edits the release notes.
Details and comments