Skip to content
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

use faster aqc objective function evaluation by default #11479

Merged
merged 3 commits into from Jan 3, 2024

Conversation

ajavadia
Copy link
Member

@ajavadia ajavadia commented Jan 2, 2024

Summary

In #7697 a faster objective function evaluation for AQC was introduced which is a drop-in replacement and makes convergence several times faster. However the old default was still in place. Here I switch to the faster alternative.
See the original issue about why it's worth to keep the old one around for now just in case.

@qiskit-bot
Copy link
Collaborator

One or more of the the following people are requested to review this:

  • @Qiskit/terra-core

jakelishman
jakelishman previously approved these changes Jan 2, 2024
Copy link
Member

@jakelishman jakelishman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given the considerations in #7697, and the obvious improvement in runtime performance with no quality regression, this seems like a sensible default switch to me.

@jakelishman jakelishman added performance mod: transpiler Issues and PRs related to Transpiler labels Jan 2, 2024
@jakelishman jakelishman added this to the 1.0.0 milestone Jan 2, 2024
@jakelishman jakelishman added the Changelog: New Feature Include in the "Added" section of the changelog label Jan 2, 2024
@coveralls
Copy link

coveralls commented Jan 2, 2024

Pull Request Test Coverage Report for Build 7393720518

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
To ensure accuracy in future PRs, please see these guidelines.
A quick fix for this PR: rebase it; your next report should be accurate.

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.02%) to 87.521%

Totals Coverage Status
Change from base Build 7385123694: -0.02%
Covered Lines: 59286
Relevant Lines: 67739

💛 - Coveralls

Co-authored-by: Jake Lishman <jake@binhbar.com>
@jakelishman jakelishman added this pull request to the merge queue Jan 3, 2024
Merged via the queue into Qiskit:main with commit d4ef6c8 Jan 3, 2024
13 checks passed
ShellyGarion pushed a commit to ShellyGarion/qiskit-terra that referenced this pull request Jan 18, 2024
* use faster aqc objective function evaluation by default

* release note

* Update qiskit/transpiler/synthesis/aqc/aqc_plugin.py

Co-authored-by: Jake Lishman <jake@binhbar.com>

---------

Co-authored-by: Jake Lishman <jake@binhbar.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: New Feature Include in the "Added" section of the changelog mod: transpiler Issues and PRs related to Transpiler performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants