Skip to content

Commit

Permalink
trigonalP & rhombohedralP naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwright committed Dec 12, 2024
1 parent 2ef4e97 commit 228fe7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ImageD11/sym_u.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ def rhombohedralP():
""" R3 primitive """
return generate_group("z,x,y", "-z,-y,-x")

trigonalP = rhombohedralP

def tetragonal():
""" P4 75"""
return generate_group ( "-y,x,z", "-x,y,-z" )
Expand Down

0 comments on commit 228fe7e

Please sign in to comment.