Scenario
An optoelectronic or photovoltaic application needs a material in a target bandgap window. Screening candidates computationally — grounded in their crystal structure — narrows a large set to the few worth growing.
Worked example. A photovoltaic absorber needs a bandgap near 1.3 eV from a family of candidate compounds.
Agent workflow
- Read the candidate compounds.
- Crystal structure analysis — parse structures and validate symmetry / phase.
- Bandgap semiconductor screen — estimate bandgaps and rank against the target window.
- Short-list candidates in range.
Demo output
A ranked table of candidates with estimated bandgaps against the target window and the governing structural phase. The magic moment: a candidate outside the usual chemistry lands squarely in the target window and enters the short-list.
Deterministic vs LLM
- Deterministic — the bandgap screening and crystal-structure analysis.
- LLM — the material-selection narrative.
Every value is a validated calculation. The agent reads and routes; the engine decides.
Limits
Screening-level estimates, not a substitute for measured optoelectronic characterization. It focuses the growth campaign; the fab confirms it.
Skills orchestrated by this use case
This scenario routes an AI agent through the following curated skills.
-
Bandgap Semiconductor Screen
Material ScienceScreen candidate semiconductor materials by predicting band gap (and related electronic descriptors) with Paramus ML/DFT tools, then ranking against a target band-gap window for an application.When to use: a user provides candidate compositions/structures and asks which suit a target band gap (e.g. for PV or LEDs).Multi-tool WORKFLOW with materials-screening 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
- Bandgap / electronic-property screening
- Crystal-structure analysis (pymatgen)
Browse the full deterministic layer in the tool browser.