Home

Awesome

Crystal Toolkit

Citations

You can read more about Crystal Toolkit in our preprint, available here.

A citation.cff file is available or a BibTeX citation is as follows:

@article{horton2023crystal,
  title={Crystal Toolkit: A Web App Framework to Improve Usability and Accessibility of Materials Science Research Algorithms},
  author={Horton, Matthew and Shen, Jimmy-Xuan and Burns, Jordan and Cohen, Orion and Chabbey, Fran{\c{c}}ois and Ganose, Alex M and Guha, Rishabh and Huck, Patrick and Li, Hamming Howard and McDermott, Matthew and others},
  journal={arXiv preprint arXiv:2302.06147},
  year={2023}
}

If you use Crystal Toolkit, either for your own web apps, or by incorporating images generated by Crystal Toolkit in your work, please make sure to cite it appropriately! Citations are a good way to recognize the contributions of the Crystal Toolkit developers, and allow us to see how it has been used by the community.

Interested in contributing?

A current list of new contributor issues can be seen here. If you would like a new-contributor issue assigned, get in touch with project maintainers!

Status

Tests Visual Regression Test Status Docker Build Status Release pre-commit.ci status arXiv link

Installation

pip install crystal-toolkit

Documentation

Documentation can be found at docs.crystaltoolkit.org.

Example Apps

Description       
bandstructure.py<br> Demonstrates capabilities of the BandstructureAndDosComponent componentLaunch Codespace
basic_hello_structure.py<br> Uses StructureMoleculeComponent to show a simple pymatgen structureLaunch Codespace
basic_hello_structure_interactive.py<br> Adds a button to the basic_hello_structure.py to toggle between two structures interactivelyLaunch Codespace
basic_hello_world.py<br> Bare-bones example showing how to render the text "Hello scientist!" in Dash appLaunch Codespace
diffraction.py<br> Demonstrates capabilities of the XRayDiffractionComponent componentLaunch Codespace
diffraction_dynamic.py<br> Adds a button to diffraction.py to load a new structure on the flyLaunch Codespace
diffraction_empty.py<br> Shows XRayDiffractionComponent can be mounted without a passing structureLaunch Codespace
kwarg_inputs.py<br> Shows off boolean input (aka toggle), matrix input and slider input componentsLaunch Codespace
phase_diagram.py<br> Combines MPRester.get_entries_in_chemsys() and the PhaseDiagram component to plot the Li-O-Co convex hullLaunch Codespace
pourbaix.py<br> Combines MPRester.get_pourbaix_entries() and the PourbaixDiagramComponent to plot the Fe-CO Pourbaix diagramLaunch Codespace
structure.py<br> Show cases multiple layout options for the StructureMoleculeComponentLaunch Codespace
structure_magnetic.py<br> Plots a structure with magnetic momentsLaunch Codespace
matbench_dielectric_structure_on_hover.py<br> Creates a scatter plot hooked up to a StructureMoleculeComponent and DataTable that show the structure and highlight the table row corresponding to the hovered scatter point.Launch Codespace
matbench_dielectric_datatable_xrd.py<br> Renders a DataTable hooked up to a StructureMoleculeComponent and XRayDiffractionComponent so that hovering a table row will show the corresponding structure and its XRD pattern.Launch Codespace
transformations.py<br> Combines StructureMoleculeComponent and AllTransformationsComponent to apply interactive structure transformationsLaunch Codespace
transformations_minimal.py<br> Shows how to restrict the types of allowed transformationsLaunch Codespace
write_structure_screenshot_to_file.py<br> Shows to save interactive structure views as image filesLaunch Codespace

Team and Contribution Policy

The Crystal Toolkit Development Team includes:

New contributors are welcome, please see our Code of Conduct. If you are a new contributor please modify this README in your Pull Request to add your name to the list.

Future of This Repository

The Crystal Toolkit repository is home of an object-oriented Python framework for rendering materials science data based on the schema employed by the Materials Project.

The custom Plotly Dash components that power Crystal Toolkit are now maintained in a separate repository for ease of development, as well as the custom React components. These components were formerly included in the Crystal Toolkit repo, and are still considered part of Crystal Toolkit in spirit.

There are some important issues still to be resolved, as well as general improvements to documentation and test suite planned. Some currently-private code is also planned to be re-incorporated into the public Crystal Toolkit repo.

Acknowledgements

Thank you to all the authors and maintainers of the libraries Crystal Toolkit depends upon, and in particular pymatgen for crystallographic analysis and Dash from Plotly for their web app framework.

Thank you to the NERSC Spin service for hosting the app and for their technical support.

Contact

Please contact @mkhorton with any queries or add an issue on the GitHub Issues page.