The Oliynyk Lab

Projects

Here's a list of some things we did! Most if not all of our software is open-source.

Featurization

Custom features
Custom features

Generates custom features for analyzing complex crystal structures. These features capture detailed geometric and structural information, such as polyhedron volumes, edge distortions, and atomic distances, focusing on specific sites.

Automated Machine Learning Workflow for Excel Data
Automated Machine Learning Workflow for Excel Data

Command-line interface to preprocess, analyze, and visualize data using a variety of machine learning models, including both unsupervised (PCA, clustering) and supervised (classification) learning methods. See the demo here!

Structure Analyzer Featurizer SAF
Structure Analyzer/Featurizer (SAF)

Generates geometric features of interatomic distances, atomic environment information, and coordination numbers.

Composition Analyzer Featurizer CAF
Composition Analyzer/Featurizer (CAF)

Generates chemical compositional features and provides tools for filtering, sorting, and merging data.

Structure Exploration

Structure Type Explorer STEx
Structure Type Explorer (STEx)

Visualizes binary compounds on periodic tables and recommending elements for novel compound discovery.

CIF Site Analysis
CIF Site Analysis

Parses .cif files based on structure type and creates a CSV table with site compositions, and heat maps for each site (up to 5 sites) and a heat map for compositions.

cifkit
cifkit

Python package for CIF high-throughput analysis.

CIF Bond Analyzer
CIF Bond Analyzer

Command-line Python application designed for high-throughput extraction of minimum bond length and atomic mixing information from CIFs.

Lab-use

XRD Matcher
XRD Matcher

This is an interactive software done in jupyter notebook for user-ease. It will plot a single chosen experimental XRD file and allow you to compare it against proposed structures from CIFs.

High-throughput LMTO
High-throughput LMTO

Automates the steps involved in performing LMTO calculations. The code will take a list of CIFs as input and for each structure in the list, an LMTO calculation will be performed including optimization, band structure, and density of states. The outputs are saved as easily-manageable CSVs.

High-throughput LMTO plotter
High-throughput LMTO plotter

Parses .csv files produced by the high-throughput LMTO package and automatically produces easily readable & aesthetically pleasing plots ready for publication, posters or presentations. Run the plotter.py file and input the path.

VASP Tutorial
VASP Tutorial

Tutorial to using VASP for running density functional theory calculations in solid-state chemistry.