Skip to content

Commit

Permalink
[docs]: Updating docstring in fast fourier transform function
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Jun 9, 2021
1 parent 5424590 commit eeec733
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions minushalf/utils/correct_potential_fourier_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ def correct_potential_fourier_transform(
degenerated to a triangulum, and its area must be calculated as so.
Args:
coefficient (float): Fourier transform of the potential for the atom in its ground state
coefficient (np.array): Fourier transform of the potential for the atom in its ground state
k (float): The wave vector in reciprocal space
k (np.array): The wave vector in reciprocal space
rays(list): List of rays on which pseudopotential calculations were made
rays(np.array): List of rays on which pseudopotential calculations were made
occupation_potential (list): Potential of fractional electron occupation at the exact level to be corrected
occupation_potential (np.arraygit): Potential of fractional electron occupation at the exact level to be corrected
cut(float): Cutting parameter to cancel the potential
Expand Down

0 comments on commit eeec733

Please sign in to comment.