Source author record

Michael Bussmann

Michael Bussmann appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

15works
10topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

15 published item(s)

preprint2026arXiv

Adaptable phase retrieval for coherent transition radiation spectroscopy based on differentiable physics information

Coherent transition radiation (CTR) spectroscopy is a critical diagnostic for characterizing the longitudinal structure of relativistic electron bunches in laser-plasma and conventional accelerators. In practice, recovering the bunch profile from a measured CTR spectrum is an ill-posed phase-retrieval problem. Traditionally, this is addressed using Gerchberg-Saxton (GS)-type iterative algorithms. However, these implementations often rely on explicit inverse propagators, making them difficult to adapt to sophisticated experimental forward models. In this work, we introduce a flexible gradient-based framework for CTR phase retrieval. By leveraging a differentiable forward model, we propose a phase-only gradient descent (GD-Phase) approach that enforces the measured spectral amplitude as a hard constraint while optimizing the Fourier phase under physical real-space priors. Using synthetic CTR spectra spanning multi-peaked and strongly modulated profiles, we benchmark GD-Phase against traditional GS and a real-space amplitude-parametrized gradient descent (GD-Amp) algorithm. Unlike traditional methods, this formulation allows for the seamless inclusion of arbitrary differentiable experimental effects into the reconstruction loop. We demonstrate that this physics-informed approach not only reproduces the fidelity of GS methods but also establishes a robust baseline for incorporating multi-diagnostic constraints and uncertainty quantification. This enables the systematic extension to higher-dimensional, multimodal, and uncertainty-aware diagnostics, facilitating fast and scalable phase retrieval in realistic experimental settings.

preprint2026arXiv

Patch-MLP-Based Predictive Control: Simulation of Upstream Pointing Stabilization for PHELIX Laser System

High-energy laser facilities such as PHELIX at GSI require excellent beam pointing stability for reproducibility and relative independence for future experiments. Beam pointing stability has been traditionally achieved using simple proportional-integral-derivative (PID) control which removes the problem of slow drift, but is limited because of the time delay in knowing the diagnosis and the inertia in the mechanical system associated with mirrors. In this work, we introduce a predictive control strategy where the forecasting of beam pointing errors is performed by a patch-based multilayer perceptron (Patch-MLP) designed to capture local temporal patterns for more robust short-term jitter prediction. The subsequent conversion of these predicted errors into correction signals is handled by a PID controller. The neural network has been trained on diagnostic time-series data to predict beam pointing error. Using the feed-forward controller compensates for system delays. Simulations with a correction mirror placed upstream of the PHELIX pre-amplifier bridge confirm that the predictive control scheme reduces residual jitter compared to conventional PID control. Over a 10-hour dataset the controller maintained stable performance without drift, while standard pointing metrics showed consistent improvements of the order of 10 to 20 percent. The predictive controller operates without drift, and therefore may improve reproducibility and operational efficiency in high energy, low repetition rate laser experiment conditions.

preprint2022arXiv

LLAMA: The Low-Level Abstraction For Memory Access

The performance gap between CPU and memory widens continuously. Choosing the best memory layout for each hardware architecture is increasingly important as more and more programs become memory bound. For portable codes that run across heterogeneous hardware architectures, the choice of the memory layout for data structures is ideally decoupled from the rest of a program. This can be accomplished via a zero-runtime-overhead abstraction layer, underneath which memory layouts can be freely exchanged. We present the Low-Level Abstraction of Memory Access (LLAMA), a C++ library that provides such a data structure abstraction layer with example implementations for multidimensional arrays of nested, structured data. LLAMA provides fully C++ compliant methods for defining and switching custom memory layouts for user-defined data types. The library is extensible with third-party allocators. Providing two close-to-life examples, we show that the LLAMA-generated AoS (Array of Structs) and SoA (Struct of Arrays) layouts produce identical code with the same performance characteristics as manually written data structures. Integrations into the SPEC CPU\textsuperscript{\textregistered} lbm benchmark and the particle-in-cell simulation PIConGPU demonstrate LLAMA's abilities in real-world applications. LLAMA's layout-aware copy routines can significantly speed up transfer and reshuffling of data between layouts compared with naive element-wise copying. LLAMA provides a novel tool for the development of high-performance C++ applications in a heterogeneous environment.

preprint2022arXiv

Optimized laser ion acceleration at the relativistic critical density surface

In the effort of achieving high-energetic ion beams from the interaction of ultrashort laser pulses with a plasma, volumetric acceleration mechanisms beyond Target Normal Sheath Acceleration have gained attention. A relativisticly intense laser can turn a near critical density plasma slowly transparent, facilitating a synchronized acceleration of ions at the moving relativistic critical density front. While simulations promise extremely high ion energies in in this regime, the challenge resides in the realization of a synchronized movement of the ultra-relativistic laser pulse ($a_0\gtrsim 30$) driven reflective relativistic electron front and the fastest ions, which imposes a narrow parameter range on the laser and plasma parameters. We present an analytic model for the relevant processes, confirmed by a broad parameter simulation study in 1D- and 3D-geometry. By tayloring the pulse length plasma density profile at the front side, we can optimize the proton acceleration performance and extend the regions in parameter space of efficient ion acceleration at the relativistic relativistic density surface.

preprint2022arXiv

Transitioning from file-based HPC workflows to streaming data pipelines with openPMD and ADIOS2

This paper aims to create a transition path from file-based IO to streaming-based workflows for scientific applications in an HPC environment. By using the openPMP-api, traditional workflows limited by filesystem bottlenecks can be overcome and flexibly extended for in situ analysis. The openPMD-api is a library for the description of scientific data according to the Open Standard for Particle-Mesh Data (openPMD). Its approach towards recent challenges posed by hardware heterogeneity lies in the decoupling of data description in domain sciences, such as plasma physics simulations, from concrete implementations in hardware and IO. The streaming backend is provided by the ADIOS2 framework, developed at Oak Ridge National Laboratory. This paper surveys two openPMD-based loosely-coupled setups to demonstrate flexible applicability and to evaluate performance. In loose coupling, as opposed to tight coupling, two (or more) applications are executed separately, e.g. in individual MPI contexts, yet cooperate by exchanging data. This way, a streaming-based workflow allows for standalone codes instead of tightly-coupled plugins, using a unified streaming-aware API and leveraging high-speed communication infrastructure available in modern compute clusters for massive data exchange. We determine new challenges in resource allocation and in the need of strategies for a flexible data distribution, demonstrating their influence on efficiency and scaling on the Summit compute system. The presented setups show the potential for a more flexible use of compute resources brought by streaming IO as well as the ability to increase throughput by avoiding filesystem bottlenecks.

preprint2020arXiv

Large-scale Neural Solvers for Partial Differential Equations

Solving partial differential equations (PDE) is an indispensable part of many branches of science as many processes can be modelled in terms of PDEs. However, recent numerical solvers require manual discretization of the underlying equation as well as sophisticated, tailored code for distributed computing. Scanning the parameters of the underlying model significantly increases the runtime as the simulations have to be cold-started for each parameter configuration. Machine Learning based surrogate models denote promising ways for learning complex relationship among input, parameter and solution. However, recent generative neural networks require lots of training data, i.e. full simulation runs making them costly. In contrast, we examine the applicability of continuous, mesh-free neural solvers for partial differential equations, physics-informed neural networks (PINNs) solely requiring initial/boundary values and validation points for training but no simulation data. The induced curse of dimensionality is approached by learning a domain decomposition that steers the number of neurons per unit volume and significantly improves runtime. Distributed training on large-scale cluster systems also promises great utilization of large quantities of GPUs which we assess by a comprehensive evaluation study. Finally, we discuss the accuracy of GatedPINN with respect to analytical solutions -- as well as state-of-the-art numerical solvers, such as spectral solvers.

preprint2019arXiv

Femtosecond laser produced periodic plasma in a colloidal crystal probed by XFEL radiation

With the rapid development of short-pulse intense laser sources, studies of matter under extreme irradiation conditions enter further unexplored regimes. In addition, an application of X-ray Free- Electron Lasers (XFELs), delivering intense femtosecond X-ray pulses allows to investigate sample evolution in IR pump - X-ray probe experiments with an unprecedented time resolution. Here we present the detailed study of periodic plasma created from the colloidal crystal. Both experimental data and theory modeling show that the periodicity in the sample survives to a large extent the extreme excitation and shock wave propagation inside the colloidal crystal. This feature enables probing the excited crystal, using the powerful Bragg peak analysis, in contrast to the conventional studies of dense plasma created from bulk samples for which probing with Bragg diffraction technique is not possible. X-ray diffraction measurements of excited colloidal crystals may then lead towards a better understanding of matter phase transitions under extreme irradiation conditions.

preprint2016arXiv

Alpaka - An Abstraction Library for Parallel Kernel Acceleration

Porting applications to new hardware or programming models is a tedious and error prone process. Every help that eases these burdens is saving developer time that can then be invested into the advancement of the application itself instead of preserving the status-quo on a new platform. The Alpaka library defines and implements an abstract hierarchical redundant parallelism model. The model exploits parallelism and memory hierarchies on a node at all levels available in current hardware. By doing so, it allows to achieve platform and performance portability across various types of accelerators by ignoring specific unsupported levels and utilizing only the ones supported on a specific accelerator. All hardware types (multi- and many-core CPUs, GPUs and other accelerators) are supported for and can be programmed in the same way. The Alpaka C++ template interface allows for straightforward extension of the library to support other accelerators and specialization of its internals for optimization. Running Alpaka applications on a new (and supported) platform requires the change of only one source code line instead of a lot of \#ifdefs.

preprint2016arXiv

Drop tower setup for dynamic light scattering in dense gas-fluidized granular media

Investigation of dynamics in dense granular media is challenging. Here we present a setup that facilitates gas fluidization of dense granular media in microgravity. The dynamics is characterized using diffusing wave spectroscopy. We demonstrate that agitated granular media reach a steady state within fractions of a second in drop tower flights. The intensity autocorrelation functions obtained in microgravity show a remarkable dependence on sample volume fraction and driving strength. A plateau in correlation merges at low volume fractions and strong driving, while correlation decays only very slowly but continuously at high packing fractions. The setup allows to independently set sample volume fraction and driving strength, and thus extends the possibilities for investigations on dynamics in dense granular on ground.

preprint2016arXiv

Performance-Portable Many-Core Plasma Simulations: Porting PIConGPU to OpenPower and Beyond

With the appearance of the heterogeneous platform OpenPower,many-core accelerator devices have been coupled with Power host processors for the first time. Towards utilizing their full potential, it is worth investigating performance portable algorithms that allow to choose the best-fitting hardware for each domain-specific compute task. Suiting even the high level of parallelism on modern GPGPUs, our presented approach relies heavily on abstract meta-programming techniques, which are essential to focus on fine-grained tuning rather than code porting. With this in mind, the CUDA-based open-source plasma simulation code PIConGPU is currently being abstracted to support the heterogeneous OpenPower platform using our fast porting interface cupla, which wraps the abstract parallel C++11 kernel acceleration library Alpaka. We demonstrate how PIConGPU can benefit from the tunable kernel execution strategies of the Alpaka library, achieving portability and performance with single-source kernels on conventional CPUs, Power8 CPUs and NVIDIA GPUs.

preprint2015arXiv

Two surface plasmon decay of plasma oscillations

The interaction of ultra-intense lasers with solid foils can be used to accelerate ions to high energies well exceeding 60 MeV. The non-linear relativistic motion of electrons in the intense laser radiation leads to their acceleration and later to the acceleration of ions. Ions can be accelerated from the front surface, the foil interior region, and the foil rear surface (TNSA, most widely used), or the foil may be accelerated as a whole if sufficiently thin (RPA). Here, we focus on the most widely used mechanism for laser ion-acceleration of TNSA. Starting from perfectly flat foils we show by simulations how electron filamentation at or inside the solid leads to a spatial modulations in the ions. The exact dynamics depend very sensitively on the chosen initial parameters which has a tremendous effect on electron dynamics. In the case of step-like density gradients we find evidence that suggests a two-surface-plasmon decay of plasma oscillations triggering a Raileigh-Taylor-like instability.

preprint2014arXiv

Observation of the hyperfine transition in lithium-like Bismuth $^{209}\text{Bi}^{80+}$: Towards a test of QED in strong magnetic fields

We performed a laser spectroscopic determination of the $2s$ hyperfine splitting (HFS) of Li-like $^{209}\text{Bi}^{80+}$ and repeated the measurement of the $1s$ HFS of H-like $^{209}\text{Bi}^{82+}$. Both ion species were subsequently stored in the Experimental Storage Ring at the GSI Helmholtzzentrum für Schwerionenforschung Darmstadt and cooled with an electron cooler at a velocity of $\approx 0.71\,c$. Pulsed laser excitation of the $M1$ hyperfine-transition was performed in anticollinear and collinear geometry for $\text{Bi}^{82+}$ and $\text{Bi}^{80+}$, respectively, and observed by fluorescence detection. We obtain $ΔE^{(1s)}= 5086.3(11)\,\textrm{meV}$ for $\text{Bi}^{82+}$, different from the literature value, and $ΔE^{(2s)}= 797.50(18)\,\textrm{meV}$ for $\text{Bi}^{80+}$. These values provide experimental evidence that a specific difference between the two splitting energies can be used to test QED calculations in the strongest static magnetic fields available in the laboratory independent of nuclear structure effects. The experimental result is in excellent agreement with the theoretical prediction and confirms the sum of the Dirac term and the relativistic interelectronic-interaction correction at a level of 0.5% confirming the importance of accounting for the Breit interaction.

preprint2013arXiv

Ion heating dynamics in solid buried layer targets irradiated by ultra-short intense laser pulses

We investigate bulk ion heating in solid buried layer targets irradiated by ultra-short laser pulses of relativistic intensities using particle-in-cell simulations. Our study focuses on a CD2-Al-CD2 sandwich target geometry. We find enhanced deuteron ion heating in a layer compressed by the expanding aluminium layer. A pressure gradient created at the Al-CD2 interface pushes this layer of deuteron ions towards the outer regions of the target. During its passage through the target, deuteron ions are constantly injected into this layer. Our simulations suggest that the directed collective outward motion of the layer is converted into thermal motion inside the layer, leading to deuteron temperatures higher than those found in the rest of the target. This enhanced heating can already be observed at laser pulse durations as low as 100 femtoseconds. Thus, detailed experimental surveys at repetition rates of several ten laser shots per minute are in reach at current high-power laser systems, which would allow for probing and optimizing the heating dynamics.

preprint2013arXiv

Using XFELs for Probing of Complex Interaction Dynamics of Ultra-Intense Lasers with Solid Matter

We demonstrate the potential of X-ray free-electron lasers (XFEL) to advancethe understanding of complex plasma dynamics by allowing for the first time nanometer and femtosecond resolution at the same time in plasma diagnostics. Plasma phenomena on such short timescales are of high relevance for many fields of physics, in particular in the ultra-intense ultra-short laser interaction with matter. Highly relevant yet only partially understood phenomena may become directly accessible in experiment. These include relativistic laser absorption at solid targets, creation of energetic electrons and electron transport in warm dense matter, including the seeding and development of surface and beam instabilities, ambipolar expansion, shock formation, and dynamics at the surfaces or at buried layers. We demonstrate the potentials of XFEL plasma probing for high power laser matter interactions using exemplary the small angle X-ray scattering technique, focusing on general considerations for XFEL probing.