arXiv ScienceSearch

arXiv subjects

F. Claude

Publications and source records attributed to F. Claude.

5 recordsLinked to original sources

Observation of Fano-suppression in scattering resonances of bosonic erbium atoms

The collisional properties of lanthanides exhibit remarkable complexity due to their many valence electrons, leading to an extraordinarily dense Feshbach spectrum showing signs of quantum chaos. Here we explore the situation of bosonic spin mixtures of erbium, adding the additional spin degree of freedom to the problem. We detect several inter- and intra-spin scattering resonances, exhibiting a peculiar asymmetric shape with a pronounced loss minimum. By developing a simplified multi-channel model we are able to recreate this characteristic behavior and to trace its origin to destructive interference between multiple pathways as predicted by Fano. We additionally observe a series of Fano-Feshbach resonances across multiple spin channels connected to the same molecular state, again confirmed by our theory. Our work opens the door for a detailed investigation to study multi-spin strongly-coupled scattering phenomena.

cond-mat.quant-gas

Dissipative phase transition with driving-controlled spatial dimension and diffusive boundary conditions

We investigate theoretically and experimentally a first-order dissipative phase transition, with diffusive boundary conditions and the ability to tune the spatial dimension of the system. The considered physical system is a planar semiconductor microcavity in the strong light-matter coupling regime, where polariton excitations are injected by a quasi-resonant optical driving field. The spatial dimension of the system from 1D to 2D is tuned by designing the intensity profile of the driving field. We investigate the emergence of criticality by increasing the spatial size of the driven region. The system is nonlinear due to polariton-polariton interactions and the boundary conditions are diffusive because the polaritons can freely diffuse out of the driven region. We show that no phase transition occurs using a 1D driving geometry, while for a 2D geometry we do observe both in theory and experiments the emergence of a first-order phase transition.

cond-mat.other

Polariton fluids for analogue gravity physics

Analogue gravity enables the study of fields on curved spacetimes in the laboratory. There are numerous experimental platforms in which amplification at the event horizon or the ergoregion has been observed. Here, we demonstrate how optically generating a defect in a polariton microcavity enables the creation of one- and two-dimensional, transsonic fluid flows. We show that this highly tuneable method permits the creation of sonic horizons. Furthermore, we present a rotating geometry akin to the water-wave bathtub vortex. These experiments usher-in the possibility of observing stimulated as well as spontaneous amplification by the Hawking, Penrose and Zeld'ovich effects in fluids of light.

cond-mat.quant-gas

Stationary quantum vortex street in a driven-dissipative quantum fluid of light

We investigate the formation of a new class of density-phase defects in a resonantly driven 2D quantum fluid of light. The system bistability allows the formation of low density regions containing density-phase singularities confined between high density regions. We show that in 1D channels, an odd (1-3) or even (2-4) number of dark solitons form parallel to the channel axis in order to accommodate the phase constraint induced by the pumps in the barriers. These soliton molecules are typically unstable and evolve toward stationary symmetric or anti-symmetric arrays of vortex streets straightforwardly observable in \emph{cw} experiments. The flexibility of this photonic platform allows implementing more complicated potentials such as maze-like channels, with the vortex streets connecting the entrances and thus solving the maze.

cond-mat.mes-hall

Fast In-Memory XPath Search over Compressed Text and Tree Indexes

A large fraction of an XML document typically consists of text data. The XPath query language allows text search via the equal, contains, and starts-with predicates. Such predicates can efficiently be implemented using a compressed self-index of the document's text nodes. Most queries, however, contain some parts of querying the text of the document, plus some parts of querying the tree structure. It is therefore a challenge to choose an appropriate evaluation order for a given query, which optimally leverages the execution speeds of the text and tree indexes. Here the SXSI system is introduced; it stores the tree structure of an XML document using a bit array of opening and closing brackets, and stores the text nodes of the document using a global compressed self-index. On top of these indexes sits an XPath query engine that is based on tree automata. The engine uses fast counting queries of the text index in order to dynamically determine whether to evaluate top-down or bottom-up with respect to the tree structure. The resulting system has several advantages over existing systems: (1) on pure tree queries (without text search) such as the XPathMark queries, the SXSI system performs on par or better than the fastest known systems MonetDB and Qizx, (2) on queries that use text search, SXSI outperforms the existing systems by 1--3 orders of magnitude (depending on the size of the result set), and (3) with respect to memory consumption, SXSI outperforms all other systems for counting-only queries.

cs.DB