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

Fix type of binomial coeff #245

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Conversation

nonhermitian
Copy link
Collaborator

The type was cast to long long but since we can cap the calculation at the total number of bitstrings we can just use an unsigned int.

@nonhermitian nonhermitian merged commit 5ccff9d into Qiskit:main Oct 15, 2024
5 checks passed
@nonhermitian nonhermitian deleted the fix-distance-type branch October 15, 2024 01:17
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.

1 participant