Skip to content

Commit

Permalink
used geometry_define_nsc
Browse files Browse the repository at this point in the history
  • Loading branch information
pfebrer committed Nov 2, 2023
1 parent 2c31d06 commit 5c72a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sisl/geom/flat.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def _minimal_op(shells):
geom = geom.translate(geom.center(what="cell"))

# Set boundary conditions
geom.lattice.set_boundary_condition(a="Unknown", b="Unknown", c="Unknown")
geometry_define_nsc(geom, [False, False, False])

return geom

Expand Down

0 comments on commit 5c72a0a

Please sign in to comment.