SearcharxivSearch

arXiv subjects

Graham Kells

Publications and source records attributed to Graham Kells.

21 records · Page 2Linked to original sources

Enhanced zero-bias Majorana peak in disordered multi-subband quantum wires

A recent experiment [Mourik et al., Science 336, 1003 (2012)] on InSb quantum wires provides possible evidence for the realization of a topological superconducting phase and the formation of Majorana bound states. Motivated by this experiment, we consider the signature of Majorana bound states in the differential tunneling conductance of multi-subband wires. We show that the weight of the Majorana-induced zero-bias peak is strongly enhanced by mixing of subbands, when disorder is added to the end of the quantum wire. We also consider how the topological phase transition is reflected in the gap structure of the current-voltage characteristic.

cond-mat.mes-hall

Spectrum of the non-abelian phase in Kitaev's honeycomb lattice model

The spectral properties of Kitaev's honeycomb lattice model are investigated both analytically and numerically with the focus on the non-abelian phase of the model. After summarizing the fermionization technique which maps spins into free Majorana fermions, we evaluate the spectrum of sparse vortex configurations and derive the interaction between two vortices as a function of their separation. We consider the effect vortices can have on the fermionic spectrum as well as on the phase transition between the abelian and non-abelian phases. We explicitly demonstrate the $2^n$-fold ground state degeneracy in the presence of $2n$ well separated vortices and the lifting of the degeneracy due to their short-range interactions. The calculations are performed on an infinite lattice. In addition to the analytic treatment, a numerical study of finite size systems is performed which is in exact agreement with the theoretical considerations. The general spectral properties of the non-abelian phase are considered for various finite toroidal systems.

cond-mat.mes-hall

LAW: A Tool for Improved Productivity with High-Performance Linear Algebra Codes. Design and Applications

LAPACK and ScaLAPACK are arguably the defacto standard libraries among the scientific community for solving linear algebra problems on sequential, shared-memory and distributed-memory architectures. While ease of use was a major design goal for the ScaLAPACK project; with respect to its predecessor LAPACK; it is still a non-trivial exercise to develop a new code or modify an existing LAPACK code to exploit processor grids, distributed-array descriptors and the associated distributed-memory ScaLAPACK/PBLAS routines. In this paper, we introduce what we believe will be an invaluable development tool for the scientific code developer, which exploits ad-hoc polymorphism, derived-types, optional arguments, overloaded operators and conditional compilation in Fortran 95, to provide wrappers to a subset of common linear algebra kernels. These wrappers are introduced to facilitate the abstraction of low-level details which are irrelevant to the science being performed, such as target platform and execution model. By exploiting this high-level library interface, only a single code source is required with mapping onto a diverse range of execution models performed at link-time with no user modification. We conclude with a case study whereby we describe application of the LAW library in the implementation of the well-known Chebyshev Matrix Exponentiation algorithm for Hermitian matrices.

physics.comp-ph