diff --git a/doc/install.rst b/doc/install.rst index a3956d3c..7c77d35f 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -67,6 +67,12 @@ Installation steps $ make install +Important note for FCSC DFT+DMFT calculations +--------------------------------------------- + +To use dft_tools together with any of the supported DFT codes (Wien2k, Vasp, or Elk) in a full charge self-consistent manner, please make sure to compile both triqs and the designated DFT code with the same compiler / library setup for best compatibility. For example, if Vasp is compiled with the intel compiler suite, it will not be possible to use it together with a GNU compiled triqs and vice versa during a FCSC calculation, as both codes need to run at the same time. Hence, it is highly advisable to not use the intel compilers (linking againt intel mkl libraries is of course fine) to compile any of the interfaced DFT codes. + + Installation steps for the use with WIEN2K version 14.2 and older -----------------------------------------------------------------