figshare
Browse
1/1
5 files

JARVIS-DFT 2D dataset (jdft_2d.json)

Version 8 2022-12-12, 18:44
Version 7 2021-03-13, 19:25
Version 6 2020-04-30, 00:22
Version 5 2020-04-29, 22:28
Version 4 2019-06-14, 16:52
Version 3 2019-06-14, 16:51
Version 2 2019-06-14, 16:08
Version 1 2018-07-13, 15:20
dataset
posted on 2022-12-12, 18:44 authored by Kamal ChoudharyKamal Choudhary

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

Funding

NIST

History