Researcher profile

Sean Colin-Ellerin

Sean Colin-Ellerin contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 19 - UnverifiedVerification L1Unclaimed author
5works
0followers
4topics
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

5 published item(s)

preprint2022arXiv

Bootstrapping Quantum Extremal Surfaces I: The Area Operator

Quantum extremal surfaces are central to the connection between quantum information theory and quantum gravity and they have played a prominent role in the recent progress on the information paradox. We initiate a program to systematically link these surfaces to the microscopic data of the dual conformal field theory, namely the scaling dimensions of local operators and their OPE coefficients. We consider CFT states obtained by acting on the vacuum with single-trace operators, which are dual to one-particle states of the bulk theory. Focusing on AdS$_3$/CFT$_2$, we compute the CFT entanglement entropy to second order in the large $c$ expansion where quantum extremality becomes important and match it to the expectation value of the bulk area operator. We show that to this order, the Virasoro identity block contributes solely to the area operator.

preprint2022arXiv

Disordered vector models: from higher spins to incipient strings

We present a one-parameter family of large $N$ disordered models, with and without supersymmetry, in three spacetime dimensions. They interpolate from the critical large $N$ vector model dual to a classical higher spin theory, towards a theory with a classical string dual. We analyze the spectrum and OPE data of the theories. While the supersymmetric model is always well-behaved the non-supersymmetric model is unitary only over a small parameter range. We offer some speculations on the origin of strings from the higher spins.

preprint2020arXiv

Large-$d$ phase transitions in holographic mutual information

In the AdS/CFT correspondence, the entanglement entropy of subregions in the boundary CFT is conjectured to be dual to the area of a bulk extremal surface at leading order in $G_N$ in the holographic limit. Under this dictionary, distantly separated regions in the CFT vacuum state have zero mutual information at leading order, and only attain nonzero mutual information at this order when they lie close enough to develop significant classical and quantum correlations. Previously, the separation at which this phase transition occurs for equal-size ball-shaped regions centered at antipodal points on the boundary was known analytically only in $3$ spacetime dimensions. Inspired by recent explorations of general relativity at large-$d$, we compute the separation at which the phase transition occurs analytically in the limit of infinitely many spacetime dimensions, and find that distant regions cannot develop large correlations without collectively occupying the entire volume of the boundary theory. We interpret this result as illustrating the spatial decoupling of holographic correlations in the large-$d$ limit, and provide intuition for this phenomenon using results from quantum information literature. We also compute the phase transition separation numerically for a range of bulk spacetime dimensions from $4$ to $21$, where analytic results are intractable but numerical results provide insight into the dimension-dependence of holographic correlations. For bulk dimensions above $5$, our exact numerical results are well approximated analytically by working to next-to-leading order in the large-$d$ expansion.

preprint2019arXiv

Supersymmetric Landau-Ginzburg Tensor Models

We study two dimensional $\mathcal{N} = (2, 2)$ Landau-Ginzburg models with tensor valued superfields with the aim of constructing large central charge superconformal field theories which are solvable using large $N$ techniques. We demonstrate the viability of such constructions and motivate the study of anisotropic tensor models. Such theories are a novel deformation of tensor models where we break the continuous symmetries while preserving the large $N$ solvability. Specifically, we examine theories with superpotentials involving tensor contractions chosen to pick out melonic diagrams. The anisotropy is introduced by further biasing individual terms by different coefficients, all of the same order, to retain large $N$ scaling. We carry out a detailed analysis of the resulting low energy fixed point and comment on potential applications to holography. Along the way we also examine gauged versions of the models (with partial anisotropy) and find generically that such theories have a non-compact Higgs branch of vacua.

preprint2012arXiv

Language Acquisition in Computers

This project explores the nature of language acquisition in computers, guided by techniques similar to those used in children. While existing natural language processing methods are limited in scope and understanding, our system aims to gain an understanding of language from first principles and hence minimal initial input. The first portion of our system was implemented in Java and is focused on understanding the morphology of language using bigrams. We use frequency distributions and differences between them to define and distinguish languages. English and French texts were analyzed to determine a difference threshold of 55 before the texts are considered to be in different languages, and this threshold was verified using Spanish texts. The second portion of our system focuses on gaining an understanding of the syntax of a language using a recursive method. The program uses one of two possible methods to analyze given sentences based on either sentence patterns or surrounding words. Both methods have been implemented in C++. The program is able to understand the structure of simple sentences and learn new words. In addition, we have provided some suggestions regarding future work and potential extensions of the existing program.