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

support multidimensional transforms #11

Open
daanhb opened this issue Jul 23, 2022 · 1 comment
Open

support multidimensional transforms #11

daanhb opened this issue Jul 23, 2022 · 1 comment

Comments

@daanhb
Copy link
Member

daanhb commented Jul 23, 2022

We currently have:

julia> using GenericFFT

julia> x = rand(BigFloat, 16, 16);

julia> fft(x)
ERROR: MethodError: no method matching generic_fft(::Matrix{Complex{BigFloat}}, ::UnitRange{Int64})

The call fft(x,1) returns something, but fft(x,2) returns an error.

@mfherbst
Copy link
Collaborator

Hi @daanhb I appreciate the effort. On the DFTK side we have some hackish code to make this work at least for 3D (2D is similar). I'm lacking the time to give this a serious try at the moment, but happy for anyone to pick the code up if it helps.

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

2 participants