Dataset: Real-space visualization of a defect-mediated charge density wave transition
https://doi.org/10.34863/0k5x-w691
Authors: James L Hart1, Haining Pan 2, Saif Siddique 1, Noah Schnitzer 1, Krishnanand Mallayya 2, Shiyu Xu1, Lena F Kourkoutis3,4, Eun-ah Kim2,5, Judy J Cha 1
Author affiliations:
1:Department of Materials Science and Engineering, Cornell University, United States
2:Department of Physics, Cornell University, United States
3:School of Applied and Engineering Physics, Cornell University, United States
4:Kavli Institute at Cornell for Nanoscale Science, Cornell University, United States
5:Department of Physics, Ewha Womans University, South Korea
We are providing the raw data and the machine learning model used to produce the results shown in Fig. 4 and Fig. S1. Here is a list of the functionality of each file (all individual files are included in ‘code.zip’):
- q_Txy.py: Detects peaks (kx, ky) for each point at (T, x, y). T = temperature
- q_stat.py: Returns the statistics of the peaks
- GMM.py: Applies a Gaussian mixture model to cluster the peaks
- 4DSTEM.ipynb: An interactive Jupyter notebook file that generates the figure in the paper from the raw data.
Given that data analysis from the raw data can be time-consuming, we have also provided the post-analyzed files:
- q_Txy_count_pts_outlier_sample_2_auto_bragg.pickle: This file, output from q_Txy.py, contains the peaks in the momentum space for each (T, x, y).
- count_pts_outlier_auto.pickle: This file, output from GMM.py, contains the cluster information, such as which point of (T, x, y) belongs to which cluster given the number of clusters k.
Lastly, the raw data is included as data.hdf5.