Result

class ase2sprkkr.asr.polarizability.Result(plasmafreq_vv, alphax_el, alphay_w, alphaz_w, frequencies, alpha0z_w, alpha0x_w, alpha0y_w, alphay_el, alphaz_el, alphax_w)[source]

Class hierarchy

Inheritance diagram of ase2sprkkr.asr.polarizability.Result

Constructor

Parameters:
  • plasmafreq_vv (List[List[float]])

  • alphax_el (List[complex])

  • alphay_w (List[complex])

  • alphaz_w (List[complex])

  • frequencies (List[float])

  • alpha0z_w (List[complex])

  • alpha0x_w (List[complex])

  • alpha0y_w (List[complex])

  • alphay_el (List[complex])

  • alphaz_el (List[complex])

  • alphax_w (List[complex])

__init__(plasmafreq_vv, alphax_el, alphay_w, alphaz_w, frequencies, alpha0z_w, alpha0x_w, alpha0y_w, alphay_el, alphaz_el, alphax_w)

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 alphax_el: List[complex]

Static interband polarizability (x) [Ang]

property alphay_el: List[complex]

Static interband polarizability (y) [Ang]

property alphaz_el: List[complex]

Static interband polarizability (z) [Ang]

property alphax_w: List[complex]

Interband polarizability (x) [Ang]

property alphay_w: List[complex]

Interband polarizability (y) [Ang]

property alphaz_w: List[complex]

Interband polarizability (z) [Ang]

property alpha0x_w: List[complex]

Interband polarizability without local field effects (x) [Ang]

property alpha0y_w: List[complex]

Interband polarizability without local field effects (y) [Ang]

property alpha0z_w: List[complex]

Interband polarizability without local field effects (z) [Ang]

property plasmafreq_vv: List[List[float]]

Plasmafrequency tensor.

property frequencies: List[float]

Frequency grid [eV].

key_descriptions: Dict[str, str] = {'alpha0x_w': 'Interband polarizability without local field effects (x) [Ang]', 'alpha0y_w': 'Interband polarizability without local field effects (y) [Ang]', 'alpha0z_w': 'Interband polarizability without local field effects (z) [Ang]', 'alphax_el': 'Static interband polarizability (x) [Ang]', 'alphax_w': 'Interband polarizability (x) [Ang]', 'alphay_el': 'Static interband polarizability (y) [Ang]', 'alphay_w': 'Interband polarizability (y) [Ang]', 'alphaz_el': 'Static interband polarizability (z) [Ang]', 'alphaz_w': 'Interband polarizability (z) [Ang]', 'frequencies': 'Frequency grid [eV].', 'plasmafreq_vv': 'Plasmafrequency tensor.'}
formats = {'ase_webpanel': <function webpanel>}
_known_data_keys = {'alpha0x_w', 'alpha0y_w', 'alpha0z_w', 'alphax_el', 'alphax_w', 'alphay_el', 'alphay_w', 'alphaz_el', 'alphaz_w', 'frequencies', 'plasmafreq_vv'}
strict = True