arXiv ScienceSearch

arXiv subjects

Tim Bauer

Publications and source records attributed to Tim Bauer.

8 recordsLinked to original sources

Magic of Kitaev spin liquids

Quantum spin liquids (QSLs) are long-range entangled phases of matter and a natural setting for exploring how quantum correlations generate quantum complexity. Motivated by the emergence of magic, or nonstabilizerness, as a diagnostic of many-body complexity beyond entanglement, we study magic of QSLs by computing the stabilizer R\'enyi entropy (SRE) of the Kitaev honeycomb model. We derive a correspondence between Pauli strings and products of itinerant Majorana operators in the model's free-fermion description; this enables the sampling of SRE using an optimized algorithm for Gaussian states in systems with thousands of spins. Our results show that magic is largest in the gapless phase, where subleading volume-law corrections indicate nonlocal contributions, while in the gapped phases, SRE decreases in quantitative agreement with a perturbative expansion that we develop in the anisotropic limit. At the topological phase transition, SRE exhibits universal scaling dictated by critical exponents.

quant-ph

Compact localized fermions and Ising anyons in a chiral spin liquid

Quasiparticle hybridization remains a major challenge to realizing and controlling exotic states of matter in existing quantum simulation platforms. We report the absence of hybridization for compact localized states (CLS) emerging in the chiral spin liquid described by the Yao-Kivelson model. The CLS form due to destructive quantum interference at fine-tuned coupling constants and populate perfectly flat quasiparticle bands on an effective kagome lattice. Using a formalism for general Majorana-hopping Hamiltonians, we derive exact expressions for CLS for various flux configurations and both for the topological and trivial phases of the model. In addition to finite-energy matter fermions with characteristic spin-spin correlations, we construct compact localized Majorana zero modes attached to $\pi$-flux excitations, which enable non-Abelian braiding of Ising anyons with minimal separation. Our results inform the quantum simulation of topologically ordered states of matter and open avenues for exploring flat-band physics in quantum spin liquids.

cond-mat.str-el

Tunneling spectroscopy of the spinon-Kondo effect in one-dimensional Mott insulators

We study the tunneling density of states (TDOS) in one-dimensional Mott insulators at energies below the charge gap. By employing nonlinear Luttinger liquid theory and density-matrix renormalization group (DMRG) simulations, we predict that in the presence of a magnetic impurity at the boundary, characteristic Fermi-edge singularity features can appear at subgap energies in the TDOS near the boundary. In contrast to the Kondo effect in a metal, these resonances are strongly asymmetric and of power-law form. The power-law exponent is universal and determined by the spinon-Kondo effect.

cond-mat.str-el

Quantum description of Fermi arcs in Weyl semimetals in a magnetic field

For a Weyl semimetal (WSM) in a magnetic field, a semiclassical description of the Fermi-arc surface state dynamics is usually employed for explaining various unconventional magnetotransport phenomena, e.g., Weyl orbits, the three-dimensional Quantum Hall Effect, and the high transmission through twisted WSM interfaces. For a half-space geometry, we determine the low-energy quantum eigenstates for a four-band model of a WSM in a magnetic field perpendicular to the surface. The eigenstates correspond to in- and out-going chiral Landau level (LL) states, propagating (anti-)parallel to the field direction near different Weyl nodes, which are coupled by evanescent surface-state contributions generated by all other LLs. These replace the Fermi arc in a magnetic field. Computing the phase shift accumulated between in- and out-going chiral LL states, we compare our quantum-mechanical results to semiclassical predictions. We find quantitative agreement between both approaches.

cond-mat.mes-hall

Local spin-flip transitions induced by magnetic quantum impurities in two-dimensional magnets

We predict a general local spin-flip transition mechanism caused by magnetic quantum impurities in (partially) polarized phases of quantum magnets in the absence of conservation laws. This transition arises when a magnon bound state crosses zero energy as function of the magnetic field. As application, we study 2D van der Waals magnets described by the Kitaev-Heisenberg honeycomb model which applies to the transition metal trihalides CrI$_3$ and $\alpha$-RuCl$_3$. We consider adatom and substitutional impurity positions, and show how spin-flip transitions can be detected in scanning tunneling spectroscopy.

cond-mat.str-el

Electric polarization near vortices in the extended Kitaev model

We formulate a Majorana mean-field theory for the extended $JK\Gamma$ Kitaev model in a magnetic Zeeman field of arbitrary direction, and apply it for studying spatially inhomogeneous states harboring vortices. This mean-field theory is exact in the pure Kitaev limit and captures the essential physics throughout the Kitaev spin liquid phase. We determine the charge profile around vortices and the corresponding quadrupole tensor. The quadrupole-quadrupole interaction between distant vortices is shown to be either repulsive or attractive, depending on parameters. We predict that electrically biased scanning probe tips enable the creation of vortices at preselected positions. Our results open new perspectives for the electric manipulation of Ising anyons in Kitaev spin liquids.

cond-mat.str-el

Scanning tunneling spectroscopy of Majorana zero modes in a Kitaev spin liquid

We describe scanning tunneling spectroscopic signatures of Majorana zero modes (MZMs) in Kitaev spin liquids. The tunnel conductance is determined by the dynamical spin correlations of the spin liquid, which we compute exactly, and by spin-anisotropic cotunneling form factors. Near a $\mathbb{Z}_2$ vortex, the tunnel conductance has a staircase voltage dependence, where conductance steps arise from MZMs and (at higher voltages) from additional vortex configurations. By scanning the probe tip position, one can detect the vortex locations. Our analysis suggests that topological magnon bound states near defects or magnetic impurities generate spectroscopic signatures that are qualitatively different from those of MZMs.

cond-mat.str-el

Adaptation-Based Programming in Haskell

We present an embedded DSL to support adaptation-based programming (ABP) in Haskell. ABP is an abstract model for defining adaptive values, called adaptives, which adapt in response to some associated feedback. We show how our design choices in Haskell motivate higher-level combinators and constructs and help us derive more complicated compositional adaptives. We also show an important specialization of ABP is in support of reinforcement learning constructs, which optimize adaptive values based on a programmer-specified objective function. This permits ABP users to easily define adaptive values that express uncertainty anywhere in their programs. Over repeated executions, these adaptive values adjust to more efficient ones and enable the user's programs to self optimize. The design of our DSL depends significantly on the use of type classes. We will illustrate, along with presenting our DSL, how the use of type classes can support the gradual evolution of DSLs.

cs.PL