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

Fixes #744 correctly account for T1 in T2 noise model #745

Merged
merged 3 commits into from
Dec 21, 2018

Conversation

ntezak
Copy link
Contributor

@ntezak ntezak commented Dec 21, 2018

Fixes #744

@@ -70,7 +70,7 @@ def test_damping_after_dephasing():
dephasing = dephasing_kraus_map(p=.5 * (1 - np.exp(-.2)))
ks_ref = combine_kraus_maps(damping, dephasing)

ks_actual = damping_after_dephasing(10, 10, 1)
ks_actual = damping_after_dephasing(10, 20/3., 1)
Copy link
Contributor

Choose a reason for hiding this comment

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

flake8 wants a space around /

Copy link
Contributor

@mpharrigan mpharrigan left a comment

Choose a reason for hiding this comment

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

thank you!

@ntezak ntezak merged commit c9fc267 into master Dec 21, 2018
@mpharrigan mpharrigan deleted the bugfix/correct-t2-noise-model branch December 21, 2018 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants