Trained Materials Discovery Python Class
收藏数据链接:
官方服务:
资源简介:
Trained materials discovery Python class (Discover()). Load via:```pythonimport picklewith open("disc.pkl", "rb") as f: disc = pickle.load(f)```To see the attributes of the Discover() class:```pythondir(disc)```
创建时间:
2021-10-12



