Orchestrates a materials screening workflow from database search through property filtering to stability assessment and ranking. Use when identifying candidate materials for batteries, catalysts, semiconductors, or other applications. NOT for molecular chemistry or biological compound analysis.
This meta-skill orchestrates a computational materials screening pipeline by combining database querying, property-based filtering, structural analysis, and multi-criteria ranking. It coordinates three specialized skills to systematically identify and evaluate candidate materials for target applications.
Query the Materials Project API to build an initial candidate pool based on application-specific criteria:
Retrieve structural data (CIF files), computed properties, and literature references for each candidate material.
Apply quantitative property thresholds to narrow the candidate pool:
Define application-specific filter chains (e.g., for photovoltaics: band gap 1.0-1.8 eV, direct gap preferred, low effective mass).
Perform detailed structural characterization on filtered candidates:
Evaluate thermodynamic and dynamic stability of remaining candidates:
Flag materials with marginal stability for experimental verification.
Use scipy optimization to rank candidates through weighted scoring:
Output a ranked shortlist with property cards and selection rationale.