mirror of
https://github.com/triqs/dft_tools
synced 2024-11-04 21:23:53 +01:00
ce4aed3551
updated the Elk interface to fix some minor bugs which arose for certain systems with equivalent atoms. I've also included new tests for this interface and collated all of these interface tests in the "test/python/elk" subdirectory.
8 lines
139 B
CMake
8 lines
139 B
CMake
add_subdirectory(c++)
|
|
|
|
if(PythonSupport)
|
|
add_subdirectory(python)
|
|
add_subdirectory(python/plovasp)
|
|
add_subdirectory(python/elk)
|
|
endif()
|