Result
- class ase2sprkkr.asr.piezoelectrictensor.Result(eps_vvv, eps_clamped_vvv)[source]
Class hierarchy
Constructor
- Parameters:
eps_vvv (List[List[List[float]]]) –
eps_clamped_vvv (List[List[List[float]]]) –
- __init__(eps_vvv, eps_clamped_vvv)
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.
- property eps_vvv: List[List[List[float]]]
Piezoelectric tensor.
- property eps_clamped_vvv: List[List[List[float]]]
Piezoelectric tensor.
- key_descriptions: Dict[str, str] = {'eps_clamped_vvv': 'Piezoelectric tensor.', 'eps_vvv': 'Piezoelectric tensor.'}
- formats = {'ase_webpanel': <function webpanel>}
- _known_data_keys = {'eps_clamped_vvv', 'eps_vvv'}
- strict = True