Skip to content

Latest commit

 

History

History
351 lines (322 loc) · 13.5 KB

File metadata and controls

351 lines (322 loc) · 13.5 KB
layout splash
title Research — AI for Science × Quantum Materials
author_profile true
classes wide
header
overlay_image overlay_filter caption
/assets/images/maria-oleacu-M-TI91UdTxs-unsplash.jpg
0.0
<style> /* Main Container */ .research-container { max-width: 1100px; margin: 2rem auto; color: #e0e0e0; } /* Intro lede */ .research-lede { font-size: 1.08rem; line-height: 1.75; color: #b0b0b0; max-width: 62rem; margin: 0 0 3rem; } .research-lede strong { color: #ffffff; } /* The Project Card (text + figure grid) */ .project-card { margin-bottom: 4rem; padding-bottom: 2rem; border-bottom: 1px solid #333; display: grid; grid-template-columns: 1fr 350px; /* Text takes rest, Image is 350px fixed */ gap: 40px; align-items: start; } .project-card:last-of-type { border-bottom: none; } /* Left Column: Text Content */ .project-content { display: flex; flex-direction: column; } /* Right Column: Figure Wrapper */ .project-figure { width: 100%; border-radius: 8px; overflow: hidden; background: #000; border: 1px solid #333; box-shadow: 0 4px 12px rgba(0,0,0,0.5); } .project-figure img, .project-figure video { width: 100%; height: auto; display: block; object-fit: cover; } /* Kicker: small numbered theme label */ .project-kicker { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #4facfe; margin-bottom: 8px; } /* Header Styling */ .project-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 15px; flex-wrap: wrap; gap: 15px; } .project-title { font-size: 1.4rem; font-weight: 700; color: #ffffff; line-height: 1.2; margin: 0; } /* Link Styling */ .project-links-wrapper { display: flex; gap: 10px; flex-wrap: wrap; } .project-link { font-size: 0.8rem; color: #4facfe; text-transform: uppercase; font-weight: 600; letter-spacing: 0.05em; text-decoration: none; border: 1px solid #4facfe; padding: 4px 12px; border-radius: 4px; white-space: nowrap; transition: all 0.2s ease; } .project-link:hover { background: #4facfe; color: #000; } .project-description { font-size: 1.05rem; color: #b0b0b0; line-height: 1.6; margin-bottom: 20px; } .project-description strong { color: #ffffff; } .project-description a { color: #4facfe; text-decoration: none; } .project-description a:hover { text-decoration: underline; } /* Outcome line: anchors each theme to concrete results */ .project-outcome { font-size: 0.92rem; color: #d2e7ff; line-height: 1.6; margin: -8px 0 20px; } .project-outcome strong { color: #ffffff; } /* Tag Styling */ .project-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: auto; } .tag { font-size: 0.75rem; background: #222; color: #888; padding: 4px 10px; border-radius: 4px; border: 1px solid #444; } /* CTA row */ .research-cta-row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 1rem; } /* Mobile Responsive: Stack text over image */ @media (max-width: 900px) { .project-card { grid-template-columns: 1fr; gap: 20px; } .project-figure { max-width: 100%; margin-top: 10px; } .project-header { flex-direction: column; align-items: flex-start; } } </style>

My research connects two things usually done by different people: a decade of hands-on quantum-materials experiments and AI systems that assist the expert judgment those experiments require. Every claim below is grounded in instruments I have operated and analysis loops I have run by hand — before teaching an agent to help.

01 · Current Focus
Agentic AI for Science

The expert loop in scattering analysis — freeing parameters, judging residuals, grading a reduction, watching convergence — never got automated. I study how much of it LLM agents can help with when given real domain tools instead of chat: MATERIA exposes a refinement engine to agents as 33 contract-tested MCP tools — including one that samples the posterior, so an agent reasons about credible intervals rather than a scalar residual — NEBULA3D has an LLM grade reduction quality, RMCProfile Workbench reasons over live runs, and Athanor benchmarks agent-driven screening against non-LLM baselines. All of it is independent, personal open-source work.

Grounding principles: physics-based tools the agent must call, uncertainty it can quantify, local-first models, evaluation against baselines — not demos.

LLM Agents MCP Tools Local-First Inference Evaluation & Baselines
MATERIA architecture: web app UI, MCP agent server, and web workers sit on shared parsers and visualization, all calling a pure TypeScript scientific core of eight modules validated by 1111 tests
02 · Quantum Materials
Topology × Magnetism in Kagome Metals

Kagome magnets host Weyl nodes and anomalous transport that the lattice can in principle switch — if you find a material where the switch operates. My first-author Nature Communications (2026) study of Mn3Ga found exactly that: an intrinsic topological Weyl phase transition driven by a magnetostructural transformation near room temperature.

Why it matters: a room-temperature, lattice-coupled route to switching topological states — the mechanism antiferromagnetic spintronics needs.

Kagome Magnets Weyl Topology Magnetostructural Transition Neutron Diffraction
Mn3Ga summary figure: the magnetostructural transition between two kagome antiferromagnetic spin structures (top) drives a reorganization of Weyl nodes in the Brillouin zone — a topological Weyl phase transition (bottom)
03 · Quantum Materials
Hidden Local Order Beyond the Average Structure

Average structures hide the physics. Using PDF, diffuse scattering, and large-box RMC modeling, I resolve what conventional crystallography misses: local symmetry breaking emerging with antiferromagnetic order in kagome (Fe,Co)Sn (JACS 2024), quadrupolar ordering and spin-orbital dimers in GaNb4Se8 (PRB 2024), and bond ordering in the cluster Mott insulator GaTa4Se8 (PRR 2022).

The thread: disorder is not noise — quantifying it is what turns a structure into a mechanism.

PDF / 3D-ΔPDF Diffuse Scattering RMC Modeling Local Symmetry Breaking
JACS study: local symmetry breaking coupled to antiferromagnetic order in kagome (Fe,Co)Sn
04 · Method Development
From Static Ensembles to Lattice Dynamics

RMC ensembles encode experimentally constrained disorder — but only as static snapshots. I extract dynamics from them: phonon bands, DOS, and simulated INS computed directly from ensembles, ~100× faster with WebGPU, plus 3D-ΔPDF pipelines where every cleanup decision is inspectable. Everything ships as browser tools — your own data, nothing to install.

Outcome: measured total scattering to phonon spectra, no separate simulation backend — published as working, open-source software.

RMC Ensembles Phonons & INS 3D-ΔPDF Pipelines WebGPU
05 · Foundation
Experimental Grounding: Sample → Signal

I have owned every step of the pipeline. Synthesis: flux and vapor-transport crystals, inert-atmosphere chemistry, MBE thin films. Measurement: neutron and synchrotron experiments designed and run at ORNL's Spallation Neutron Source and other national facilities, plus STM/SP-STM down to single molecules — under cryogenic, high-pressure, and UHV conditions.

Why it matters for AI: knowing where data comes from — and how it breaks — separates physics-grounded models from black boxes.

Crystal Growth & MBE Measurement Design Neutron & Synchrotron STM / SP-STM
Scattering data from synchrotron and neutron measurements of GaTa4Se8