SearcharxivSearch

arXiv subjects

Tim Fuchs

Publications and source records attributed to Tim Fuchs.

6 recordsLinked to original sources

From Overload to Insights: How AI Agents Can Support Scientists in Analyzing Complex Data

Scientists at European XFEL conduct experiments that generate very large and complex datasets. The subsequent data analysis is challenging as scientists must combine their domain expertise with facility- and software-specific knowledge scattered across documentation, tools, and support channels. To address this problem, we designed and evaluated an agentic AI system tailored to the scientists' needs and integrated with the high-performance computing environment of European XFEL. Using a design science research approach, we conducted a rapid literature review, a systematic evaluation of 16 AI tools, multiple interviews, a focus group, and a user study with experts at European XFEL to develop and evaluate two prototypes. Our study identifies key knowledge challenges in scientific data analysis, derives requirements for an AI agent that supports knowledge retrieval and source code generation, and proposes design recommendations for a specialized system adaptable to the evolving AI tool landscape. These findings provide guidance for developing maintainable AI support in highly specialized scientific environments.

cs.AI

Rotational Quantum Tunneling of a Magnetic Dipole in a Superconducting Trap

We study the quantum dynamics of the rotational degree of freedom of a nano-magnet trapped in a superconducting trap. The nano-magnet is modeled as a magnetic dipole with magnetization pinned to the easy axis of the particle. The magnetic trap then leads to a potential barrier that hinders free rotation of the particle, but through which it can tunnel. We identified rest-gas scattering as the most important decoherence mechanism at low temperatures. A shape of the particle sufficiently close to perfect rotational symmetry about the rotational axis can protect the rotational tunneling against this decoherence mechanism, and we identify experimentally feasible parameter regimes where rotational tunneling should be observable.

quant-ph

A Sub-kHz Mechanical Resonator Passively Cooled to 6 mK

Highly coherent mechanical resonators are invaluable to ultrasensitive detection techniques by enabling detection of small forces. Studying mechanical resonators in a thermal equilibrium state at millikelvin temperatures provides a promising path to increase their coherence time. Here, we passively cool a 700 Hz massive (1.5 ng) mechanical cantilever down to 6.1(4) mK by means of nuclear demagnetization, as confirmed by detecting its thermal motion via a lock-in based detection scheme. At the lowest temperatures the thermal motion of the resonator is still clearly distinguishable from the background noise. Our data analysis confirms that at these temperatures the motion is still thermally distributed. These results pave the way for passive cooling low-frequency resonators to the sub-millikelvin regime, which would enable new tests of quantum mechanics and advances in ultrasensitive force detection.

quant-ph

Magnetic cooling and vibration isolation of a sub-kHz mechanical resonator

We report recent progress towards the realization of a sub-mK, low-vibration environment at the bottom stage of a dry dilution refrigerator for use in mechanical tests of quantum mechanics. Using adiabatic nuclear demagnetization, we have cooled a silicon cantilever force sensor to $T\approx 1$ mK. The temperature of the tip-holder of the cantilever chip was determined via a primary magnetic flux noise thermometer. The quality factor of the cantilever continues to increase with decreasing temperature, reaching $Q\approx 4\cdot 10^4$ at $2$ mK. To demonstrate that the vibration isolation is not compromised, we report the detection of the thermal motion of the cantilever down to $T \approx 20$ mK, only limited by the coupling to the SQUID readout circuit. We discuss feasible improvements that will allow us to probe unexplored regions of the parameter space of continuous spontaneous localization models.

quant-ph

Proof methods for robust low-rank matrix recovery

Low-rank matrix recovery problems arise naturally as mathematical formulations of various inverse problems, such as matrix completion, blind deconvolution, and phase retrieval. Over the last two decades, a number of works have rigorously analyzed the reconstruction performance for such scenarios, giving rise to a rather general understanding of the potential and the limitations of low-rank matrix models in sensing problems. In this article, we compare the two main proof techniques that have been paving the way to a rigorous analysis, discuss their potential and limitations, and survey their successful applications. On the one hand, we review approaches based on descent cone analysis, showing that they often lead to strong guarantees even in the presence of adversarial noise, but face limitations when it comes to structured observations. On the other hand, we discuss techniques using approximate dual certificates and the golfing scheme, which are often better suited to deal with practical measurement structures, but sometimes lead to weaker guarantees. Lastly, we review recent progress towards analyzing descent cones also for structured scenarios -- exploiting the idea of splitting the cones into multiple parts that are analyzed via different techniques.

cs.IT

Sketching with Kerdock's crayons: Fast sparsifying transforms for arbitrary linear maps

Given an arbitrary matrix $A\in\mathbb{R}^{n\times n}$, we consider the fundamental problem of computing $Ax$ for any $x\in\mathbb{R}^n$ such that $Ax$ is $s$-sparse. While fast algorithms exist for particular choices of $A$, such as the discrete Fourier transform, there is currently no $o(n^2)$ algorithm that treats the unstructured case. In this paper, we devise a randomized approach to tackle the unstructured case. Our method relies on a representation of $A$ in terms of certain real-valued mutually unbiased bases derived from Kerdock sets. In the preprocessing phase of our algorithm, we compute this representation of $A$ in $O(n^3\log n)$ operations. Next, given any unit vector $x\in\mathbb{R}^n$ such that $Ax$ is $s$-sparse, our randomized fast transform uses this representation of $A$ to compute the entrywise $\epsilon$-hard threshold of $Ax$ with high probability in only $O(sn + \epsilon^{-2}\|A\|_{2\to\infty}^2n\log n)$ operations. In addition to a performance guarantee, we provide numerical results that demonstrate the plausibility of real-world implementation of our algorithm.

cs.CC