figshare
Browse
1/1
7 files

JARVIS-DFT 3D dataset (jdft_3d.json)

Version 10 2022-12-12, 18:50
Version 9 2021-08-18, 21:17
Version 8 2021-08-18, 20:59
Version 7 2021-05-17, 05:41
Version 6 2021-03-13, 19:53
Version 5 2020-04-30, 00:24
Version 4 2020-04-29, 22:26
Version 3 2019-06-14, 16:17
Version 2 2018-07-21, 19:00
Version 1 2018-07-13, 15:18
dataset
posted on 2022-12-12, 18:50 authored by Kamal ChoudharyKamal Choudhary

Dataset for 3D 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 jdft_3d-12-12-2022.json.zip

import os, json

import pandas as pd

f = open(' jdft_3d-12-12-2022.json', 'r')

data3d=json.load(f)

f.close()

df=pd.DataFrame(data3d)

print (df)


or


pip install jarvis-tools

from jarvis.db.figshare import data

data2d = data('dft_3d')


#########################################

For more details about using the dataset, use the jupyter-notebooks:

https://github.com/JARVIS-Materials-Design/jarvis-tools-notebooks


Funding

NIST

History