Sankek commited on
Commit
efa6869
·
verified ·
1 Parent(s): 8c0843c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -137,10 +137,11 @@ Each row corresponds to one Materials Project entry identified by `material_id`
137
  ### Data Fields
138
 
139
  - `material_id` (string): Materials Project material identifier (e.g., `mp-149`).
 
140
  - `structure` (string): **pymatgen `Structure` JSON** (serialized) for the entry’s structure.
141
- - `deprecated` (bool): Whether the entry is marked deprecated upstream.
142
  - `space_group_number` (int): International space group number from `mp_doc.symmetry.number`.
143
  - `crystal_system` (string): Crystal system label from `mp_doc.symmetry.crystal_system`.
 
144
 
145
  Energetics / thermodynamics:
146
  - `uncorrected_energy_per_atom` (float)
 
137
  ### Data Fields
138
 
139
  - `material_id` (string): Materials Project material identifier (e.g., `mp-149`).
140
+ - `formula` (string): Reduced chemical formula string.
141
  - `structure` (string): **pymatgen `Structure` JSON** (serialized) for the entry’s structure.
 
142
  - `space_group_number` (int): International space group number from `mp_doc.symmetry.number`.
143
  - `crystal_system` (string): Crystal system label from `mp_doc.symmetry.crystal_system`.
144
+ - `deprecated` (bool): Whether the entry is marked deprecated upstream.
145
 
146
  Energetics / thermodynamics:
147
  - `uncorrected_energy_per_atom` (float)