The table below shows a list of published cluster expansion (CE) models. The entries in the first column are linked to CE model files in icet format.
The second column links to the publication in which the respective model has been constructed and that should be cited when using this model. Please also refer to the original publication for supporting information, which is typically provided on zenodo and includes, e.g., reference data and supporting scripts.
The following code block illustrates how to access the models using the icet package:
from icet import ClusterExpansion
ce = ClusterExpansion.read('my-model.ce')
print(ce)