What problem does it solve?
Finding and downloading DFT-relaxed structures for Metal-Organic Frameworks (MOFs) from the Quantum MOF (QMOF) database is slow and error-prone when done manually, especially when you need structures matching specific identifiers or properties like bandgap.
Core Features & Use Cases
- Database querying for MOFs: Retrieve contributions hosted on Materials Project’s MPContribs (project
qmof) by formula and/or identifier to narrow to the material subset you care about.
- Relaxed structure downloads (CIF): Download the corresponding relaxed crystal structures as
.cif files for downstream simulation, benchmarking, or model input preparation.
- Reproducible runs: Saves skill input configuration for traceability after queries complete.
Quick Start
Use the query script to download up to 5 relaxed CIF files for Zinc-containing MOFs by running: python .agents/skills/chem-db-qmof/scripts/query_qmof.py --formula "Zn" --max-results 5 --output-dir ./research/qmof_results