Detail

bandgap_test

rjacobs3_wisc/bandgap_test_2023-03-20
Copy
Ryan Jacobs
Python static method
materials science

Input

Input dictionary containing a list of pymatgen structure objects (with key name "structure_list"), and same length list of fidelity keywords (with key name "fidelity_list"). Acceptable values are pbe, pbe1, mbj, gllb-sc, hse, gw, exp
Type: dict

Output

pandas dataframe containing predicted bandgap values
Type: python object

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('rjacobs3_wisc/bandgap_test_2023-03-20', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('rjacobs3_wisc/bandgap_test_2023-03-20')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation