Metadata-Version: 2.4
Name: symmetr
Version: 0.10.2
Summary: Package for determining symmetry properties of crystals.
Home-page: https://github.com/zeleznyj/symmetr
Author: Jakub Zelezny
Author-email: jakub.zelezny@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: future
Requires-Dist: six
Requires-Dist: numpy
Requires-Dist: numpy; python_version >= "3"
Requires-Dist: numpy==1.16.4; python_version < "3"
Requires-Dist: sympy
Requires-Dist: prettytable
Requires-Dist: scipy
Requires-Dist: lxml
Requires-Dist: pandas
Requires-Dist: beautifulsoup4
Requires-Dist: pymatgen
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Python package for determining symmetry properties of crystals. See the [documentation](https://symmetr.readthedocs.io/) or the [manuscript](https://arxiv.org/abs/2602.21034). The source code can be found at the [GitHub repository](https://github.com/zeleznyj/symmetr).

The code internally uses [findsym](https://stokes.byu.edu/iso/isolinux.php) to determine the symmetry of a given crystal. Since findsym only works on Linux, most features of Symmetr will also only work on Linux. However, it is possible to run the code on any platform through [Docker](https://symmetr.readthedocs.io/en/latest/docker.html). The Windows Subsystem for Linux could likely be used for running the code, but this has not been tested. 

When using the code in scientific publications please cite it as:

- J. Železný, Symmetr: a Python package for determining symmetry properties of crystals, arXiv:2602.21034

You should also cite the findsym package as that is included with the code. Use the following references:

- H. T. Stokes, D. M. Hatch, and B. J. Campbell, FINDSYM, ISOTROPY Software Suite, iso.byu.edu
- H. T. Stokes, D. M. Hatch, “Program for Identifying the Space Group Symmetry of a Crystal”, J. Appl. Cryst. 38, 237-238 (2005).

If you are using MAGNDATA you should also cite it:
- J. Appl. Cryst. (2016). 49, 1750-1776
- J. Appl. Cryst. (2016). 49, 1941-1956


