![]() |
Return a Grid with the same number of orbitals along each dimension
openfermion.hamiltonians.hypercube_grid_with_given_wigner_seitz_radius_and_filling(
dimension: int,
grid_length: int,
wigner_seitz_radius: float,
filling_fraction: float = 0.5,
spinless: bool = True
) -> openfermion.utils.Grid
with the specified Wigner-Seitz radius.
Args | |
---|---|
dimension (int): The number of spatial dimensions. grid_length (int): The number of orbitals along each dimension. wigner_seitz_radius (float): The Wigner-Seitz radius per particle, in Bohr. filling_fraction (float): The average spin-orbital occupation. Specifies the number of particles (rounding down). spinless (boolean): Whether to give the system without or with spin. |