Skip to content

About issue #35 and #49

Song, Younggil requested to merge 7ys/meumapps:Test_MeuCpp into master

This MR is about the issue #35 (closed) and #49 (closed)

  • gradientEnergyCoeffs variable has been introduced, initialized, and used in the corresponding calculation (#35 (closed))

  • We may need to use the viewpair4D type for phi instead of using offsetview type due to the FFT. Because changing the type leads to a lot of following changes in the entire codes, so I introduce additional array to do FFT for phi in the current update.

  • I did not add a test function for the gradientEnergyTerm (dft_k_del_sq in Fortran).

  • Additionally, fix the test of the random seed case #49 (closed). Now, all tests are passed on GPU.

Merge request reports