-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2 general base classes for workflows (#3)
* Added base classes for DFTMethod and DFTOutputs, and for GWOutputs * Reformatted and using inheritance gw.py * Added TBOutputs and DMFTOutputs to general.py Reformatted dmft.py * Added BeyondDFT2Tasks base class and MaxEntOutputs in general.py Reformatted and inheritance in maxent.py * Reformatted xs.py and photon_polarization.py * Changed inheritance by composition Reformat tb.py * Added composition to XS workflow * Defining ElectronicStructureOutputs for generic complex workflows * Fix bug name * Fixing XS and tests * Changed name to electronic workflows to add Plus * Fix testing * Generalize method in BeyondDFT class * Improved extraction of workflow_name * Adding nmr workflow (#6) * Added MagneticOutputs in general.py * Added more imports for usage in __init__ * Fix testing
- Loading branch information
1 parent
c8db9bd
commit 2f26453
Showing
9 changed files
with
891 additions
and
770 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.