File size: 1,807 Bytes
d0a5d19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
dataset: OC20
standardized_repo_id: OneScience/oc20
domain: matchem
format:
  - extxyz
splits:
  train:
    path: data/oc20/s2ef_200k_uncompressed
    pattern: "*.extxyz"
    files:
      - 0.extxyz
      - 1.extxyz
    frames: 10000
    atoms_per_frame: 8-221
  validation:
    path: data/oc20/s2ef_val_id_uncompressed
    pattern: "*.extxyz"
    files:
      - 0.extxyz
      - 1.extxyz
      - 2.extxyz
      - 3.extxyz
    frames: 20000
    atoms_per_frame: 8-223
sample_schema:
  extxyz_comment_fields:
    - Lattice
    - Properties
    - energy
    - free_energy
    - pbc
  properties:
    species:
      dtype: string
      shape: [num_atoms]
      description_zh: 元素符号。
    pos:
      dtype: float
      shape: [num_atoms, 3]
      unit: Angstrom
      description_zh: 原子坐标。
    move_mask:
      dtype: bool
      shape: [num_atoms]
      description_zh: 原子是否可移动。
    tags:
      dtype: int
      shape: [num_atoms]
      description_zh: 原子标签,用于区分吸附质、表面等。
    forces:
      dtype: float
      shape: [num_atoms, 3]
      unit: eV/Angstrom
      description_zh: 原子受力。
  config_fields:
    energy:
      dtype: float
      unit: eV
      description_zh: 构型总能量。
    free_energy:
      dtype: float
      unit: eV
      description_zh: 构型自由能。
model_expected_keys:
  energy_key: energy
  forces_key: forces
elements:
  - Ag
  - Al
  - As
  - Au
  - B
  - Bi
  - C
  - Ca
  - Cd
  - Cl
  - Co
  - Cr
  - Cs
  - Cu
  - Fe
  - Ga
  - Ge
  - H
  - Hf
  - Hg
  - In
  - Ir
  - K
  - Mn
  - Mo
  - N
  - Na
  - Nb
  - Ni
  - O
  - Os
  - P
  - Pb
  - Pd
  - Pt
  - Rb
  - Re
  - Rh
  - Ru
  - S
  - Sb
  - Sc
  - Se
  - Si
  - Sn
  - Sr
  - Ta
  - Tc
  - Te
  - Ti
  - Tl
  - V
  - W
  - Y
  - Zn
  - Zr