-
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.
Add ElectronicEigenvalues and ElectronicBandStructure properties (#63)
* Deleted .vscode/settings.json from repo * Changed _check methods for validate_ * Added ElectronicEigenvalues, ElectronicBandStructure and FermiSurface to list of Outputs Added modules properties/band_structure.py and properties/fermi_surface.py * Added BaseElectronicEigenvalues to handle contributions Added methods for extracting band_gap and fermi_surface from eigenvalues Added methods to extract homo and lumo eigenvalues * Fixed highest_occupied and lowest_unoccupied in spectral_profile.py * Added TODO in fermi_surface.py; to implement later * Added decorator validate_quantity_wrt_value in physical_property.py Added check if the quantities for dimensions starting with n_ exists during init of a PhysicalProperty section Changed rank from init of PhysicalProperties using kwargs instead of the self assigned value * Added extensive testing and fixed previous one
- Loading branch information
1 parent
4968164
commit 51e9401
Showing
21 changed files
with
1,139 additions
and
98 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 was deleted.
Oops, something went wrong.
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
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.