π¦ ClawHub
Pharmaclaw Catalyst Design
by @cheminem
Organometallic catalyst recommendation and novel ligand design for drug synthesis reactions. Recommends catalysts (Pd, Ru, Rh, Ir, Ni, Cu, Zr, Fe) for reacti...
π‘ Examples
# Recommend catalysts for a Suzuki coupling
python scripts/catalyst_recommend.py --reaction suzukiRecommend with constraints (prefer cheap, earth-abundant)
python scripts/catalyst_recommend.py --reaction "C-N coupling" --constraints '{"prefer_earth_abundant": true, "max_cost": "medium"}'Design novel ligand variants from PPh3
python scripts/ligand_designer.py --scaffold PPh3 --strategy all --drawFull chain: reaction β catalyst β ligand optimization
python scripts/chain_entry.py --input-json '{"reaction": "suzuki", "context": "retrosynthesis"}'
TERMINAL
clawhub install pharmaclaw-catalyst-design