openfermion.hamiltonians.jellium.coulomb_potential_momentum
Return the momentum space Coulomb potential for a given dimension.
openfermion.hamiltonians.jellium.coulomb_potential_momentum(
momenta_squared: float, dimension: int, volume: float, a_1d: float = 1.0
) -> float
For 1-D systems, a soft coulomb potential is used with a regularization
parameter of a: \(v(r) = \frac{1}{\sqrt{r^2 + a^2} }\)
Args |
momenta_squared
|
float
The squared momentum vector.
|
dimension
|
int
The dimension of the system (1, 2, or 3).
|
volume
|
float
The volume (or area, or length) of the simulation cell.
|
a_1d
|
float
The regularization parameter a for 1-D systems (default 1.0).
|
Returns |
float
|
The potential coefficient.
|
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 2026-07-14 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 2026-07-14 UTC."],[],[]]