OH radicals: Data set
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/15013153
下载链接
链接失效反馈官方服务:
资源简介:
This dataset was employed in the study of the reaction dynamics of OH radicals on the surface of cosmic dust grains. The origin of included structures generation of the dataset is highlighted in the publication "Diffusive vs. non-diffusive paths to interstellar hydrogen peroxide: A machine learning-based molecular dynamics study"
The data is stored in python compressed array format (.npz) with the energies in kcal/mol and forces in kcal/mol/Ang. The data set contains five numpy arrays
import numpy as npdata = np.load('OH_data_set.npz')data['R'] # Cartesian coordinates of nuclei (Ang.)data['E'] # Total energy (kcal/mol)data['F'] # Forces (kcal/mol/Ang.)data['N'] # Number of atoms in each structuredata['Z'] # Nuclear charges
创建时间:
2025-03-12



