jarvis.db.figshare

Downloads files from Figshare.

Main page: https://figshare.com/authors/Kamal_Choudhary/4445539

Module Contents

Functions

get_db_info()

Get DB info.

get_stm_2d_dataset()

Get 2D STM image dataset.

get_request_data([js_tag, url, store_dir])

Get data with progress bar.

data([dataset, store_dir])

Provide main function to download datasets.

get_jid_data([jid, dataset])

Get info for a jid and dataset.

get_ff_eneleast()

Get JARVIS-FF related data.

make_stm_from_prev_parchg([jid, bias, filename, min_size])

Make STM images from previously calculated PARVHG files for 2D.

get_wann_electron([jid])

Download electron WTBH if available.

get_wann_phonon([jid, factor])

Download phonon WTBH if available.

get_hk_tb([k, w])

Get Wannier TB Hamiltonian.

jarvis.db.figshare.get_db_info()[source]

Get DB info.

jarvis.db.figshare.get_stm_2d_dataset()[source]

Get 2D STM image dataset.

jarvis.db.figshare.get_request_data(js_tag='jdft_2d-4-26-2020.json', url='https://ndownloader.figshare.com/files/22471019', store_dir=None)[source]

Get data with progress bar.

jarvis.db.figshare.data(dataset='dft_2d', store_dir=None)[source]

Provide main function to download datasets.

jarvis.db.figshare.get_jid_data(jid='JVASP-667', dataset='dft_2d')[source]

Get info for a jid and dataset.

jarvis.db.figshare.get_ff_eneleast()[source]

Get JARVIS-FF related data.

jarvis.db.figshare.make_stm_from_prev_parchg(jid='JVASP-667', bias='Negative', filename='stm_image.png', min_size=10)[source]

Make STM images from previously calculated PARVHG files for 2D.

jarvis.db.figshare.get_wann_electron(jid='JVASP-816')[source]

Download electron WTBH if available.

jarvis.db.figshare.get_wann_phonon(jid='JVASP-1002', factor=15.633302)[source]

Download phonon WTBH if available.

jarvis.db.figshare.get_hk_tb(k=np.array([0, 0, 0]), w=[])[source]

Get Wannier TB Hamiltonian.