Skip to main content

A python package to extract symmetry information from structure files, including POSCAR, CIF, and other format supported by ase.io.read.

Project description

structure2symmetry

This small python code uses Atomic Simulation Environment and spglib to determine the symmetry information from a structure file like POSCAR, CIF and many more supported by ase.io.read(refer to https://wiki.fysik.dtu.dk/ase/ase/io/io.html).

Installation

Using pip, use the following command to install

pip install structure2symmetry

Using the source code

git clone https://github.com/Shibu778/structure2symmetry.git
cd structure2symmetry
pip install -e .

Use

You can use following commandline interface to get symmetry information from a structure file.

struct2symm --filepath "./SiC.cif" --tolerance 1e-6 --angle_tolerance 0.01 --destination "./" --savefile "data.info"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

structure2symmetry-0.0.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

structure2symmetry-0.0.1-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page