HEXRD / hexrd

A cross-platform, open-source library for the analysis of X-ray diffraction data.
Other
55 stars 26 forks source link

Add property for point group number to material #585

Closed psavery closed 8 months ago

psavery commented 9 months ago

The material's (or unitcell's) point group can now be accessed via a pgnum property.

This also adds some dicts that store this info.

psavery commented 9 months ago

@gustafsonsven, can you give this a try? After you instantiate your material, use material.pgnum to get the point group number. Let me know if it works.

psavery commented 8 months ago

@gustafsonsven tried this and it worked for him!

psavery commented 8 months ago

@saransh13 approved this verbally.