README.md
March 23, 2026 ยท View on GitHub
๐ฎ qcMol: a large-scale dataset of 1.2 million molecules
with DFT-level quantum chemical annotations
for molecular representation learning
๐ Overview
qcMol is a large-scale and comprehensive dataset containing 1.2 million molecules collected from 95 curated sources.
It provides DFT-level quantum chemical annotations to advance molecular representation learning and molecular property prediction.
The dataset covers 247,448 unique molecular scaffolds, encompassing drug-like compounds, metabolites, and experimentally validated molecules, thus capturing a chemically diverse landscape suitable for AI-driven drug discovery.
Each molecule is annotated with detailed quantum-chemical descriptors derived from reliable B3LYP-D3/def2-SV(P)//GFN2-xTB calculations, combined with wavefunction analyses.
With multiple data formats and rich annotations, qcMol serves as both an ideal pretraining resource and a benchmark platform for deep learning models.
๐ Dataset Highlights
- ๐งฉ Scale: 1.2 million molecules from 95 datasets
- ๐ฌ Quantum Calculations: B3LYP-D3/def2-SV(P)//GFN2-xTB
- ๐ Descriptors: NPA, ADCH, ELF, LI, LBO, DI, Mayer, and more
- ๐ Coverage: 247,448 molecular scaffolds across diverse drug-like and biological molecules
- โ๏ธ Formats: Basic information / Global information / Atom-level information / Bond-level information
- ๐ง Applications: Pretraining, molecular property prediction, scaffold-level learning, and generative modeling
๐ Github Structure
qcMol/
โโโ README.md
โโโ env/ # Environment dependencies
โ โโโ evaluation.md
โ โโโ qc_calculation.md
โโโ script/
โโโ evaluation/
โ โโโ descriptor_quality/ # Experiment 1 - Features Quality
โ โ โโโ README.md
โ โ โโโ gat_baseline/ # Baseline setting
โ โ โโโ gat_conv6/
โ โ โโโ .....
โ โโโ distribution_quality/ # Experiment 2 - Distribution Quality
โ โโโ README.md
โ โโโ pretrain/ # Pretrain with qcMol/QM9 data
โ โโโ evaluation/ # Evaluate the pretrained model
โโโ qc_features_calculation/ # The pipeline of quantum chemical calculation
โโโ run_single/
โโโ ...
โโโ post_ana/
โโโ result/
๐ Access
- ๐ Website: https://structpred.life.tsinghua.edu.cn/qcmol/
- ๐ Paper: https://www.biorxiv.org/content/10.1101/2025.09.07.674462v1
๐ Citation
If you use qcMol in your research, please cite:
@article{HaoyuWang2025qcMol,
title = {qcMol: A Large-Scale Dataset of 1.2 Million Molecules with High-Quality Quantum Chemical Annotations for Molecular Representation Learning},
author = {Haoyu Wang and et al.},
journal = {bioRxiv},
year = {2025},
doi = {10.1101/2025.09.07.674462},
url = {https://www.biorxiv.org/content/10.1101/2025.09.07.674462v1}
}