Commit Graph

6 Commits

Author SHA1 Message Date
Alexander Hampel ec1b336f75
Update AUTHORS.txt 2021-09-24 15:55:33 -04:00
AlynJ ad8c4e75fe
Elk converter (#151)
Adding Elk-TRIQS interface (first iteration) 

This interface reads in Elk's ground-state files / projectors generated by a specific Elk interface code version (https://github.com/AlynJ/Elk_interface-TRIQS). The interface can perform charge-self consistent DFT+DMFT calculations using the aforementioned Elk code version, including spin orbit-coupling. Hence, this is the first open source interfaced DFT code to triqs with FCSC support. 

The commit includes detailed documentation and tutorials on how to use this interface. Moreover, further new post-processing routines are added for Fermi surface plots and spectral functions (A(w)) from the elk inputs.

The interface was tested by A. James and A. Hampel. However, this is the first iteration of the interface and should be used with care. Please report all bugs.

List of changes:
---------------
- sumk.py: added cacluation of charge density correction for elk (dm_type='elk').
- sumk_dft_tools.py: added new post-processing functions to calculate the Fermi surface and A(w) from the Elk inputs.
- documentation and tutorial files amended for this interface.
- added python tests for the Elk converter.
2020-10-09 08:35:28 -04:00
Nils Wentzell 8f663edee6 Add Hermann Schnait to dft_tools Authors 2020-03-23 16:12:11 -04:00
Nils Wentzell 6c814ab967 Minor spellfix in Authors list 2020-03-23 16:11:57 -04:00
Nils Wentzell ec332a2195 Add Alexander Hampel and Malte Schueler as Authors 2020-03-23 16:10:15 -04:00
Nils Wentzell 9fb3d3dc82 Add top-level LICENSE.txt, a copy of GPLv3 and a list of Authors 2020-03-23 16:05:38 -04:00