openfermion.hamiltonians.hypercube_grid_with_given_wigner_seitz_radius_and_filling
Return a Grid with the same number of orbitals along each dimension with the specified Wigner-Seitz radius.
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
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-26 UTC."],[],[]]