Datasets:
License:
File size: 3,223 Bytes
f2f3ec7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | ---
license: GPLv3
# 用户自定义标签
tags:
- MatPL
- NEP
- machine learning potential
- materials science
- pwmat
- pwmlff
- extxyz
language:
- en
- zh
---
<p align="center">
<strong>
<span style="font-size: 30px;">MatPL</span>
</strong>
</p>
## 数据集描述
MatPL 数据集是适配 `OneScience/NEP` 的材料势训练示例数据集,包含 AuAg、Cu、HfO2、LiSiC 等多个材料体系,覆盖 `pwmat/movement`、`pwmlff/npy` 和 `extxyz` 数据格式。数据包含不同材料体系在不同构型下的原子坐标、晶胞信息、能量和受力数据,是学习和验证机器学习原子间势(NEP 等)方法的标准基准数据集。
当前数据包包含约 636 个文件,约 38 MB。
## 数据集支持的任务
本标准化数据仓库整理了 MatPL 官方示例的完整数据包,包含四个材料体系,可用于:
- 机器学习原子间势模型的训练与验证
- 材料模拟的势能面拟合
- NEP 框架的功能测试与基准评测
## 数据集的格式和结构
数据文件位于 `data/MatPL/` 目录下,按材料体系分片组织:
| 文件路径 | 格式 | shape / 内容 | 说明 |
|---|---|---|---|
| `MatPL/AuAg/AuAg-5762.xyz` | extxyz | `[N_frames, N_atoms]` | AuAg 体系构型数据 |
| `MatPL/Cu/pwdata/0_300_MOVEMENT` | pwmat/movement | `[N_frames, N_atoms]` | Cu 体系训练数据(300K) |
| `MatPL/Cu/pwdata/1_500_MOVEMENT` | pwmat/movement | `[N_frames, N_atoms]` | Cu 体系训练数据(500K) |
| `MatPL/Cu/pwdata/valid_movement` | pwmat/movement | `[N_frames, N_atoms]` | Cu 体系验证数据 |
| `MatPL/HfO2/pwdata/init_*/train/atom_type.npy` | npy | `[N_atoms]` | HfO2 体系原子类型 |
| `MatPL/HfO2/pwdata/init_*/train/energies.npy` | npy | `[N_frames]` | HfO2 体系构型总能量 |
| `MatPL/HfO2/pwdata/init_*/train/forces.npy` | npy | `[N_frames, N_atoms×3]` | HfO2 体系原子受力 |
| `MatPL/HfO2/pwdata/init_*/train/image_type.npy` | npy | `[N_frames]` | HfO2 体系构型类型 |
| `MatPL/HfO2/pwdata/init_*/train/lattice.npy` | npy | `[N_frames, 9]` | HfO2 体系晶胞矩阵 |
| `MatPL/HfO2/pwdata/init_*/train/position.npy` | npy | `[N_frames, N_atoms×3]` | HfO2 体系原子坐标 |
| `MatPL/HfO2/pwdata/init_*/valid/` | npy | 同上 | HfO2 体系验证数据分片 |
| `MatPL/LiSiC/pwdata/init_*/train/` | npy | 同上 | LiSiC 体系训练数据分片 |
| `MatPL/LiSiC/pwdata/init_*/valid/` | npy | 同上 | LiSiC 体系验证数据分片 |
| `metadata/sha256_manifest.txt` | SHA256 | 校验清单 | 文件完整性校验 |
## 数据集使用方式
```bash
hf download --dataset OneScience-Sugon/MatPL --local-dir ./data
```
## OneScience 官方信息
| 平台 | OneScience 主仓库 | Skills 仓库 |
|---|---|---|
| Gitee | https://gitee.com/onescience-ai/onescience | https://gitee.com/onescience-ai/oneskills |
| GitHub | https://github.com/onescience-ai/OneScience | https://github.com/onescience-ai/oneskills |
## 限制与许可证
本数据集为 MatPL 官方示例数据,未生成新样本或改变原始数据内容。
- **原始来源**:MatPL 官方仓库
- **许可证**:以 MatPL 原始数据来源、OneScience 仓库及 ModelScope 页面说明为准
|