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

Speedup by using Cython or Numba when calculating matrix elements #13

Open
JohanSchott opened this issue Jul 30, 2021 · 1 comment
Open

Comments

@JohanSchott
Copy link
Owner

No description provided.

@JohanSchott JohanSchott changed the title Speedup by using Cython or Numba in when calculating matrix elements Speedup by using Cython or Numba when calculating matrix elements Jul 30, 2021
@JohanSchott
Copy link
Owner Author

If use the integer representation for a product state, integers can become very big. This is not a problem in Python. But in Cython and Numba one would have to careful to avoid overflow, or skip the suport for the integer representation.

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

No branches or pull requests

1 participant