Beyond-DFT Workflow Family
Purpose: Beyond-DFT workflow base classes and derived GW/TB/DMFT/XS specializations
Relationship map
Hold "Alt" / "Option" to enable pan & zoom
classDiagram
class BeyondDFTMethod
class BeyondDFTResults
class BeyondDFTWorkflow
class DFTGWMethod
class DFTGWResults
class DFTGWWorkflow
class DFTTBDMFTMethod
class DFTTBDMFTResults
class DFTTBDMFTWorkflow
class DFTTBMethod
class DFTTBResults
class DFTTBWorkflow
class DMFTMaxEntWorkflow
class DMTMaxEntMethod
class DMTMaxEntResults
class ElectronicStructureResults
class SerialWorkflow
class SimulationWorkflowMethod
class SimulationWorkflowResults
class WorkflowConvergenceResults
class XSMethod
class XSResults
class XSWorkflow
SimulationWorkflowMethod <|-- BeyondDFTMethod
SimulationWorkflowResults <|-- BeyondDFTResults
SerialWorkflow <|-- BeyondDFTWorkflow
BeyondDFTMethod <|-- DFTGWMethod
BeyondDFTResults <|-- DFTGWResults
BeyondDFTWorkflow <|-- DFTGWWorkflow
BeyondDFTMethod <|-- DFTTBDMFTMethod
BeyondDFTResults <|-- DFTTBDMFTResults
BeyondDFTWorkflow <|-- DFTTBDMFTWorkflow
BeyondDFTMethod <|-- DFTTBMethod
BeyondDFTResults <|-- DFTTBResults
BeyondDFTWorkflow <|-- DFTTBWorkflow
BeyondDFTWorkflow <|-- DMFTMaxEntWorkflow
BeyondDFTMethod <|-- DMTMaxEntMethod
BeyondDFTResults <|-- DMTMaxEntResults
SimulationWorkflowResults <|-- ElectronicStructureResults
BeyondDFTMethod <|-- XSMethod
BeyondDFTResults <|-- XSResults
BeyondDFTWorkflow <|-- XSWorkflow
BeyondDFTResults *-- ElectronicStructureResults : dft
BeyondDFTResults *-- ElectronicStructureResults : ext
BeyondDFTWorkflow *-- BeyondDFTMethod : method
BeyondDFTWorkflow *-- BeyondDFTResults : results
DFTGWWorkflow *-- DFTGWMethod : method
DFTGWWorkflow *-- DFTGWResults : results
DFTTBDMFTWorkflow *-- DFTTBDMFTMethod : method
DFTTBDMFTWorkflow *-- DFTTBDMFTResults : results
DFTTBWorkflow *-- DFTTBMethod : method
DFTTBWorkflow *-- DFTTBResults : results
DMFTMaxEntWorkflow *-- DMTMaxEntMethod : method
DMFTMaxEntWorkflow *-- DMTMaxEntResults : results
SimulationWorkflowResults *-- WorkflowConvergenceResults : convergence
XSWorkflow *-- XSMethod : method
XSWorkflow *-- XSResults : results
Legend
Quantities by Key Sections
SerialWorkflow
| Section |
Description |
MetaInfo |
SerialWorkflow |
Base class for workflows where tasks are executed sequentially. |
Open in MetaInfo browser |
This section has no direct quantities.
SimulationWorkflowMethod
This section has no direct quantities.
SimulationWorkflowResults
| Section |
Description |
MetaInfo |
SimulationWorkflowResults |
Base class for simulation workflow results sub-section definition. |
Open in MetaInfo browser |
| Quantity |
Type |
Description |
finished_normally |
m_bool(bool) |
Indicates if calculation terminated normally. |
is_converged |
m_bool(bool) |
Represents if the convergence targets have been reached (True) or not (False). |
ElectronicStructureResults
| Section |
Description |
MetaInfo |
ElectronicStructureResults |
Contains definitions for results of an electronic structure simulation. |
Open in MetaInfo browser |
| Quantity |
Type |
Description |
dos |
Reference |
Reference to the electronic density of states output. |
BeyondDFTWorkflow
This section has no direct quantities.
BeyondDFTMethod
This section has no direct quantities.
BeyondDFTResults
This section has no direct quantities.
DFTGWWorkflow
This section has no direct quantities.
DFTGWMethod
This section has no direct quantities.
DFTGWResults
This section has no direct quantities.
DFTTBWorkflow
This section has no direct quantities.
DFTTBMethod
This section has no direct quantities.
DFTTBResults
This section has no direct quantities.
DFTTBDMFTWorkflow
| Section |
Description |
MetaInfo |
DFTTBDMFTWorkflow |
Definitions for DMFT worklow based on DFT and TB. |
Open in MetaInfo browser |
This section has no direct quantities.
DFTTBDMFTMethod
This section has no direct quantities.
DFTTBDMFTResults
This section has no direct quantities.
DMFTMaxEntWorkflow
| Section |
Description |
MetaInfo |
DMFTMaxEntWorkflow |
Definitions for MaxEnt (Maximum Entropy) worklow based on DMFT. |
Open in MetaInfo browser |
This section has no direct quantities.
DMTMaxEntMethod
This section has no direct quantities.
DMTMaxEntResults
This section has no direct quantities.
XSWorkflow
| Section |
Description |
MetaInfo |
XSWorkflow |
Definitions for XS workflow based in DFT, GW and PhotonPolarizationWorkflow. |
Open in MetaInfo browser |
This section has no direct quantities.
XSMethod
This section has no direct quantities.
XSResults
This section has no direct quantities.
Related Pages