pengwann.interactions.WannierInteraction.wohp#

property interactions.WannierInteraction.wohp#

The WOHP associated with the interaction.

Returns:
wohpndarray of float or None

The WOHP or None (in the case that the DOS matrix or the relevant element of the Wannier Hamiltonian are not available).

Notes

The WOHP will be recalculated from the relevant element of the Wannier Hamiltonian and the DOS matrix every time this property is accessed (it is not cached). This is intended to reduce memory usage and has minimal impact on computational cost, owing to the fact that computing the DOS matrix itself is by far the most demanding step and this is only done once.