Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add transpiler passes for adding instruction-dependent noises #1391
Add transpiler passes for adding instruction-dependent noises #1391
Changes from all commits
996f8a8
66d828c
322a57c
c6fb4bc
6a336e3
2e7ee22
37e8e65
3f6239a
631108d
5342a88
2780f3c
435be1b
053130f
1672eb0
5753075
d478674
33ef087
c692a89
e959be8
6a08aef
106b261
ede0bf6
7325941
cf1e2ed
de40cbd
c40de14
b1a27cc
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
You need to convert the
temperature
parameter of this function into an excited state population as is done for rest of the thermal relaxation errors so that it matches. This depends on the frequency of each qubit which is obtained from the backend configuration (see_excited_population
function in models.py).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.
Done at c692a89
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.
The fix was included in terra 0.19 that an empty pass manager just returns the input circuits without dag conversions.