Result
- class ase2sprkkr.asr.bandstructure.Result(bs_soc, bs_nosoc)[source]
Class hierarchy
Constructor
- Parameters:
bs_soc (dict)
bs_nosoc (dict)
- __init__(bs_soc, bs_nosoc)
Instantiate result.
- Parameters:
data (Dict[str, Any]) – Input data to be wrapped.
metadata (dict) – Dictionary containing metadata.
strict (bool or None) – Strictly enforce data entries in data.
- version: int = 0
- property bs_soc: dict
Bandstructure data with spin-orbit coupling.
- property bs_nosoc: dict
Bandstructure data without spin-orbit coupling.
- key_descriptions: Dict[str, str] = {'bs_nosoc': 'Bandstructure data without spin-orbit coupling.', 'bs_soc': 'Bandstructure data with spin-orbit coupling.'}
- formats = {'ase_webpanel': <function webpanel>}
- _known_data_keys = {'bs_nosoc', 'bs_soc'}
- strict = True