SearcharxivSearch

arXiv subjects

Kai Herrmann

Publications and source records attributed to Kai Herrmann.

2 recordsLinked to original sources

Dynamic Distortions of Quasi-2D Ruddlesden-Popper Perovskites at Elevated Temperatures: Influence on Thermal and Electronic Properties

Ruddlesden-Popper hybrid halide perovskite are quasi-two-dimensional materials with a layered structure and structural dynamics that are determined by the interplay between the organic and inorganic layers. While their optical properties are governed by confinement effects, the atomistic origin of thermal and electronic properties of these materials is yet to be fully established. Here we combine computational and experimental techniques to study A$_2$PbI$_4$ (A=butylammonium (BA), phenethylammonium (PEA)) Ruddlesden-Popper perovskites and compare them with the quintessential perovskite CH$_3$NH$_3$PbI$_3$. We use first-principles density functional theory, molecular dynamics simulations based on machine-learned interatomic potentials, thermal measurements, temperature-dependent Raman spectroscopy, and ultraviolet photoelectron spectroscopy, to probe the thermal and electronic properties of these materials at elevated temperatures. Our molecular dynamics simulations demonstrate that dynamic fluctuations in the organic sublattice determine the bulk-average distortions of these materials at room-temperature, explaining significant differences in their electronic density of states close to the Fermi level. Furthermore, by analysing the organic layer dynamics in BA$_2$PbI$_4$ we provide a mechanistic explanation for the phase transition of this material at 274 K and observations from Raman measurements. Our results highlight the role of the organic interlayer for the electronic and thermal transport properties of Ruddlesden-Popper perovskites, paving the way for the design of new hybrid materials for tailored applications.

cond-mat.mtrl-sci

Living in Parallel Realities -- Co-Existing Schema Versions with a Bidirectional Database Evolution Language

We introduce end-to-end support of co-existing schema versions within one database. While it is state of the art to run multiple versions of a continuously developed application concurrently, it is hard to do the same for databases. In order to keep multiple co-existing schema versions alive; which are all accessing the same data set; developers usually employ handwritten delta code (e.g. views and triggers in SQL). This delta code is hard to write and hard to maintain: if a database administrator decides to adapt the physical table schema, all handwritten delta code needs to be adapted as well, which is expensive and error-prone in practice. In this paper, we present InVerDa: developers use the simple bidirectional database evolution language BiDEL, which carries enough information to generate all delta code automatically. Without additional effort, new schema versions become immediately accessible and data changes in any version are visible in all schema versions at the same time. InVerDa also allows for easily changing the physical table design without affecting the availability of co-existing schema versions. This greatly increases robustness (orders of magnitude less lines of code) and allows for significant performance optimization. A main contribution is the formal evaluation that each schema version acts like a common full-fledged database schema independently of the chosen physical table design.

cs.DB