Search found 1 match
- Thu Dec 05, 2019 10:02 pm
- Forum: Improving ABINIT
- Topic: how to use m_FFT module
- Replies: 1
- Views: 9357
how to use m_FFT module
Hello, I am trying to add a new XC module. In my own code, I want to use subroutine fourdp() from m_fft.F90 to transfer a real space function fof to momentum space function fofg. I have read the source code and found out fofr and fofg has the same dimension: nfft. I don't really understand. I though...