Vector-QM24 (VQM24) dataset
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/11164950
下载链接
链接失效反馈官方服务:
资源简介:
DFT properties for all 784,875 conformers in local minima; 258,242 constitutional isomers (most stable conformer) and 51,072 saddle point structures are available in the DFT_all.npz, DFT_uniques.npz and DFT_saddles.npz files respectively.DMC data for 10,793 constitutional isomers is available in the DMC.npz file.
All molecules are ordered in the same way across every array.
Keys for accessing each property are tabulated in the paper.
Usage example :
import numpy as np
data = np.load('DFT_all.npz', allow_pickle=True)
print(data.files) #see a list of all properties
key = 'freqs'
property = data[key] #DFT vibrational frequencies of all moleculesprint(property[42]) #Frequencies of molecule number 42 in the array (HSCl, Thiohypochlorous acid)
Input file samples and tools : https://github.com/dkhan42/VQM24
创建时间:
2025-02-11



