arXiv ScienceSearch

arXiv subjects

John Lasseter

Publications and source records attributed to John Lasseter.

4 recordsLinked to original sources

Auto-3DPFM: Automating Polarization-Vector Mapping at the Nanoscale

The functional properties of ferroelectric materials are strongly influenced by ferroelectric polarization orientation; as such, access to consistent and precise characterization of polarization vectors is of substantial importance to ferroelectrics research. Here, we develop a fully automated three-dimensional piezoresponse force microscopy (Auto-3DPFM) technique automating all essential steps in interferometric PFM for 3D polarization vector characterization, including laser alignment, tip calibration and approach, image acquisition, polarization vector reconstruction, and visualization. The automation reduces the experimental burden of ferroelectric polarization vector characterization, while the back-and-forth calibration ensures consistency and reproducibility of 3D polarization reconstruction. An algorithmic workflow is also developed to identify domain walls and calculate their characteristic angles via a spatial vector-angle-difference method, presenting one unique capability enabled by Auto-3DPFM that is not accessible with traditional PFM techniques. Beyond representing a significant step forward in 3D polarization mapping, Auto-3DPFM promises to accelerate discovery via high-throughput and autonomous characterization in ferroelectric materials research. When integrated with machine learning and adaptive sampling strategies in self-driving labs, Auto-3DPFM will serve as a valuable tool for advancing ferroelectric physics and microelectronics development.

cond-mat.mtrl-sci

Human-AI collaborative autonomous synthesis with pulsed laser deposition for remote epitaxy

Autonomous laboratories typically rely on data-driven decision-making, occasionally with human-in-the-loop oversight to inject domain expertise. Fully leveraging AI agents, however, requires tightly coupled, collaborative workflows spanning hypothesis generation, experimental planning, execution, and interpretation. To address this, we develop and deploy a human-AI collaborative (HAIC) workflow that integrates large language models for hypothesis generation and analysis, with collaborative policy updates driving autonomous pulsed laser deposition (PLD) experiments for remote epitaxy of BaTiO$_3$/graphene. HAIC accelerated the hypothesis formation and experimental design and efficiently mapped the growth space to graphene-damage. In situ Raman spectroscopy reveals that chemistry drives degradation while the highest energy plume components seed defects, identifying a low-O$_2$ pressure low-temperature synthesis window that preserves graphene but is incompatible with optimal BaTiO$_3$ growth. Thus, we show a two-step Ar/O$_2$ deposition is required to exfoliate ferroelectric BaTiO$_3$ while maintaining a monolayer graphene interlayer. HAIC stages human insight with AI reasoning between autonomous batches to drive rapid scientific progress, providing an evolution to many existing human-in-the-loop autonomous workflows.

cond-mat.mtrl-sci

Defect Engineering in Large-Scale CVD-Grown Hexagonal Boron Nitride: Formation, Spectroscopy, and Spin Relaxation Dynamics

Recently, numerous techniques have been reported for generating optically active defects in exfoliated hexagonal boron nitride (hBN), which hold transformative potential for quantum photonic devices. However, achieving on-demand generation of desirable defect types in scalable hBN films remains a significant challenge. Here, we demonstrate that formation of negative boron vacancy defects, VB-, in suspended, large-area CVD-grown hBN is strongly dependent on the type of bombarding particles (ions, neutrons, and electrons) and irradiation conditions. In contrast to suspended hBN, defect formation in substrate-supported hBN is more complex due to the uncontrollable generation of secondary particles from the substrate, and the outcome strongly depends on the thickness of the hBN. We identify different defect types by correlating spectroscopic and optically detected magnetic resonance features, distinguishing boron vacancies (formed by light ions and neutrons) from other optically active defects emitting at 650 nm assigned to anti-site nitrogen vacancy (NBVN) and reveal the presence of additional dark paramagnetic defects that influence spin-lattice relaxation time (T1) and zero-field splitting parameters, all of which strongly depend on the defect density. These results underscore the potential for precisely engineered defect formation in large-scale CVD-grown hBN, paving the way for the scalable fabrication of quantum photonic devices.

cond-mat.mtrl-sci

Design Pattern-Based Extension of Class Hierarchies to Support Runtime Invariant Checks

We present a technique for automatically weaving structural invariant checks into an existing collection of classes. Using variations on existing design patterns, we use a concise specification to generate from this collection a new set of classes that implement the interfaces of the originals, but with the addition of user-specified class invariant checks. Our work is notable in the scarcity of assumptions made. Unlike previous design pattern approaches to this problem, our technique requires no modification of the original source code, relies only on single inheritance, and does not require that the attributes used in the checks be publicly visible. We are able to instrument a wide variety of class hierarchies, including those with pure interfaces, abstract classes and classes with type parameters. We have implemented the construction as an Eclipse plug-in for Java development.

cs.PL