JiashuLiang commited on
Commit
e029fa6
·
verified ·
1 Parent(s): 902e5a6

Add citation

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -42,14 +42,14 @@ THEMol is an open-source collection of quantum mechanical properties tailored fo
42
 
43
  The dataset contains five tailored subsets and over three billion DFT calculations for molecules with up to 50 non-hydrogen atoms. Its chemical space spans twelve essential elements and diverse molecular architectures relevant to drug discovery, electrolytes, ionic liquids, and broader molecular modeling applications.
44
 
45
- See the [paper](https://arxiv.org/abs/XXXX.XXXXX) and [GitHub repository](https://github.com/ByteDance-Seed/THEMol) for more details. The GitHub repository provides data readers, validation utilities, and statistical scripts.
46
 
47
  ## Dataset Details
48
 
49
  ### Dataset Description
50
 
51
  - **Repository** [https://github.com/ByteDance-Seed/THEMol](https://github.com/ByteDance-Seed/THEMol)
52
- - **Paper** [https://arxiv.org/abs/XXXX.XXXXX](https://arxiv.org/abs/XXXX.XXXXX)
53
  - **Data format** CSV index files plus HDF5 data files.
54
  - **Computation scale** more than three billion DFT calculations across five subsets.
55
  - **Molecular scope** organic molecules with up to 50 non-hydrogen atoms.
@@ -216,12 +216,13 @@ For `parameters`, each row contains the 0-based parent atom index, the Slater-fu
216
  If you use THEMol in your research or applications, please cite:
217
 
218
  ```bibtex
219
- @article{THEMol,
220
- title={THEMol: Torsion, Hessian, Energy of Molecules},
221
- author={Author1 and Author2},
222
  year={2026},
223
- eprint={XXXX.XXXXX},
224
  archivePrefix={arXiv},
225
- primaryClass={cs.XX}
 
226
  }
227
  ```
 
42
 
43
  The dataset contains five tailored subsets and over three billion DFT calculations for molecules with up to 50 non-hydrogen atoms. Its chemical space spans twelve essential elements and diverse molecular architectures relevant to drug discovery, electrolytes, ionic liquids, and broader molecular modeling applications.
44
 
45
+ See the [paper](https://arxiv.org/abs/2605.14973) and [GitHub repository](https://github.com/ByteDance-Seed/THEMol) for more details. The GitHub repository provides data readers, validation utilities, and statistical scripts.
46
 
47
  ## Dataset Details
48
 
49
  ### Dataset Description
50
 
51
  - **Repository** [https://github.com/ByteDance-Seed/THEMol](https://github.com/ByteDance-Seed/THEMol)
52
+ - **Paper** [https://arxiv.org/abs/2605.14973](https://arxiv.org/abs/2605.14973)
53
  - **Data format** CSV index files plus HDF5 data files.
54
  - **Computation scale** more than three billion DFT calculations across five subsets.
55
  - **Molecular scope** organic molecules with up to 50 non-hydrogen atoms.
 
216
  If you use THEMol in your research or applications, please cite:
217
 
218
  ```bibtex
219
+ @misc{THEMol,
220
+ title={THEMol dataset: Torsion, Hessian, and Energy of Molecules},
221
+ author={Jiashu Liang and Tianze Zheng and Yu Xia and Xingyuan Xu and Xu Han and Zhi Wang and Siyuan Liu and Ailun Wang and Yu Liu and Shiqian Tan and Dongfei Liu and Zhichen Pu and Yuanheng Wang and Qiming Sun and Xiaojie Wu and Wen Yan},
222
  year={2026},
223
+ eprint={2605.14973},
224
  archivePrefix={arXiv},
225
+ primaryClass={physics.chem-ph},
226
+ url={https://arxiv.org/abs/2605.14973},
227
  }
228
  ```