Library

Contents

Index

Modules

ZenGuiModule
ZenGui

ZenGui is a general-purpose graphic user interface for ab initio dynamical mean-field theory codes. It can be used to prepare necessary configuration files for them. Now it supports the following codes:

  • All-in-one DFT + DMFT package (Zen)
  • Quantum impurity solver toolkit (iQIST)
  • Analytic continuation tools (ACFlow and ACTest)
  • Dynamical mean-field theory engines (Dyson and DFermion)

This code is under heavy development. PLEASE USE IT AT YOUR OWN RISK.

For more details about how to obtain, install and use the ZenGui code, please visit the following website:

  • https://huangli712.github.io/projects/zengui/index.html

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

Numerical Types

ZenGui.APIType
API

Alias of Integer type (Arbitrary Precision Integer).

See also: APF, APC.

ZenGui.APFType
APF

Alias of Float type (Arbitrary Precision Float).

See also: API, APC.

ZenGui.APCType
APC

Alias of Complex type (Arbitrary Precision Complex).

See also: API, APF.

ZenGui.R32Type
R32

Alias of Integer and Float types (32 bit). Here R means Real.

See also: N32, N64, APN.

ZenGui.R64Type
R64

Alias of Integer and Float types (64 bit). Here R means Real.

See also: N32, N64, APN.

ZenGui.APRType
APR

Alias of Integer and Float types (Arbitrary Precision). Here R means Real.

See also: N32, N64, APN.

ZenGui.N32Type
N32

Alias of Integer, Float, and Complex types (32 bit). Here N means Number.

See also: R32, R64, APR.

ZenGui.N64Type
N64

Alias of Integer, Float, and Complex types (64 bit). Here N means Number.

See also: R32, R64, APR.

ZenGui.APNType
APN

Alias of Integer, Float, and Complex types (Arbitrary Precision). Here N means Number.

See also: R32, R64, APR.

String Constants

Utilities

Widgets: Menu

Widgets: Window

ZenGui.create_app_aboutFunction
create_app_about(p_open::Ref{Bool})

Display the About window, which is used to show some userful information for users.