Skip to content

Commit

Permalink
Removing stray cfloat
Browse files Browse the repository at this point in the history
  • Loading branch information
elinscott committed Jun 17, 2024
1 parent 1024650 commit 69d19be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/koopmans/calculators/_koopmans_cp.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def good_fft(nr: int) -> int:
return nr


def read_ham_file(filename: Path) -> np.ndarray[Any, np.dtype[np.cfloat]]:
def read_ham_file(filename: Path) -> np.ndarray[Any, np.dtype[np.complex128]]:
# Read a single hamiltonian XML file
if not filename.exists():
raise FileExistsError(f'{filename} does not exist')
Expand Down

0 comments on commit 69d19be

Please sign in to comment.