We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf18b9 commit a224da7Copy full SHA for a224da7
source/module_esolver/esolver_fp.cpp
@@ -54,7 +54,7 @@ void ESolver_FP::before_all_runners(UnitCell& ucell, const Input_para& inp)
54
fft_precison = "double";
55
}
56
#if (not defined(__ENABLE_FLOAT_FFTW) and (defined(__CUDA) || defined(__RCOM)))
57
- if (this->device == "gpu")
+ if (fft_device == "gpu")
58
{
59
60
0 commit comments