gitwtfhub

wtf is quantumdrug-agent?

repolevedmaster/quantumdrug-agent — explained in plain English

Analysis updated 2026-05-18

0PythonAudience · researcherComplexity · 4/5LicenseSetup · moderate

TL;DR

An open source multi-agent AI pipeline that automates early drug discovery research, from target lookup to candidate molecules and a scientific report.

Mindmap

mindmap
  root((repo))
    What it does
      Multi agent drug discovery
      Quantum inspired ranking
      Generates scientific report
    Tech stack
      Python
      Streamlit
      RDKit
      Ollama
    Use cases
      Explore drug targets
      Generate candidate molecules
      Rank molecules by ADMET
    Audience
      Researchers
      Developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Look up validated drug targets for a disease from the ChEMBL database.

REASON 2

Generate candidate drug molecules for a chosen therapeutic target.

REASON 3

Rank candidate molecules using a quantum-inspired tensor network technique.

REASON 4

Read an automatically generated scientific report explaining candidate selection.

What's in the stack?

PythonStreamlitRDKitOllamaPlotly

How it stacks up

repolevedmaster/quantumdrug-agent0xallam/my-recipe0xhassaan/nn-from-scratch
Stars00
LanguagePythonPythonPython
Last pushed2022-11-22
MaintenanceDormant
Setup difficultymoderatemoderatemoderate
Complexity4/52/54/5
Audienceresearchergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 1h+

Several roadmap features like real docking and GPU acceleration are not yet implemented.

MIT license: use it, modify it, and share it freely, including commercially.

Wtf does this do

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.

Yoink these prompts

Prompt 1
Help me install repolevedmaster/QuantumDrug-Agent and run its Streamlit app locally.
Prompt 2
Explain what each agent in this drug discovery pipeline, from Research Agent to Report Agent, actually does.
Prompt 3
Walk me through running the example heart failure workflow described in this README.
Prompt 4
Explain in plain terms why this project uses Matrix Product States for molecule ranking.

Frequently asked questions

wtf is quantumdrug-agent?

An open source multi-agent AI pipeline that automates early drug discovery research, from target lookup to candidate molecules and a scientific report.

What language is quantumdrug-agent written in?

Mainly Python. The stack also includes Python, Streamlit, RDKit.

What license does quantumdrug-agent use?

MIT license: use it, modify it, and share it freely, including commercially.

How hard is quantumdrug-agent to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is quantumdrug-agent for?

Mainly researcher.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.