Skip to content

Commit

Permalink
update: add case for 0 degrees
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Nov 6, 2024
1 parent 357bca3 commit 69acbd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/py/mat3ra/made/tools/build/interface/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ class SupercellTypes(str, Enum):
(0.859197761631, [38, 39, -39, 77]),
(0.8374467041, [39, 40, -40, 79]),
(0.816769716893, [40, 41, -41, 81]),
(0.0, [1, 0, 0, 1]),
]

0 comments on commit 69acbd4

Please sign in to comment.