This repository contains all the data to reproduce the calculations of the article: L. Bastonero, G. Joalland, C. Cignarella, L. Monacelli, and N. Marzari, Predicting challenging phase transitions with Bayesian active learning (2026).
It contains:
archive.aiida: AiiDA archive containing the data and provenance of the simulations performed using AiiDA (see also How to navigate)CsPbI3.tar.gz and Li2O.tar.gz: tarballs of the corresponding material containing the following folders:analysis: contains jupyter notebooks to reproduce the main figures of the article.datasets: contains .extxyz format files representing the datasets from reference SSCHA-DFT and active learning calculationsalpha_black and delta_yellow subfolders for CsPbI3, and under no subfolder for Li2O:vcrelax_dft: contains the script to run a geometry optimization with DFT (pw.x binary of Quantum ESPRESSO) using aiida-quantumespressophonons_dfpt: contains the script to run a harmonic phonon calculation with DFPT (ph.x binary of Quantum ESPRESSO) using aiida-quantumespressosscha_active_learning: contains the script to run and related results of the active learning SSCHA with FLARE and AiiDAsscha_dft_reference (for alpha-CsPbI3 and Li2O only): contains the script to run and related results of the reference SSCHA-DFT calculationssscha_ml (for CsPbI3 only): contains the script to run and related results of the production SSCHA calculations with the ML potential to calculate the phase diagram of CsPbI3train (for CsPbI3 only): training of the production ML potential using the pruned dataset of alpha and delta phases of CsPbI3pseudos (for CsPbI3 only): the pseudopotentials for Cs, Pb, and Iutilities.tar.gz: other useful scripts used throughout the studyThe calculations can be performed and reproduced with the following AiiDA plugins and codes:
pw.x and ph.x binaries (version >= 7.2)The AiiDA database can be explored either directly on Materials Cloud Archive or by importing the archive.aiida archive in a local AiiDA installation (after having installed the dependencies; see How to reproduce).