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

BitBasis with number of qubits greater than 64 #49

Merged
merged 5 commits into from
May 23, 2024
Merged

Conversation

GiggleLiu
Copy link
Member

@GiggleLiu GiggleLiu commented May 23, 2024

This PR implements a new integer type with tuple as the storage. It is used to replace the previous BigInt storage.

julia> using BitBasis

julia> LongBitStr(rand(0:1, 150))
001000100011001010010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 ₍₂₎

@GiggleLiu GiggleLiu merged commit f2f6773 into master May 23, 2024
12 checks passed
@GiggleLiu GiggleLiu deleted the jg/longlongint branch May 23, 2024 10:53
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