Source author record

Christian Sommer

Christian Sommer 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

10works
9topics
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

10 published item(s)

preprint2020arXiv

Langevin Approach to Quantum Optics with Molecules

We investigate the interaction between light and molecular systems modeled as quantum emitters coupled to a multitude of vibrational modes via a Holstein-type interaction. We follow a quantum Langevin equations approach that allows for analytical derivations of absorption and fluorescence profiles of molecules driven by classical fields or coupled to quantized optical modes. We retrieve analytical expressions for the modification of the radiative emission branching ratio in the Purcell regime and for the asymmetric cavity transmission associated with dissipative cross-talk between upper and lower polaritons in the strong coupling regime. We also characterize the Förster resonance energy transfer process between donor-acceptor molecules mediated by the vacuum or by a cavity mode.

preprint2020arXiv

Multimode cold-damping optomechanics with delayed feedback

We investigate the role of time delay in cold-damping optomechanics with multiple mechanical resonances. For instantaneous electronic response, it was recently shown in \textit{Phys. Rev. Lett. \textbf{123}, 203605 (2019)}, that a single feedback loop is sufficient to simultaneously remove thermal noise from many mechanical modes. While the intrinsic delayed response of the electronics can induce single mode and mutual heating between adjacent modes, we propose to counteract such detrimental effects by introducing an additional time delay to the feedback loop. For lossy cavities and broadband feedback, we derive analytical results for the final occupancies of the mechanical modes within the formalism of quantum Langevin equations. For modes that are frequency degenerate collective effects dominate, mimicking behavior similar to Dicke super- and subradiance. These analytical results, corroborated with numerical simulations of both transient and steady state dynamics, allow to find suitable conditions and strategies for efficient single or multimode feedback optomechanics.

preprint2020arXiv

Prospects of reinforcement learning for the simultaneous damping of many mechanical modes

We apply adaptive feedback for the partial refrigeration of a mechanical resonator, i.e. with the aim to simultaneously cool the classical thermal motion of more than one vibrational degree of freedom. The feedback is obtained from a neural network parametrized policy trained via a reinforcement learning strategy to choose the correct sequence of actions from a finite set in order to simultaneously reduce the energy of many modes of vibration. The actions are realized either as optical modulations of the spring constants in the so-called quadratic optomechanical coupling regime or as radiation pressure induced momentum kicks in the linear coupling regime. As a proof of principle we numerically illustrate efficient simultaneous cooling of four independent modes with an overall strong reduction of the total system temperature.

preprint2016arXiv

Time-domain Ramsey interferometry with interacting Rydberg atoms

We theoretically investigate the dynamics of a gas of strongly interacting Rydberg atoms subject to a time-domain Ramsey interferometry protocol. The many-body dynamics is governed by an Ising-type Hamiltonian with long range interactions of tunable strength. We analyze and model the contrast degradation and phase accumulation of the Ramsey signal and identify scaling laws for varying interrogation times, ensemble densities, and ensemble dimensionalities.

preprint2013arXiv

Structured Recursive Separator Decompositions for Planar Graphs in Linear Time

Given a planar graph G on n vertices and an integer parameter r<n, an r-division of G with few holes is a decomposition of G into O(n/r) regions of size at most r such that each region contains at most a constant number of faces that are not faces of G (also called holes), and such that, for each region, the total number of vertices on these faces is O(sqrt r). We provide a linear-time algorithm for computing r-divisions with few holes. In fact, our algorithm computes a structure, called decomposition tree, which represents a recursive decomposition of G that includes r-divisions for essentially all values of r. In particular, given an exponentially increasing sequence r = (r_1,r_2,...), our algorithm can produce a recursive r-division with few holes in linear time. r-divisions with few holes have been used in efficient algorithms to compute shortest paths, minimum cuts, and maximum flows. Our linear-time algorithm improves upon the decomposition algorithm used in the state-of-the-art algorithm for minimum st-cut (Italiano, Nussbaum, Sankowski, and Wulff-Nilsen, STOC 2011), removing one of the bottlenecks in the overall running time of their algorithm (analogously for minimum cut in planar and bounded-genus graphs).

preprint2011arXiv

Exact Distance Oracles for Planar Graphs

We present new and improved data structures that answer exact node-to-node distance queries in planar graphs. Such data structures are also known as distance oracles. For any directed planar graph on n nodes with non-negative lengths we obtain the following: * Given a desired space allocation $S\in[n\lg\lg n,n^2]$, we show how to construct in $\tilde O(S)$ time a data structure of size $O(S)$ that answers distance queries in $\tilde O(n/\sqrt S)$ time per query. As a consequence, we obtain an improvement over the fastest algorithm for k-many distances in planar graphs whenever $k\in[\sqrt n,n)$. * We provide a linear-space exact distance oracle for planar graphs with query time $O(n^{1/2+eps})$ for any constant eps>0. This is the first such data structure with provable sublinear query time. * For edge lengths at least one, we provide an exact distance oracle of space $\tilde O(n)$ such that for any pair of nodes at distance D the query time is $\tilde O(min {D,\sqrt n})$. Comparable query performance had been observed experimentally but has never been explained theoretically. Our data structures are based on the following new tool: given a non-self-crossing cycle C with $c = O(\sqrt n)$ nodes, we can preprocess G in $\tilde O(n)$ time to produce a data structure of size $O(n \lg\lg c)$ that can answer the following queries in $\tilde O(c)$ time: for a query node u, output the distance from u to all the nodes of C. This data structure builds on and extends a related data structure of Klein (SODA'05), which reports distances to the boundary of a face, rather than a cycle. The best distance oracles for planar graphs until the current work are due to Cabello (SODA'06), Djidjev (WG'96), and Fakcharoenphol and Rao (FOCS'01). For $σ\in(1,4/3)$ and space $S=n^σ$, we essentially improve the query time from $n^2/S$ to $\sqrt{n^2/S}$.

preprint2011arXiv

Linear-Space Approximate Distance Oracles for Planar, Bounded-Genus, and Minor-Free Graphs

A (1 + eps)-approximate distance oracle for a graph is a data structure that supports approximate point-to-point shortest-path-distance queries. The most relevant measures for a distance-oracle construction are: space, query time, and preprocessing time. There are strong distance-oracle constructions known for planar graphs (Thorup, JACM'04) and, subsequently, minor-excluded graphs (Abraham and Gavoille, PODC'06). However, these require Omega(eps^{-1} n lg n) space for n-node graphs. We argue that a very low space requirement is essential. Since modern computer architectures involve hierarchical memory (caches, primary memory, secondary memory), a high memory requirement in effect may greatly increase the actual running time. Moreover, we would like data structures that can be deployed on small mobile devices, such as handhelds, which have relatively small primary memory. In this paper, for planar graphs, bounded-genus graphs, and minor-excluded graphs we give distance-oracle constructions that require only O(n) space. The big O hides only a fixed constant, independent of εand independent of genus or size of an excluded minor. The preprocessing times for our distance oracle are also faster than those for the previously known constructions. For planar graphs, the preprocessing time is O(n lg^2 n). However, our constructions have slower query times. For planar graphs, the query time is O(eps^{-2} lg^2 n). For our linear-space results, we can in fact ensure, for any delta > 0, that the space required is only 1 + delta times the space required just to represent the graph itself.

preprint2011arXiv

More Compact Oracles for Approximate Distances in Planar Graphs

Distance oracles are data structures that provide fast (possibly approximate) answers to shortest-path and distance queries in graphs. The tradeoff between the space requirements and the query time of distance oracles is of particular interest and the main focus of this paper. In FOCS'01, Thorup introduced approximate distance oracles for planar graphs. He proved that, for any eps>0 and for any planar graph on n nodes, there exists a (1+eps)-approximate distance oracle using space O(n eps^{-1} log n) such that approximate distance queries can be answered in time O(1/eps). Ten years later, we give the first improvements on the space-querytime tradeoff for planar graphs. * We give the first oracle having a space-time product with subquadratic dependency on 1/eps. For space ~O(n log n) we obtain query time ~O(1/eps) (assuming polynomial edge weights). The space shows a doubly logarithmic dependency on 1/eps only. We believe that the dependency on eps may be almost optimal. * For the case of moderate edge weights (average bounded by polylog(n), which appears to be the case for many real-world road networks), we hit a "sweet spot," improving upon Thorup's oracle both in terms of eps and n. Our oracle uses space ~O(n log log n) and it has query time ~O(log log log n + 1/eps). (Asymptotic notation in this abstract hides low-degree polynomials in log(1/eps) and log*(n).)

preprint2010arXiv

Velocity-selected molecular pulses produced by an electric guide

Electrostatic velocity filtering is a technique for the production of continuous guided beams of slow polar molecules from a thermal gas. We extended this technique to produce pulses of slow molecules with a narrow velocity distribution around a tunable velocity. The pulses are generated by sequentially switching the voltages on adjacent segments of an electric quadrupole guide synchronously with the molecules propagating at the desired velocity. This technique is demonstrated for deuterated ammonia (ND$_{3}$), delivering pulses with a velocity in the range of $20-100\,\rm{m/s}$ and a relative velocity spread of $(16\pm 2)\,%$ at FWHM. At velocities around $60\,\rm{m/s}$, the pulses contain up to $10^6$ molecules each. The data are well reproduced by Monte-Carlo simulations, which provide useful insight into the mechanisms of velocity selection.

preprint2008arXiv

Continuous guided beams of slow and internally cold polar molecules

We describe the combination of buffer-gas cooling with electrostatic velocity filtering to produce a high-flux continuous guided beam of internally cold and slow polar molecules. In a previous paper (L.D. van Buuren et al., arXiv:0806.2523v1) we presented results on density and state purity for guided beams of ammonia and formaldehyde using an optimized set-up. Here we describe in more detail the technical aspects of the cryogenic source, its operation, and the optimization experiments that we performed to obtain best performance. The versatility of the source is demonstrated by the production of guided beams of different molecular species.