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

make MeshFFTWindow fast for periodic box #15

Open
pmcdonal opened this issue May 27, 2022 · 0 comments
Open

make MeshFFTWindow fast for periodic box #15

pmcdonal opened this issue May 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@pmcdonal
Copy link
Member

Simple nested loops written in Julia will do all elements of a high k-resolution calculation (with bins matching in k so diagonal in k) in seconds... I don't know how long MeshFFTWindow would take for the same thing because I didn't have patience to let it finish (it does match for spot checks).

Since I have the Julia now I will just use that and no problem... but just for the record...

@pmcdonal pmcdonal added the enhancement New feature or request label May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant