Skip to content

Commit

Permalink
export sitegroup
Browse files Browse the repository at this point in the history
  • Loading branch information
thchr committed Jun 28, 2022
1 parent bf1782e commit e6c3344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Crystalline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export classes, is_abelian
include("wyckoff.jl") # wyckoff positions and site symmetry groups
export wyckoffs, WyckoffPosition,
multiplicity,
SiteGroup, cosets,
SiteGroup, sitegroup, cosets,
findmaximal

include("symeigs2irrep.jl") # find irrep multiplicities from symmetry eigenvalue data
Expand Down

2 comments on commit e6c3344

@thchr
Copy link
Owner Author

@thchr thchr commented on e6c3344 Jun 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/63302

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.18 -m "<description of version>" e6c33441ebcf5bb5f220b36944543fe928e16415
git push origin v0.4.18

Please sign in to comment.