You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the routine for 2D energy spectrum (tkespe.py file). However, the loop at line 261 is from –n//2 to n//2-1 and does not seems correct: according to the fftn documentation it should be –n//2+1 to n//2 (?)
I am trying to use the routine for 2D energy spectrum (tkespe.py file). However, the loop at line 261 is from –n//2 to n//2-1 and does not seems correct: according to the fftn documentation it should be –n//2+1 to n//2 (?)