Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 9 DOI reference(s) in README -
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.3%) to scientific vocabulary
Repository
3D datasets useful to the Atomic Architects!
Basic Info
Statistics
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
Atomic Datasets
This repository provides an easy interface to the following 3D molecular datasets: - QM9 - GEOM (Drugs) - tmQM - CATH - Miniproteins
as well as the following toy datasets: - Platonic Solids - 3D Tetris Pieces
Installation
Install directly from GitHub with pip:
bash
pip install git+https://github.com/atomicarchitects/datasets
or uv:
bash
uv pip install git+https://github.com/atomicarchitects/datasets
Example
```python from atomic_datasets import QM9
dataset = QM9( rootdir="data/qm9", checkwith_rdkit=True, )
for graph in dataset: # graph is a dictionary. print(graph["nodes"], graph["properties"]) ```
Citation
If you use this repository, please cite this repository as:
bibtex
@software{atomic_datasets,
title = {{atomic\_datasets}},
author = {Daigavane, Ameya and Kim, Song},
year = 2025,
month = may,
url = {https://github.com/atomicarchitects/datasets},
version = {1.0.0}
}
and the original papers for the relevant datasets:
- QM9:
bibtex
@article{qm9,
author = {Ramakrishnan, Raghunathan and Dral, Pavlo O. and Rupp, Matthias and von Lilienfeld, O. Anatole},
journal = {Scientific Data},
number = {1},
pages = {140022},
title = {Quantum chemistry structures and properties of 134 kilo molecules},
volume = {1},
year = {2014}
}
- GEOM:
bibtex
@article{geom,
author = {Axelrod, Simon and G{\'o}mez-Bombarelli, Rafael},
journal = {Scientific Data},
number = {1},
pages = {185},
title = {GEOM, energy-annotated molecular conformations for property prediction and molecular generation},
volume = {9},
year = {2022}
}
Preprocessed GEOM (Drugs) data was obtained from:
bibtex
@dataset{geom-preprocessed,
author = {Alex Morehead and Jianlin, Cheng},
doi = {10.5281/zenodo.7881981},
month = apr,
publisher = {Zenodo},
title = {Replication Data for: EDM},
url = {https://doi.org/10.5281/zenodo.7881981},
version = {1.2.0},
year = 2023,
bdsk-url-1 = {https://doi.org/10.5281/zenodo.7881981}}
- tmQM:
bibtex
@article{tmQM,
author = {Balcells, David and Skjelstad, Bastian Bjerkem},
journal = {Journal of Chemical Information and Modeling},
month = {12},
number = {12},
pages = {6135--6146},
title = {tmQM Dataset---Quantum Geometries and Properties of 86k Transition Metal Complexes},
volume = {60},
year = {2020}
}
- CATH:
bibtex
@article{
author = {
Ian Sillitoe and Nicola Bordin and Natalie Dawson and Vaishali P Waman and Paul Ashford and Harry M Scholes and Camilla S M Pang and Laurel Woodridge and Clemens Rauer and Neeladri Sen and Mahnaz Abbasian and Sean Le Cornu and Su Datt Lam and Karel Berka and Ivana Hutařová Varekova and Radka Svobodova and Jon Lees and Christine A Orengo},
title={CATH: increased structural coverage of functional space},
journal={Nucleic Acids Res.},
year={2021},
month={1},
day={8},
volume={9},
number={D1},
pages={D266-D273},
doi={10.1093/nar/gkaa1079},
}
@article{
author={Vaishali P Waman and Nicola Bordin and Rachel Alcraft and Robert Vickerstaff and Clemens Rauer and Qian Chan and Ian Sillitoe and Hazuki Yamamori and Christine Orengo},
title={CATH 2024: CATH-AlphaFlow Doubles the Number of Structures in CATH and Reveals Nearly 200 New Folds},
journal={J Mol Biol},
year={2024},
month={9},
day={1},
volume={436},
number={17},
pages=168551,
doi={10.1016/j.jmb.2024.168551},
}
@article{
author={
C A Orengo and A D Michie and S Jones and D T Jones and M B Swindells and J M Thornton},
title={CATH--a hierarchic classification of protein domain structures},
journal={Structure},
year=1997,
month=8,
day=15,
volume=5,
number=8,
pages={1093-108},
doi={10.1016/s0969-2126(97)00260-8}
}
@article{
author={
Tony E Lewis and Ian Sillitoe and Natalie Dawson and Su Datt Lam and Tristan Clarke and David Lee and Christine Orengo and Jonathan Lees
},
title={Gene3D: Extensive prediction of globular domains in proteins},
journal={Nucleic Acids Res.},
year=2018,
month=1,
day=4,
volume=46,
number={D1},
pages={D1282},
doi={10.1093/nar/gkx1187}
}
- Miniproteins:
bibtex
@article{miniproteins,
author = {Cao, Longxing and Coventry, Brian and Goreshnik, Inna and Huang, Buwei and Sheffler, William and Park, Joon Sung and Jude, Kevin M. and Markovi{\'c}, Iva and Kadam, Rameshwar U. and Verschueren, Koen H. G. and Verstraete, Kenneth and Walsh, Scott Thomas Russell and Bennett, Nathaniel and Phal, Ashish and Yang, Aerin and Kozodoy, Lisa and DeWitt, Michelle and Picton, Lora and Miller, Lauren and Strauch, Eva-Maria and DeBouver, Nicholas D. and Pires, Allison and Bera, Asim K. and Halabiya, Samer and Hammerson, Bradley and Yang, Wei and Bernard, Steffen and Stewart, Lance and Wilson, Ian A. and Ruohola-Baker, Hannele and Schlessinger, Joseph and Lee, Sangwon and Savvides, Savvas N. and Garcia, K. Christopher and Baker, David},
journal = {Nature},
number = {7910},
pages = {551--560},
title = {Design of protein-binding proteins from the target structure alone},
volume = {605},
year = {2022}
}
- 3D Tetris:
bibtex
@phdthesis{
author={Smidt, Tess E.},
year={2018},
title={Toward the Systematic Design of Complex Materials from Structural Motifs},
journal={ProQuest Dissertations and Theses},
pages={200},
note={Copyright - Database copyright ProQuest LLC; ProQuest does not claim copyright in the individual underlying works; Last updated - 2023-03-04},
language={English},
url={https://www.proquest.com/dissertations-theses/toward-systematic-design-complex-materials/docview/2137540057/se-2},
}
Preprocessing code adapted from:
bibtex
@misc{anderson2019cormorantcovariantmolecularneural,
title={Cormorant: Covariant Molecular Neural Networks},
author={Brandon Anderson and Truong-Son Hy and Risi Kondor},
year={2019},
eprint={1906.04015},
archivePrefix={arXiv},
primaryClass={physics.comp-ph},
url={https://arxiv.org/abs/1906.04015},
}
@misc{hoogeboom2022equivariantdiffusionmoleculegeneration,
title={Equivariant Diffusion for Molecule Generation in 3D},
author={Emiel Hoogeboom and Victor Garcia Satorras and Clément Vignac and Max Welling},
year={2022},
eprint={2203.17003},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2203.17003},
}
@misc{morehead2024geometrycompletediffusion3dmolecule,
title={Geometry-Complete Diffusion for 3D Molecule Generation and Optimization},
author={Alex Morehead and Jianlin Cheng},
year={2024},
eprint={2302.04313},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2302.04313},
}
Owner
- Name: The Atomic Architects
- Login: atomicarchitects
- Kind: organization
- Location: United States of America
- Website: https://atomicarchitects.github.io/
- Twitter: AtomArchitects
- Repositories: 2
- Profile: https://github.com/atomicarchitects
Research Group of Prof. Tess Smidt
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Daigavane" given-names: "Ameya" orcid: "https://orcid.org/0000-0002-5116-3075" - family-names: "Kim" given-names: "Song" title: "atomic_datasets" version: 1.0.0 date-released: 2025-05-25 url: "https://github.com/atomicarchitects/datasets"
GitHub Events
Total
- Watch event: 7
- Member event: 1
- Issue comment event: 1
- Push event: 70
- Pull request review event: 4
- Pull request event: 24
- Fork event: 3
- Create event: 2
Last Year
- Watch event: 7
- Member event: 1
- Issue comment event: 1
- Push event: 70
- Pull request review event: 4
- Pull request event: 24
- Fork event: 3
- Create event: 2
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 12
- Average time to close issues: N/A
- Average time to close pull requests: 9 days
- Total issue authors: 0
- Total pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.08
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 12
- Average time to close issues: N/A
- Average time to close pull requests: 9 days
- Issue authors: 0
- Pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.08
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- songk42 (9)
- ameya98 (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- GitPython *
- ase *
- jraph *
- ml_collections *
- numpy *
- pandas *
- rdkit *
- sh *
- tqdm *
- ipykernel >=6.0 development
- pytest >=7.0 development
- ruff >=0.2.0 development
- matplotlib >=3.5
- seaborn >=0.12
- GitPython *
- ase *
- numpy *
- pandas *
- rdkit *
- sh *
- tqdm *
- appnope 0.1.4
- ase 3.24.0
- asttokens 3.0.0
- atomic-datasets 0.0.0
- cffi 1.17.1
- colorama 0.4.6
- comm 0.2.2
- contourpy 1.3.1
- cycler 0.12.1
- debugpy 1.8.11
- decorator 5.1.1
- exceptiongroup 1.2.2
- executing 2.1.0
- fonttools 4.55.3
- gitdb 4.0.12
- gitpython 3.1.44
- iniconfig 2.0.0
- ipykernel 6.29.5
- ipython 8.31.0
- jedi 0.19.2
- jupyter-client 8.6.3
- jupyter-core 5.7.2
- kiwisolver 1.4.8
- matplotlib 3.7.5
- matplotlib-inline 0.1.7
- nest-asyncio 1.6.0
- numpy 1.24.4
- packaging 24.2
- pandas 2.0.3
- parso 0.8.4
- pexpect 4.9.0
- pillow 11.1.0
- platformdirs 4.3.6
- pluggy 1.5.0
- prompt-toolkit 3.0.48
- psutil 6.1.1
- ptyprocess 0.7.0
- pure-eval 0.2.3
- pycparser 2.22
- pygments 2.19.1
- pyparsing 3.2.1
- pytest 8.3.4
- python-dateutil 2.9.0.post0
- pytz 2024.2
- pywin32 308
- pyzmq 26.2.0
- rdkit 2024.9.4
- ruff 0.9.0
- scipy 1.15.0
- seaborn 0.13.2
- sh 2.2.1
- six 1.17.0
- smmap 5.0.2
- stack-data 0.6.3
- tomli 2.2.1
- tornado 6.4.2
- tqdm 4.67.1
- traitlets 5.14.3
- typing-extensions 4.12.2
- tzdata 2024.2
- wcwidth 0.2.13