Skip to content

Commit

Permalink
fix type annotation...
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhelal committed Sep 18, 2023
1 parent fc8ac74 commit 982ca57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyscf_ipu/nanoDFT/nanoDFT.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ def _nanoDFT(state, opts, mol):
FloatNxN = Float[Array, "N N"]
FloatNxNxNxN = Float[Array, "N N N N"]
Grid = Float[Array, "4 grid_size N"]
FloatArray = Float[Array]
IntArray = Int[Array]
FloatArray = Float[Array, "..."]
IntArray = Int[Array, "..."]


@chex.dataclass
Expand Down

0 comments on commit 982ca57

Please sign in to comment.