GPUE-group / GPUE

GPU Gross-Pitaevskii Equation numerical solver for Bose-Einstein condensates.
https://gpue-group.github.io/
Other
38 stars 9 forks source link

CS: wave function representation #30

Closed HtonS closed 5 years ago

HtonS commented 5 years ago

Change wave function representation from real, imaginary to double2 everywhere

HtonS commented 5 years ago

Migration complete. now wave function is represented as fftw_complex which is double2 if complex.h is included (which it is). All tests passed.