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

Reverse sign of fine frequency update #699

Merged
merged 1 commit into from
Mar 1, 2022

Conversation

wshanks
Copy link
Collaborator

@wshanks wshanks commented Feb 28, 2022

Summary

The sign of the fine frequency update was backwards

Details and comments

When the actual frequency of the qubit is larger than the drive's by an amount d_freq, it will accumulate a phase d_theta = 2 * pi * delay * d_freq. To correct, this error the inferred d_freq from d_theta needs to be added to the old freq. In the current code, it is subtracted.

@wshanks wshanks requested a review from eggerdj February 28, 2022 20:58
Copy link
Contributor

@eggerdj eggerdj left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@wshanks wshanks merged commit d2f0881 into qiskit-community:main Mar 1, 2022
@wshanks wshanks deleted the freq-sign branch March 1, 2022 21:21
@chriseclectic chriseclectic added the Changelog: Bugfix Include in the "Fixed" section of the changelog label Apr 25, 2022
paco-ri pushed a commit to paco-ri/qiskit-experiments that referenced this pull request Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: Bugfix Include in the "Fixed" section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants