View source on GitHub |
Given the total number of electrons and the z-spin quantum number, return
fqe.util.alpha_beta_electrons(
nele: int,
m_s: int
) -> Tuple[int, int]
the number of alpha and beta electrons in the system.
Args | |
---|---|
nele (int) - number of electrons m_s (int) - spin angular momentum on the z-axis |
Return | |
---|---|
number of alpha electrons (int), number of beta electrons (int) |