Researcher profile

Oliver Sander

Oliver Sander contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
6works
0followers
10topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

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

Published work

6 published item(s)

preprint2022arXiv

A homogenized bending theory for prestrained plates

The presence of prestrain can have a tremendous effect on the mechanical behavior of slender structures. Prestrained elastic plates show spontaneous bending in equilibrium -- a property that makes such objects relevant for the fabrication of active and functional materials. In this paper we study microheterogeneous, prestrained plates that feature nonflat equilibrium shapes. Our goal is to understand the relation between the properties of the prestrained microstructure and the global shape of the plate in mechanical equilibrium. To this end, we consider a three-dimensional, nonlinear elasticity model that describes a periodic material that occupies a domain with small thickness. We consider a spatially periodic prestrain described in the form of a multiplicative decomposition of the deformation gradient. By simultaneous homogenization and dimension reduction, we rigorously derive an effective plate model as a Γ-limit for vanishing thickness and period. That limit has the form of a nonlinear bending energy with an emergent spontaneous curvature term. The homogenized properties of the bending model (bending stiffness and spontaneous curvature) are characterized by corrector problems. For a model composite -- a prestrained laminate composed of isotropic materials -- we investigate the dependence of the homogenized properties on the parameters of the model composite. Secondly, we investigate the relation between the parameters of the model composite and the set of shapes with minimal bending energy. Our study reveals a rather complex dependence of these shapes on the composite parameters.

preprint2021arXiv

OpenIPMC: a free and open source Intelligent Platform Management Controller

OpenIPMC is a free and open source firmware designed to operate as an Intelligent Platform Management Controller (IPMC). An IPMC is a fundamental component of electronic boards conformant to the Advanced Telecommunications Computing Architecture (ATCA) standard, currently being adopted by a number of high energy physics experiments, and is responsible for monitoring the health parameters of the board, managing its power states, and providing board control, debug and recovery functions to remote clients. OpenIPMC is based on the FreeRTOS real-time operating system and is designed to be architecture-independent, allowing it to be built for a variety of different Microcontrollers. Having a fully free and open source code is an innovative aspect for this kind of firmware, allowing full customization by the user. In this work we present the features and structure of OpenIPMC and its example implementations on Xilinx Zynq UltraScale+ (ZynqUS+), Espressif ESP32, and ST Microelectronics STM32 architectures.

preprint2020arXiv

Accelerating complex control schemes on a heterogeneous MPSoC platform for quantum computing

Control and readout of superconducting quantum bits (qubits) require microwave pulses with gigahertz frequencies and nanosecond precision. To generate and analyze these microwave pulses, we developed a versatile FPGA-based electronics platform. While basic functionality is directly handled within the FPGA, guaranteeing highest accuracy on the nanosecond timescale, more complex control schemes render impractical to implement in hardware. To provide deterministic timing and low latency with high flexibility, we developed the Taskrunner framework. It enables the execution of complex control schemes, so-called user tasks, on the real-time processing unit (RPU) of a heterogeneous Multiprocessor System-on-Chip (MPSoC). These user tasks are specified conveniently using standard C language and are compiled automatically by the MPSoC platform when loaded onto the RPU. We present the architecture of the Taskrunner framework as well as timing benchmarks and discuss applications in the field of quantum computing.

preprint2020arXiv

The DUNE Framework: Basic Concepts and Recent Developments

This paper presents the basic concepts and the module structure of the Distributed and Unified Numerics Environment and reflects on recent developments and general changes that happened since the release of the first Dune version in 2007 and the main papers describing that state [1, 2]. This discussion is accompanied with a description of various advanced features, such as coupling of domains and cut cells, grid modifications such as adaptation and moving domains, high order discretizations and node level performance, non-smooth multigrid methods, and multiscale methods. A brief discussion on current and future development directions of the framework concludes the paper.

preprint2019arXiv

State preparation of a fluxonium qubit with feedback from a custom FPGA-based platform

We developed a versatile integrated control and readout instrument for experiments with superconducting quantum bits (qubits), based on a field-programmable gate array (FPGA) platform. Using this platform, we perform measurement-based, closed-loop feedback operations with $428 \, \mathrm{ns}$ platform latency. The feedback capability is instrumental in realizing active reset initialization of the qubit into the ground state in a time much shorter than its energy relaxation time $T_1$. We show experimental results demonstrating reset of a fluxonium qubit with $99.4\,\%$ fidelity, using a readout-and-drive pulse sequence approximately $1.5 \, \mathrm{μs}$ long. Compared to passive ground state initialization through thermalization, with the time constant given by $T_1 = ~ 80 \, \mathrm{μs}$, the use of the FPGA-based platform allows us to improve both the fidelity and the time of the qubit initialization by an order of magnitude.

preprint2015arXiv

The Dune FoamGrid implementation for surface and network grids

We present FoamGrid, a new implementation of the DUNE grid interface. FoamGrid implements one- and two-dimensional grids in a physical space of arbitrary dimension, which allows for grids for curved domains. Even more, the grids are not expected to have a manifold structure, i.e., more than two elements can share a common facet. This makes FoamGrid the grid data structure of choice for simulating structures such as foams, discrete fracture networks, or network flow problems. FoamGrid implements adaptive non-conforming refinement with element parametrizations. As an additional feature it allows removal and addition of elements in an existing grid, which makes FoamGrid suitable for network growth problems. We show how to use FoamGrid, with particular attention to the extensions of the grid interface needed to handle non-manifold topology and grid growth. Three numerical examples demonstrate the possibilities offered by FoamGrid.