Scenario
Finding a better heterogeneous catalyst by trial-and-error is slow. Computational screening can rank candidates by the descriptors that correlate with activity, grounded in each material's crystal structure, so the lab makes only the few most promising ones.
Worked example. A hydrogenation needs a cheaper catalyst than the incumbent noble metal; a set of mixed-oxide candidates must be ranked.
Agent workflow
- Read the candidate materials.
- Crystal structure analysis — parse structures and derive relevant surface / coordination descriptors.
- Catalyst candidate screen — rank candidates by the activity-relevant descriptors.
- Propose a short-list to synthesize.
Demo output
A ranked candidate list with the structural descriptors driving each ranking and a recommended synthesis short-list. The magic moment: a low-cost mixed oxide ranks alongside the incumbent, redirecting the campaign toward an affordable option.
Deterministic vs LLM
- Deterministic — the crystal-structure analysis and candidate screening.
- LLM — the candidate-ranking narrative.
Every descriptor is a validated calculation. The agent reads and routes; the engine decides.
Limits
Screening-level prioritization, not a prediction of measured turnover. It focuses synthesis; the reactor confirms activity.
Skills orchestrated by this use case
This scenario routes an AI agent through the following curated skills.
-
Catalyst Candidate Screen
Material ScienceScreen candidate catalysts (metal + ligand/support combinations) for a target reaction by featurizing candidates, predicting relevant descriptors (binding energies, electronic descriptors) with Paramus models/engines, and ranking by predicted activity/selectivity proxies.When to use: a user asks “which catalyst candidate should I try for reaction X?”.Multi-tool WORKFLOW with catalysis judgment. -
Crystal Structure Analysis
Material ScienceAnalyze a crystal structure (from CIF or generated) by parsing the cell, identifying symmetry/space group, computing coordination environments and geometric descriptors, and summarizing structural features using Paramus materials tools.When to use: a user provides a structure and asks about symmetry, coordination, density, or packing.Multi-tool WORKFLOW with crystallography judgment.
Tools it reaches for
- Catalyst candidate screening
- Crystal-structure analysis (pymatgen)
- Surface / active-site descriptors
Browse the full deterministic layer in the tool browser.