Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
basilib authored May 16, 2024
1 parent 5a4c737 commit 8144953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vayesta/misc/solids/solids.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def bcc(atoms, a):
"""Body-centered cubic.
Li: 3.51 A
"""
amat = a * np.eye(a)
amat = a * np.eye(3)
coords = a * np.asarray([[0, 0, 0], [1, 1, 1]]) / 2
atom = _make_atom(atoms, coords)
return amat, atom
Expand Down

0 comments on commit 8144953

Please sign in to comment.