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

Consider making triclinic loop counters size_t #150

Closed
hmacdope opened this issue Nov 5, 2023 · 0 comments
Closed

Consider making triclinic loop counters size_t #150

hmacdope opened this issue Nov 5, 2023 · 0 comments

Comments

@hmacdope
Copy link
Member

hmacdope commented Nov 5, 2023

Could we make these loop counters size_t? Is there any reason they have to go from -1, 0, 1 and cant go 0, 1, 2 ?

size_t can help with the loop vectorisation.

@richardjgowers richardjgowers transferred this issue from MDAnalysis/distopia_2_the_highway_warrior Jul 16, 2024
@hmacdope hmacdope closed this as completed Jan 2, 2025
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