# Benchmark ## IAP datasets {cite}`doi:10.1021/acs.jpca.9b08723` ```shell git clone git@github.com:materialsvirtuallab/mlearn.git datasets/ # CPU python scripts/load_mlearn_dataset.py --raw_datadir datasets/mlearn/data --element Cu --config_path configs/mlearn_Cu.yaml --num_workers 1 # GPU python scripts/load_mlearn_dataset.py --raw_datadir datasets/mlearn/data --element Cu --config_path configs/mlearn_Cu.yaml --device cuda --num_workers 1 ``` ## MPF.2021.2.8 ```shell git clone git@github.com:materialsvirtuallab/mlearn.git datasets/ # CPU python scripts/load_mpf_dataset.py --raw_datadir datasets/ --config_path configs/mpf.yaml --num_workers 1 # GPU python scripts/load_mpf_dataset.py --raw_datadir datasets/ --config_path configs/mpf.yaml --device cuda --num_workers 1 ``` ## Phonon dispersion curve ## References ```{bibliography} :filter: docname in docnames ```