3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-25 22:52:20 +02:00
dft_tools/doc/tutorials.rst
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

76 lines
1.0 KiB
ReStructuredText

.. module:: triqs_dft_tools
.. _tutorials:
Tutorials
=========
A simple example: SrVO3
-----------------------
.. toctree::
:maxdepth: 2
tutorials/srvo3
Basis rotations: Sr2MgOsO6 without SOC
--------------------------------------
.. toctree::
:maxdepth: 2
tutorials/sr2mgoso6_nosoc
Sr2MgOsO6 with SOC (non-magnetic)
---------------------------------
.. toctree::
:maxdepth: 2
tutorials/sr2mgoso6_soc
Full charge self consistency with Wien2k: :math:`\gamma`-Ce
-----------------------------------------------------------
.. toctree::
:maxdepth: 2
tutorials/ce-gamma-fscs_wien2k
VASP interface examples
-----------------------
Simple Converter example: SrVO3
"""""""""""""""""""""""""""""""
.. toctree::
:maxdepth: 2
tutorials/svo_vasp/svo_notebook
Complex example: NiO
"""""""""""""""""""""""""""""
.. toctree::
:maxdepth: 2
tutorials/nio_csc
Elk interface examples
-----------------------
Converter example: SrVO3
""""""""""""""""""""""""
.. toctree::
:maxdepth: 2
tutorials/svo_elk/srvo3