tbplas.SOCTable
- class tbplas.SOCTable
Hard-coded spin-orbital coupling term table, generated using the ‘print_soc_table’ method of ‘SOC’ class.
- _up_up
soc terms for up-up spin chanel
- Type:
Dict[[str, str], complex]
- _up_down
soc terms for up-down spin chanel
- Type:
Dict[[str, str], complex]
- _down_up
soc terms for down-up spin chanel
- Type:
Dict[[str, str], complex]
- _orbital_labels
labels of atomic orbitals
- Type:
Set[str]
- _spin_labels
directions of spins
- Type:
Set[str]
- __init__()
Methods
__init__
()eval
([label_i, spin_i, label_j, spin_j])Evaluate the matrix element <i,s_i|l*s|j,s_j>.
- __init__()
- eval(label_i: str = 's', spin_i: str = 'up', label_j: str = 's', spin_j: str = 'down') complex
Evaluate the matrix element <i,s_i|l*s|j,s_j>. :param label_i: orbital label of bra :param spin_i: spin direction of bra :param label_j: orbital label of ket :param spin_j: spin direction of ket :return: matrix element in hbar**2
- __weakref__
list of weak references to the object