Skip to content

Commit

Permalink
Update surface.py
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Jul 19, 2024
1 parent 278cc95 commit 4c7aeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis/analysis/defects/surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def make_surface(self):

frac_coords = new_atoms.frac_coords

frac_coords[:] = frac_coords[:] % 1
# frac_coords[:] = frac_coords[:] % 1
new_atoms = Atoms(
lattice_mat=latest_lat,
elements=surf_atoms.elements,
Expand Down

0 comments on commit 4c7aeb7

Please sign in to comment.