Library
Contents
Index
ZenGui
ZenGui.__AUTHORS__
ZenGui.__LIBNAME__
ZenGui.__RELEASE__
ZenGui.__VERSION__
ZenGui.APC
ZenGui.APF
ZenGui.API
ZenGui.APN
ZenGui.APR
ZenGui.C32
ZenGui.C64
ZenGui.F32
ZenGui.F64
ZenGui.I32
ZenGui.I64
ZenGui.N32
ZenGui.N64
ZenGui.R32
ZenGui.R64
ZenGui.authors
ZenGui.create_app_about
ZenGui.create_menu
ZenGui.set_menu_edit
ZenGui.set_menu_file
ZenGui.set_menu_help
ZenGui.set_menu_style
Modules
ZenGui
— ModuleZenGui
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.I32
— TypeZenGui.I64
— TypeZenGui.API
— TypeZenGui.F32
— TypeZenGui.F64
— TypeZenGui.APF
— TypeZenGui.C32
— TypeZenGui.C64
— TypeZenGui.APC
— TypeZenGui.R32
— TypeZenGui.R64
— TypeZenGui.APR
— TypeZenGui.N32
— TypeZenGui.N64
— TypeZenGui.APN
— TypeString Constants
ZenGui.__LIBNAME__
— ConstantZenGui.__VERSION__
— ConstantZenGui.__RELEASE__
— ConstantZenGui.__AUTHORS__
— ConstantUtilities
ZenGui.authors
— FunctionWidgets: Menu
ZenGui.create_menu
— Functioncreate_menu()
Generate menu items in the main window.
ZenGui.set_menu_file
— Functionset_menu_file()
Setup items in menu ``File''.
ZenGui.set_menu_edit
— Functionsetmenuedit()
Setup items in menu ``Edit''.
ZenGui.set_menu_style
— Functionsetmenustyle()
Setup items in menu ``Style''.
ZenGui.set_menu_help
— Functionsetmenuhelp()
Setup items in menu ``Help''.
Widgets: Window
ZenGui.create_app_about
— Functioncreate_app_about(p_open::Ref{Bool})
Display the About
window, which is used to show some userful information for users.