3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 00:15:00 +02:00
dft_tools/c++/plovasp/atm
Oleg E. Peil 911f127789 Ported C-style 'dos_tetra' to C++
In order to wrap the ATM routines by Python using TRIQS wrapping
tools it is necessary to modify the interface to 'dos_tetra3d'.
The major changes involved replacing direct NumPy arrays with
TRIQS arrays which can be converted to Python arrays using library
tools.

Also, some small changes were necessary to port the functions
from C99 complex numbers to C++ style.

CMakeList is added to automatize building of the ATM library.
2016-03-09 18:55:15 +01:00
..
__init__.py Rename directory 'c' to 'c++' 2016-02-11 14:56:28 +01:00
.gitignore Rename directory 'c' to 'c++' 2016-02-11 14:56:28 +01:00
argsort.cpp Ported C-style 'dos_tetra' to C++ 2016-03-09 18:55:15 +01:00
argsort.hpp Ported C-style 'dos_tetra' to C++ 2016-03-09 18:55:15 +01:00
CMakeLists.txt Ported C-style 'dos_tetra' to C++ 2016-03-09 18:55:15 +01:00
dos_tetra3d.cpp Ported C-style 'dos_tetra' to C++ 2016-03-09 18:55:15 +01:00
dos_tetra3d.hpp Ported C-style 'dos_tetra' to C++ 2016-03-09 18:55:15 +01:00
makefile.linux Rename directory 'c' to 'c++' 2016-02-11 14:56:28 +01:00
setup.py Rename directory 'c' to 'c++' 2016-02-11 14:56:28 +01:00