HIP-UMA-OMol25
收藏资源简介:
HIP-UMA-OMol25 是一个面向原子尺度分子动力学的数据集,包含 UMA-S-1.2 模型对 OMol-1 训练集几何结构的预测结果及其自动梯度 Hessian 矩阵。数据存储于 HDF5 文件中,每个文件包含分子配置信息,如原子序数、坐标、原子数、电荷、自旋、自旋多重度、是否非限制性计算、能量、力和密集 Hessian 矩阵(扁平化)。此外,还提供了用于重建变长数组的原子指针和 Hessian 指针,以及 OMol 匹配字段(如 omol_index、source、data_id、sid、reference_source、composition)和可选的 OMol 参考 DFT 标签(dft_energy、dft_forces、has_dft_labels)。标签精度为 float32,能量单位 eV,力单位 eV/Å,Hessian 单位 eV/Ų。数据源自 OMol-1 训练集(release 260123),采用固定种子均匀采样(种子 20260729),使用 UMA-S-1.2 模型生成,Hessian 模式为循环,精度 float32。HDF5 格式为发布格式,支持随机访问和变长密集 Hessian 矩阵,无需填充。该数据集适用于图机器学习任务,尤其是分子性质预测、力场训练和 Hessian 相关建模。
HIP-UMA-OMol25 is a dataset for atomic-scale molecular dynamics, containing the predictions of the UMA-S-1.2 model on the geometries of the OMol-1 training set and their automatic gradient Hessian matrices. The data is stored in HDF5 files, each containing molecular configuration information such as atomic numbers, coordinates, number of atoms, charge, spin, spin multiplicity, whether it is unrestricted calculation, energy, forces, and dense Hessian matrices (flattened). Additionally, atomic pointers and Hessian pointers for reconstructing variable-length arrays are provided, along with OMol matching fields (e.g., omol_index, source, data_id, sid, reference_source, composition) and optional OMol reference DFT labels (dft_energy, dft_forces, has_dft_labels). Label precision is float32, energy unit is eV, force unit is eV/Å, and Hessian unit is eV/Ų. The data originates from the OMol-1 training set (release 260123), sampled uniformly with a fixed seed (seed 20260729), generated using the UMA-S-1.2 model with cyclic Hessian mode and float32 precision. The HDF5 format is the release format, supporting random access and variable-length dense Hessian matrices without padding. This dataset is suitable for graph machine learning tasks, especially molecular property prediction, force field training, and Hessian-related modeling.
数据集概述:HIP-UMA-OMol25
基本信息
- 数据集名称:HIP-UMA-OMol25
- 任务类型:图机器学习(graph-ml)
- 标签:原子模拟、分子动力学、Hessian矩阵、UMA、OMol25
数据内容
该数据集包含基于OMol-1训练几何结构、使用omol任务生成的UMA-S-1.2预测结果及自动微分Hessian矩阵。每个HDF5文件存储分子构型,包含以下字段:
基础结构信息
- 原子序数(
atomic_numbers) - 坐标(
coords) - 原子数(
natoms)
分子属性
- 电荷(
charge) - 自旋(
spin) - 自旋多重度(
spin_multiplicity) - 非限制性标志(
unrestricted)
物理量标签
- 能量(
energy,单位:eV) - 力(
forces,单位:eV/Å) - 稠密Hessian矩阵(
hessian_flat,单位:eV/Ų) - 指针字段(
atom_ptr、hessian_ptr)用于重构变长数组
OMol匹配字段
omol_index、source、data_id、sidreference_source、composition
可选参考标签
dft_energy、dft_forces、has_dft_labels
所有教师标签均以float32精度存储。
数据来源与采样
- 来源数据集:OMol-1训练集,版本
260123 - 采样方式:固定种子均匀采样,种子为
20260729 - 生成模型:
uma-s-1p2 - Hessian计算模式:循环(loop)
- 精度:float32
omol_index字段对应父数据集OMol-1训练集ASE-LMDB中的索引,额外包含身份字段和分子几何信息,便于交叉验证及独立使用。
使用说明
- 复现UMA输入需设置
task_name=omol、UMA-S-1.2、FP32精度,并使用120 Å的分子模拟盒 - OMol25的
spin字段表示自旋多重度 - 电荷和自旋是必需的条件输入,需通过等效
r_data_keys=["spin", "charge"]传递
格式说明
- 发布格式:HDF5,支持随机访问和变长稠密Hessian矩阵存储,无需填充
- 生成建议:FairChem图/训练缓存需根据本地FairChem版本和训练配置从原始文件生成,因为其表示形式依赖于具体环境




