Skip to main content

PyPI Forge PythonVersion PR

CI Codecov Tracking

Logo light mode Logo dark mode

cifkit is designed to provide a set of fully-tested utility functions and variables for handling large datasets, on the order of tens of thousands, of .cif files.

Features:

cifkit provides higher-level functions in just a few lines of code.

  • Coordination geometry - cifkit provides functions for visualing coordination geometry from each site and extracts physics-based features like volume and packing efficiency in each polyhedron.

  • Atomic mixing - cifkit extracts atomic mixing information at the bond pair level—tasks that would otherwise require extensive manual effort using GUI-based tools like VESTA, Diamond, and CrystalMaker.

  • Filter - cifkit offers features for preprocessing. It systematically addresses common issues in CIF files from databases, such as incorrect loop values and missing fractional coordinates, by standardizing and filtering out ill-formatted files. It also preprocesses atomic site labels, transforming labels such as ‘M1’ to ‘Fe1’ in files with atomic mixing.

  • Sort - cifkit allows you to copy, move, and sort .cif files based on attributes such as coordination numbers, space groups, unit cells, shortest distances, elements, and more.

Example usage 1 - coordination geometry

The example below uses cifkit to visualize the polyhedron generated from each atomic site based on the coordination number geometry.

from cifkit import Cif

cif = Cif("your_cif_file_path")
site_labels = cif.site_labels

# Loop through each site label
for label in site_labels:
    # Dipslay each polyhedron, .png saved for each label
    cif.plot_polyhedron(label, is_displayed=True)
Polyhedron generation

Polyhedron generation

Example Usage 2 - sort

The following example generates a distribution of structure.

from cifkit import CifEnsemble

ensemble = CifEnsemble("your_folder_path_containing_cif_files")
ensemble.generate_structure_histogram()
structure distribution

structure distribution

Basde on your visual histogram above, you can copy and move .cif files based on specific attributes:

# Return file paths matching structures either Co1.75Ge or CoIn2
ensemble.filter_by_structures(["Co1.75Ge", "CoIn2"])

# Return file path matching CeAl2Ga2
ensemble.filter_by_structures("CeAl2Ga2")

To learn more, please read the official documentation here: https://bobleesj.github.io/cifkit.

Quotes

Here is a quote illustrating how cifkit addresses one of the challenges mentioned above.

“I am building an X-Ray diffraction analysis (XRD) pattern visualization script for my lab using pymatgen. I feel like cifkit integrated really well into my existing stable of libraries, while surpassing some alternatives in preprocessing and parsing. For example, it was often unclear at what stage an error occurred—whether during pre-processing with CifParser, or XRD plot generation with diffraction.core in pymatgen. The pre-processing logic in cifkit was communicated clearly, both in documentation and in actual outputs, allowing me to catch errors in my data before it was used in my visualizations. I now use cifkit by default for processing CIFs before they pass through the rest of my pipeline.” - Alex Vtorov `

Documentation

Citation

If you use cifkit in your publication, please cite the following:

@article{Lee2024,
  author    = {Sangjoon Lee and Anton O. Oliynyk},
  title     = {cifkit: A Python package for coordination geometry and atomic site analysis},
  journal   = {Journal of Open Source Software},
  year      = {2024},
  volume    = {9},
  number    = {103},
  pages     = {7205},
  publisher = {The Open Journal},
  doi       = {10.21105/joss.07205},
  url       = {https://doi.org/10.21105/joss.07205}
}

How to contribute

Here is how you can contribute to the cifkit project if you found it helpful:

  • Star the repository on GitHub and recommend it to your colleagues who might find cifkit helpful as well.

  • Create a new issue for any bugs or feature requests here

  • Fork the repository and consider contributing changes via a pull request.

  • If you have any suggestions or need further clarification on how to use cifkit, please reach out to Bob Lee (@bobleesj).

Acknowledgements

cifkit is maintained and developed with the help of scikit-package (https://scikit-package.github.io/scikit-package/).

Download files

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

Source Distribution

cifkit-1.2.1.tar.gz (262.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cifkit-1.2.1-py3-none-any.whl (217.3 kB view details)

Uploaded Python 3

File details

Details for the file cifkit-1.2.1.tar.gz.

File metadata

  • Download URL: cifkit-1.2.1.tar.gz
  • Upload date:
  • Size: 262.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for cifkit-1.2.1.tar.gz
Algorithm Hash digest
SHA256 eda0c22438e2ec3ff6a8c41f753d74a63764e5f10ecdd73b1c289f1db828d6df
MD5 8abb1f9a1c6930051b0bb283835d5e6c
BLAKE2b-256 c854fce58424e02e364eb4f4233a42b23faa3ba2ef0843f5a815c2b67b8aabb8

See more details on using hashes here.

File details

Details for the file cifkit-1.2.1-py3-none-any.whl.

File metadata

  • Download URL: cifkit-1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 217.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for cifkit-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d2ea663aed494abe44cc093a87cadc05011f95692cc6d205eccdc04a3bd8bbab
MD5 f1afed14af563f2280510401c79b3fea
BLAKE2b-256 9fb258e8f984dee8ba423311335fb050fcb0d3e007784ed310703f18ce0142bf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page