msiron commited on
Commit
1392cf1
·
verified ·
1 Parent(s): 9677fe1

Update README.md

Browse files

Update to scheme for filtering out trajectories

Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -258,6 +258,8 @@ While we’ve shared this early version to support initial exploration and feedb
258
  Please proceed with caution and double-check any critical results drawn from this data.
259
  A formal release will follow once validation is complete.
260
 
 
 
261
  ## Dataset Description
262
 
263
  - **Homepage:** https://www.lematerial.org/
@@ -344,6 +346,13 @@ To ensure compatibility of rows from a DFT perspective, we implemented the follo
344
 
345
  The “all” split does not contain any filtering based on this approach, so all records can be downloaded.
346
 
 
 
 
 
 
 
 
347
 
348
  ## Stay tuned for future updates
349
  In the longer run we plan to release additional datasets including surface, adsorbates, and molecules.
 
258
  Please proceed with caution and double-check any critical results drawn from this data.
259
  A formal release will follow once validation is complete.
260
 
261
+ Note: For PBE we are in the process of providing a precomputed energy_corrected scheme based on [Materials Project 2020 Compatibility Scheme](https://www.nature.com/articles/s41598-021-94550-5)
262
+
263
  ## Dataset Description
264
 
265
  - **Homepage:** https://www.lematerial.org/
 
346
 
347
  The “all” split does not contain any filtering based on this approach, so all records can be downloaded.
348
 
349
+ ## Criteria for trajectory subsampling
350
+ We mostly borrowed from research from the Materials Project including research on r2SCAN data curation from [Xu Huang, Bowen Deng, Peichen Zhong, Aaron D. Kaplan, Kristin A. Persson, Gerbrand Ceder](https://www.arxiv.org/abs/2504.05565) and from the ChgNet data curation from [Bowen Deng, Peichen Zhong, KyuJung Jun, Janosh Riebesell, Kevin Han, Christopher J. Bartel & Gerbrand Ceder ](https://www.nature.com/articles/s42256-023-00716-3#Sec11). However we made a key change. The selection criteria includes:
351
+ - Within the trajectories frames were discarded if they deviated more than 1eV/atom from the final frame, to ensure that no frames are included which may not be fully converged.
352
+ - Where possible to identify, if the electronic SCF test did not converge, we did not include the frame.
353
+ - We kept structures with missing energy, and forces, for people wanting to do something similar to OCP's initial structure to relaxed structure (IS2RE) task.
354
+ - We did not downsample based on trajectory length or similar structure to try to enhance diversity, rather opting for full trajectory dataset that others can use.
355
+ - Because we added data from other databases, we provide compatibility compliance subset as described above.
356
 
357
  ## Stay tuned for future updates
358
  In the longer run we plan to release additional datasets including surface, adsorbates, and molecules.