Skip to content

Commit

Permalink
Merge pull request #365 from jonwright/master
Browse files Browse the repository at this point in the history
trigonalP & rhombohedralP naming
  • Loading branch information
jonwright authored Dec 13, 2024
2 parents 256f653 + 228fe7e commit 7a72fc6
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 7a72fc6

Please sign in to comment.