JARVIS-DFT 2D dataset (jdft_2d.json)
收藏Mendeley Data2024-06-29 更新2024-06-30 收录
下载链接:
https://figshare.com/articles/dataset/jdft_2d-7-7-2018_json/6815705
下载链接
链接失效反馈官方服务:
资源简介:
Dataset for 2D materials Websites: 1) https://jarvis.nist.gov/jarvisdft , 2) https://jarvis-tools.readthedocs.io/en/master/databases.html , 3) https://jarvis-tools.readthedocs.io/en/master/publications.html Loading the dataset: unzip d2-12-12-2022.json.zip import os, json import pandas as pd f = open('d2-12-12-2022.json', 'r') data2d=json.load(f) f.close() df=pd.DataFrame(data2d) print (df) or pip install jarvis-tools from jarvis.db.figshare import data data2d = data('dft_2d') ######################################### For more details about using the dataset, use the jupyter-notebooks: https://github.com/JARVIS-Materials-Design/jarvis-tools-notebooks
创建时间:
2023-06-28



