-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fourier transform for bosons is not implemented #66
Comments
The only reason is that we did not use it yet (I used it a lot in the past, before TRIQS ...). |
@mferrero : I will test it soon in the context of my slave rotors code and close the issue if it works. |
I found a small mistake in the Fourier. I fixed it in commit 476c192. Some tests should be added to test all these Fourier transforms. |
@krivenko : Did you have a chance to try the bosonic Fourier transforms? I did a couple of easy tests and it looked like it was working. |
@mferrero Sorry, didn't try yet. But if you are sure it's functional feel free to close the ticket. |
Comments in
triqs/gf_local/fourier.cpp
say that 'Boson not implemented'. Is there a technical reason which makes the implementation considerably harder than for fermions?I can try to write the code (probably I'm among not so many people who really need it) and would appreciate suggestions/cautions concerning it.
The text was updated successfully, but these errors were encountered: