Skip to content

Commit 0535792

Browse files
QEDadyjsspencer
authored andcommitted
Typing fixes
PiperOrigin-RevId: 897312424 Change-Id: Iba3c4b1e21c0f05f5ecada70a74bd156b7b6acf9
1 parent f520469 commit 0535792

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ferminet/utils/scf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,7 @@ def scf_unflatten(aux_data, children) -> Scf:
360360

361361

362362
def get_ordered_excitations(
363-
mean_field: ...,
364-
n: int = 10,
365-
preserve_spin: bool = False
363+
mean_field, n: int = 10, preserve_spin: bool = False
366364
) -> list[tuple[float, int, list[SpinOrbitalSwap]]]:
367365
"""Compute energies of lowest n single/double excitations from HF result.
368366

0 commit comments

Comments
 (0)