repolevedmaster/quantumdrug-agent — explained in plain English
Analysis updated 2026-05-18
Look up validated drug targets for a disease from the ChEMBL database.
Generate candidate drug molecules for a chosen therapeutic target.
Rank candidate molecules using a quantum-inspired tensor network technique.
Read an automatically generated scientific report explaining candidate selection.
| repolevedmaster/quantumdrug-agent | 0xallam/my-recipe | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | Python | Python | Python |
| Last pushed | — | 2022-11-22 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 4/5 | 2/5 | 4/5 |
| Audience | researcher | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Several roadmap features like real docking and GPU acceleration are not yet implemented.
QuantumDrug Agent is an open source research platform that tries to automate the early stages of drug discovery by chaining together large language models, a team of specialized AI agents, chemistry tools, and a quantum inspired search technique. Rather than only generating candidate molecule shapes, the project aims to walk through the fuller research process, starting from picking a disease target and ending with a written scientific report explaining the reasoning behind the final candidates. The system works as a pipeline of specialized agents. A research agent looks up validated drug targets from the ChEMBL public database. A hypothesis agent then proposes treatment ideas based on that biological information. A generator agent creates candidate molecules using RDKit, a chemistry toolkit. A quantum agent uses a technique called Matrix Product States, borrowed from physics, to compress the huge space of possible molecules and rank promising candidates faster than checking everything one by one. Further agents estimate how well a candidate might bind to its target, evaluate drug like properties such as absorption and toxicity, rank the candidates, and finally explain the reasoning and write up a report. An interactive assistant lets you ask questions about the results afterward. The project is built in Python with a Streamlit web interface, using RDKit for chemistry, the ChEMBL API for target data, Plotly for interactive charts, and a locally run Llama 3.1 model through Ollama for the language reasoning parts, alongside a tensor network library called Quimb for the quantum inspired ranking step. Installing it means cloning the repository, installing the Python requirements, and running the Streamlit app. The README lists an example workflow for heart failure as a sample disease input, but notes a roadmap of unfinished items including real molecular docking, protein structure support, and GPU acceleration, meaning several described capabilities are still planned rather than complete. It is released under the MIT license.
An open source multi-agent AI pipeline that automates early drug discovery research, from target lookup to candidate molecules and a scientific report.
Mainly Python. The stack also includes Python, Streamlit, RDKit.
MIT license: use it, modify it, and share it freely, including commercially.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.