ZenCore

Declare the module and public members.

Source: ZenCore.jl

Contents

Index

Modules

ZenCoreModule
Zen and ZenCore

Zen is a modern DFT + DMFT computation framework. It can be used to study the correlated electronic structures of a wide range of strongly correlated materials. Now this framework is under heavy development. PLEASE USE IT AT YOUR OWN RISK.

Zen supports the following DFT backends:

  • VASP

Zen supports the following schemes for defining local orbitals:

  • PLO
  • WANNIER

Zen supports the following quantum impurity solvers:

  • CT-HYB
  • HIA
  • NORG

ZenCore implements the core library of the Zen DFT + DMFT computation framework. It connects various components of Zen, and drive them to work together. It provides an easy-to-use, flexible, efficient, and robust user interface, including various applications and tools.

For more details about how to obtain, install and use the Zen framework and the ZenCore library, please visit the following website:

  • http://doc.zen

Any suggestions, comments, and feedbacks are welcome. Enjoy it!

source

Functions

ZenCore._precompileFunction
_precompile()

Here, we would like to precompile the whole ZenCore package to reduce the runtime latency and speed up the successive calculations.

source