A Mathematica Package for Clifford Algebras, Gamma Matrices

Total Page:16

File Type:pdf, Size:1020Kb

A Mathematica Package for Clifford Algebras, Gamma Matrices "Gamma MaP" - A Mathematica Package for Clifford Algebras, Gamma Matrices and Spinors Pyry Kuusela Mathematical Institute University of Oxford Andrew Wiles Building Radcliffe Observatory Quarter Oxford, OX2 6GG, UK [email protected] Abstract We present a Mathematica package for doing computations with gamma matrices, spinors, tensors and other objects, in any dimension and signature. The approach we use is based on defining the commutation relations of the relevant matrices, and is thus general and flexible. As examples, we reproduce torsion conditions for AdS3 compactification of type IIB supergravity from literature, and check the vanishing of supersymmetry variations of 10-dimensional supersymmetric Yang-Mills theory. arXiv:1905.00429v1 [hep-th] 1 May 2019 Contents 1 Introduction 1 2 Review of Spinors and Gamma Matrices in Different Dimensions 3 2.1 Gamma Matrices . .3 2.2 A-intertwiner and Hermiticity . .4 2.3 C-intertwiner and Symmetry . .5 2.4 B-intertwiner and Complex Conjugation . .7 2.5 Highest Rank Gamma Matrix γ∗ ........................8 2.6 Clifford Algebra and Lorentz Group . .8 2.6.1 Spinor Bilinears and Tensors . .9 2.7 Irreducible Spinors . 10 2.7.1 Weyl Spinors . 10 2.7.2 Majorana Spinors . 11 2.7.3 Symplectic Majorana Spinors . 12 2.7.4 Majorana-Weyl Spinors . 12 2.7.5 Symplectic Majorana-Weyl Spinors . 12 2.8 Relations for Bilinears . 12 2.9 Basis for Clifford Algebra . 15 2.9.1 Fierz Rearrangement . 16 2.9.2 Expressing Gamma Matrix Products in Terms of the Basis . 17 2.10 Subalgebras . 20 2.10.1 Gamma Matrices . 21 2.10.2 Intertwiners . 21 2.10.3 Representations of Lorentz Algebras . 23 3 Installation and Setup 24 3.1 Downloading and Installing . 24 3.2 Setup . 24 4 Basic Objects 28 4.1 Indices . 28 4.2 Gamma Matrices . 28 4.3 Other Matrices . 29 4.4 Spinors . 30 4.4.1 Dirac Conjugate . 30 4.4.2 Charge Conjugate . 31 4.5 Forms . 33 4.6 Symmetric Tensors . 34 4.7 Other Tensors . 35 4.8 Derivatives . 36 5 Functions 40 5.1 Multiplication . 40 5.1.1 Associated Options . 41 5.2 Products of Gamma Matrices . 50 5.2.1 Cases . 50 5.3 Real and Imaginary Parts . 52 5.4 Conjugations . 54 5.4.1 Complex Conjugation . 54 5.4.2 Transpose . 55 5.4.3 Hermitian Conjugation . 56 5.4.4 Associated Options . 57 5.5 Bilinears . 59 5.5.1 Associated options . 63 5.6 Dual Elements in Clifford Algebra . 65 5.7 Fierz Rearrangement . 67 5.8 Simplifying expressions . 68 5.9 Using Assumptions . 70 5.9.1 Assumptions on Indices . 72 5.9.2 Assumptions on spinors . 74 6 Explicit Representations 77 6.1 Defining Explicit Representation . 77 6.1.1 Gamma Matrices and Intertwiners . 77 6.1.2 Coordinates . 78 6.1.3 Spinors . 78 6.1.4 Tensors . 79 6.2 Using Explicit Representations . 80 7 Subalgebras 84 7.1 Defining Subalgebras . 84 7.2 Decomposing Expressions . 85 7.3 Using Assumptions . 90 7.4 Explicit Representations . 93 7.5 Options and Subrepresentations . 94 8 Other Topics 96 8.1 Naming Conventions . 96 8.2 Limitations and Known Issues . 96 8.3 Bug Reports and Feature Requests . 97 9 Examples 98 9.1 Torsion Conditions for Supersymmetric SUGRA Compactification . 98 9.1.1 Reducing the 10-dimensional Supersymmetry Conditions to 7-dimensions 99 9.1.2 Deriving the 7-dimensional Torsion Conditions . 104 9.1.3 Scalar Bilinear S . 106 9.1.4 One-form K . 107 9.1.5 Higher Forms . 108 9.2 Supersymmetric Yang-Mills Theory . 108 9.2.1 Invariance of 10D SYM-action Under SUSY Transformations . 108 9.2.2 Supersymmetry Transformations of D=4 N = 1 SYM . 111 A List of Objects 114 B List of Functions 115 C List of Options 116 D List of Other Reserved Expressions 116 E Properties of Special Matrices 117 E.1 Properties of Special Matrices . 117 E.1.1 Sigma Matrices . 117 E.1.2 Gamma Matrices . 117 E.1.3 A-intertwiner . 118 E.1.4 C-intertwiner . 118 E.1.5 B-intertwiner . 119 E.1.6 Highest Rank Gamma Matrix γ∗ .................... 119 E.2 Commutation Relations of Intertwiners . 119 E.3 Bilinear Relations . 120 E.4 Decomposition to Subrepresentations . 121 E.4.1 Odd → Even × Odd . 121 E.4.2 Even → Odd × Odd . 122 E.4.3 Even → Even × Even . 122 1 1. Introduction We present a Mathematica package, "Gamma MaP" (Gamma Matrix Package), for per- forming calculations involving gamma matrices, spinors and tensors in any dimension and signature. The main utility of the package is making these computations without needing to specify an explicit representations, but the package can also be used to perform computations with explicit representations. Our approach is substantially different from earlier packages, such as [1–3], in various ways: the approach we use is based on defining basic objects, such as spinors, gamma matrices and tensors. Then we define functions implementing various oper- ations involving these objects, including index contraction, non-commutative multiplication, and more. The leading idea is that any function can be used on any expression that can be constructed using the basic objects. This allows for a relatively simple and intuitive imple- mentation of even complex operations, and ensures that the program can be easily extended. Furthermore, this approach allows for user-defined preferences for example concerning, where various intertwiner matrices should be commuted when simplifying expressions containing these. This makes the package ideal for many different types of calculations, since it does not make many assumptions about the form in which the user gets the simplified output. Instead, the user can modify most elements of this behaviour. The approach which we have used to create the basic functionality of the package is based on essentially defining the commutation properties that the gamma matrices and different intertwiners satisfy. Then, based on the preferences of the user, matrices are automatically (anti-)commuted with each other, resulting in greatly simplified expressions in most cases. This approach could also be easily used in other cases that require commuting operators with given (anti-)commutation rules to a pre-defined order, such as when calculating CFT correlation functions. In addition to the basic operations on gamma matrices, the package contains various opera- tions familiar from many tensor packages (for example [4]) such as upper and lower indices compatible with Einstein summation convention, tensors with different symmetries, and partial derivatives. In addition to the new functionality, there is also some functionality that already exists in Mathematica, but that has been modified to better suit the needs of gamma matrix calculations. For example, we have defined new functions for making and using assumptions, and dealing with real and imaginary parts of expressions, which have been implemented with gamma matrix calculations in mind. Below we will present a brief review of relevant properties of gamma matrices, spinors and tensors following mainly [5], and explain how various properties and operations are imple- mented in this package. As examples, we reproduce a few results from literature [6, 7]. The structure of this paper is as follows. We begin in section 2 with a review of the most impor- tant properties of spinors and gamma matrices in various dimensions. In section 3 we give instructions for installing and running the package, and defining the Clifford algebra, whose representation the gamma matrices then form. In the following section 4 we introduce basic objects such as antisymmetrised products of gamma matrices, and show how they are imple- mented and used in this package. In section 5 we list basic functions, such as multiplication of matrices, and show how to use these. Then, in section 6, we explain how to use explicit representation for the gamma matrices, and other objects instead of using just the abstract definitions. In section 7 we discuss using features related to subalgebras that are useful, for 2 instance, when considering dimensional reduction. Finally, in section 9, a few examples are provided by reproducing some lengthy calculations from literature. In appendices A, B, C and D, we provide a reference list of objects, functions, options and other reserved expressions. In appendix E, we give a list of properties satisfied by gamma matrices and intertwiners, and summarise the most important formulas from the review of section 2. 3 2. Review of Spinors and Gamma Matrices in Different Dimensions In this section, we review the basic properties.
Recommended publications
  • Clifford Algebras, Spinors and Supersymmetry. Francesco Toppan
    IV Escola do CBPF – Rio de Janeiro, 15-26 de julho de 2002 Algebraic Structures and the Search for the Theory Of Everything: Clifford algebras, spinors and supersymmetry. Francesco Toppan CCP - CBPF, Rua Dr. Xavier Sigaud 150, cep 22290-180, Rio de Janeiro (RJ), Brazil abstract These lectures notes are intended to cover a small part of the material discussed in the course “Estruturas algebricas na busca da Teoria do Todo”. The Clifford Algebras, necessary to introduce the Dirac’s equation for free spinors in any arbitrary signature space-time, are fully classified and explicitly constructed with the help of simple, but powerful, algorithms which are here presented. The notion of supersymmetry is introduced and discussed in the context of Clifford algebras. 1 Introduction The basic motivations of the course “Estruturas algebricas na busca da Teoria do Todo”consisted in familiarizing graduate students with some of the algebra- ic structures which are currently investigated by theoretical physicists in the attempt of finding a consistent and unified quantum theory of the four known interactions. Both from aesthetic and practical considerations, the classification of mathematical and algebraic structures is a preliminary and necessary require- ment. Indeed, a very ambitious, but conceivable hope for a unified theory, is that no free parameter (or, less ambitiously, just few) has to be fixed, as an external input, due to phenomenological requirement. Rather, all possible pa- rameters should be predicted by the stringent consistency requirements put on such a theory. An example of this can be immediately given. It concerns the dimensionality of the space-time.
    [Show full text]
  • 5 the Dirac Equation and Spinors
    5 The Dirac Equation and Spinors In this section we develop the appropriate wavefunctions for fundamental fermions and bosons. 5.1 Notation Review The three dimension differential operator is : ∂ ∂ ∂ = , , (5.1) ∂x ∂y ∂z We can generalise this to four dimensions ∂µ: 1 ∂ ∂ ∂ ∂ ∂ = , , , (5.2) µ c ∂t ∂x ∂y ∂z 5.2 The Schr¨odinger Equation First consider a classical non-relativistic particle of mass m in a potential U. The energy-momentum relationship is: p2 E = + U (5.3) 2m we can substitute the differential operators: ∂ Eˆ i pˆ i (5.4) → ∂t →− to obtain the non-relativistic Schr¨odinger Equation (with = 1): ∂ψ 1 i = 2 + U ψ (5.5) ∂t −2m For U = 0, the free particle solutions are: iEt ψ(x, t) e− ψ(x) (5.6) ∝ and the probability density ρ and current j are given by: 2 i ρ = ψ(x) j = ψ∗ ψ ψ ψ∗ (5.7) | | −2m − with conservation of probability giving the continuity equation: ∂ρ + j =0, (5.8) ∂t · Or in Covariant notation: µ µ ∂µj = 0 with j =(ρ,j) (5.9) The Schr¨odinger equation is 1st order in ∂/∂t but second order in ∂/∂x. However, as we are going to be dealing with relativistic particles, space and time should be treated equally. 25 5.3 The Klein-Gordon Equation For a relativistic particle the energy-momentum relationship is: p p = p pµ = E2 p 2 = m2 (5.10) · µ − | | Substituting the equation (5.4), leads to the relativistic Klein-Gordon equation: ∂2 + 2 ψ = m2ψ (5.11) −∂t2 The free particle solutions are plane waves: ip x i(Et p x) ψ e− · = e− − · (5.12) ∝ The Klein-Gordon equation successfully describes spin 0 particles in relativistic quan- tum field theory.
    [Show full text]
  • A List of All the Errata Known As of 19 December 2013
    14 Linear Algebra that is nonnegative when the matrices are the same N L N L † ∗ 2 (A, A)=TrA A = AijAij = |Aij| ≥ 0 (1.87) !i=1 !j=1 !i=1 !j=1 which is zero only when A = 0. So this inner product is positive definite. A vector space with a positive-definite inner product (1.73–1.76) is called an inner-product space,ametric space, or a pre-Hilbert space. A sequence of vectors fn is a Cauchy sequence if for every ϵ>0 there is an integer N(ϵ) such that ∥fn − fm∥ <ϵwhenever both n and m exceed N(ϵ). A sequence of vectors fn converges to a vector f if for every ϵ>0 there is an integer N(ϵ) such that ∥f −fn∥ <ϵwhenever n exceeds N(ϵ). An inner-product space with a norm defined as in (1.80) is complete if each of its Cauchy sequences converges to a vector in that space. A Hilbert space is a complete inner-product space. Every finite-dimensional inner-product space is complete and so is a Hilbert space. But the term Hilbert space more often is used to describe infinite-dimensional complete inner-product spaces, such as the space of all square-integrable functions (David Hilbert, 1862–1943). Example 1.17 (The Hilbert Space of Square-Integrable Functions) For the vector space of functions (1.55), a natural inner product is b (f,g)= dx f ∗(x)g(x). (1.88) "a The squared norm ∥ f ∥ of a function f(x)is b ∥ f ∥2= dx |f(x)|2.
    [Show full text]
  • About the Inversion of the Dirac Operator
    About the inversion of the Dirac operator Version 1.3 Abstract 5 In this note we would like to specify a bit what is done when we invert the Dirac operator in lattice QCD. Contents 1 Introductive remark 2 2 Notations 3 2.1 Thegaugefieldsandgaugeconfigurations . 4 5 2.2 General properties of the Dirac operator matrix . ... 5 2.3 Wilson-twistedDiracoperator. 6 3 Even-odd preconditionning 9 3.1 implementation of even-odd preconditionning . ... 10 3.1.1 ConjugateGradient . 11 10 4 Inexact deflation 15 4.1 Deflationmethod........................... 15 4.2 DeflationappliedtotheDiracOperator . 16 4.3 DeflationFAPP............................ 16 4.4 Deflation:theory........................... 18 15 4.4.1 Some properties of PR and PR ............... 18 4.4.2 TheLittleDiracOperator. 19 5 Mathematic tools 20 6 Samples from ETMC codes 22 1 Chapter 1 Introductive remark The inversion of the Dirac operator is an important step during the building of a statistical sample of gauge configurations: indeed in the HMC algorithm 5 it appears in the expression of what is called ”the fermionic force” used to update the momenta associated with the gauge fields along a trajectory. It is the most expensive part in overall computation time of a lattice simulation with dynamical fermions because it is done many times. Actually the computation of the quark propagator, i.e. the inverse of the Dirac 10 operator, is already necessary to compute a simple 2pts correlation function from which one extracts a hadron mass or its decay constant: indeed that correlation function is roughly the trace (in the matricial language) of the product of 2 such propagators.
    [Show full text]
  • Chapter 2: Linear Algebra User's Manual
    Preprint typeset in JHEP style - HYPER VERSION Chapter 2: Linear Algebra User's Manual Gregory W. Moore Abstract: An overview of some of the finer points of linear algebra usually omitted in physics courses. May 3, 2021 -TOC- Contents 1. Introduction 5 2. Basic Definitions Of Algebraic Structures: Rings, Fields, Modules, Vec- tor Spaces, And Algebras 6 2.1 Rings 6 2.2 Fields 7 2.2.1 Finite Fields 8 2.3 Modules 8 2.4 Vector Spaces 9 2.5 Algebras 10 3. Linear Transformations 14 4. Basis And Dimension 16 4.1 Linear Independence 16 4.2 Free Modules 16 4.3 Vector Spaces 17 4.4 Linear Operators And Matrices 20 4.5 Determinant And Trace 23 5. New Vector Spaces from Old Ones 24 5.1 Direct sum 24 5.2 Quotient Space 28 5.3 Tensor Product 30 5.4 Dual Space 34 6. Tensor spaces 38 6.1 Totally Symmetric And Antisymmetric Tensors 39 6.2 Algebraic structures associated with tensors 44 6.2.1 An Approach To Noncommutative Geometry 47 7. Kernel, Image, and Cokernel 47 7.1 The index of a linear operator 50 8. A Taste of Homological Algebra 51 8.1 The Euler-Poincar´eprinciple 54 8.2 Chain maps and chain homotopies 55 8.3 Exact sequences of complexes 56 8.4 Left- and right-exactness 56 { 1 { 9. Relations Between Real, Complex, And Quaternionic Vector Spaces 59 9.1 Complex structure on a real vector space 59 9.2 Real Structure On A Complex Vector Space 64 9.2.1 Complex Conjugate Of A Complex Vector Space 66 9.2.2 Complexification 67 9.3 The Quaternions 69 9.4 Quaternionic Structure On A Real Vector Space 79 9.5 Quaternionic Structure On Complex Vector Space 79 9.5.1 Complex Structure On Quaternionic Vector Space 81 9.5.2 Summary 81 9.6 Spaces Of Real, Complex, Quaternionic Structures 81 10.
    [Show full text]
  • Exact Solutions of a Dirac Equation with a Varying CP-Violating Mass Profile and Coherent Quasiparticle Approximation
    Exact solutions of a Dirac equation with a varying CP-violating mass profile and coherent quasiparticle approximation Olli Koskivaara Master’s thesis Supervisor: Kimmo Kainulainen November 30, 2015 Preface This thesis was written during the year 2015 at the Department of Physics at the University of Jyväskylä. I would like to express my utmost grat- itude to my supervisor Professor Kimmo Kainulainen, who guided me through the subtle path laid out by this intriguing subject, and provided me with my first glimpses of research in theoretical physics. I would also like to thank my fellow students for the countless number of versatile conversations on physics and beyond. Finally, I wish to thank my family and Ida-Maria for their enduring and invaluable support during the entire time of my studies in physics. i Abstract In this master’s thesis the phase space structure of a Wightman function is studied for a temporally varying background. First we introduce coherent quasiparticle approximation (cQPA), an approximation scheme in finite temperature field theory that enables studying non-equilibrium phenom- ena. Using cQPA we show that in non-translation invariant systems the phase space of the Wightman function has in general structure beyond the traditional mass-shell particle- and antiparticle-solutions. This novel structure, describing nonlocal quantum coherence between particles, is found to be living on a zero-momentum k0 = 0 -shell. With the knowledge of these coherence solutions in hand, we take on a problem in which such quantum coherence effects should be promi- nent. The problem, a Dirac equation with a complex and time-dependent mass profile, is manifestly non-translation invariant due to the temporal variance of the mass, and is in addition motivated by electroweak baryo- genesis.
    [Show full text]
  • Maxima by Example: Ch. 12, Dirac Algebra and Quantum Electrodynamics ∗
    Maxima by Example: Ch. 12, Dirac Algebra and Quantum Electrodynamics ∗ Edwin L. Woollett June 8, 2019 Contents 1 Introduction 5 2 Kinematics and Mandelstam Variables 5 2.1 1 + 2 3 + 4 Scattering for Non-Equal Masses . ....... 6 2.2 Mandelstam→ Variable Tools at Work . .................. 7 2.3 CM Frame Scattering Description . .................. 9 2.4 CM Frame Differential Scattering Cross Section for (AB) (CD) .................... 13 → 2.5 Lab Frame Differential Scattering Cross Section for Elastic Scattering (AB) (AB) .......... 13 2.6 DecayRateforTwoBodyDecay. .→............... 14 3 SpinSums 14 1 4 Spin 2 Examples 15 4.1 e e+ µ µ+,ee-mumu-AE.wxm .................................... 15 − → − 4.2 e µ e µ ,e-mu-scatt.wxm .................................... 16 − − → − − 4.3 e− e− e− e− (Moller Scattering), em-em-scatt-AE.wxm . .......... 16 + → + 4.4 e e e e (Bhabha Scattering), em-ep-scatt.AE.wxm . .......... 17 − → − 5 Theorems for Physical External Photons 17 5.1 Photon Real Linear Polarization 3-Vector Theorems: photon1.wxm .................... 17 5.2 Photon Circular Polarization 4-Vectors, photon2.wxm . ........................... 18 6 Examples for Spin 1/2 and External Photons 18 6.1 e e+ γ γ,ee-gaga-AE.wxm .................................... 18 − → 6.2 γ e− γ e−, compton1.wxm, compton-CMS-HE.wxm . ........ 19 6.3 Covariant→ Physical External Photon Polarization 4-Vectors-AReview................... 20 7 Examples Which Involve Scalar Particles 20 7.1 π+K+ π+K+ .............................................. 21 → 7.2 π+π+ π+π+ .............................................. 21 → 7.3 e π+ e π+ ............................................... 22 − → − 7.4 γ π+ γ π+ ................................................ 23 → 8 Electroweak Unification Examples 23 8.1 W-bosonDecay...................................
    [Show full text]
  • 1 the Gamma-Matrices A.) the Gamma-Matrices Satisfy the Clifford Algebra
    Prof Dr. Ulrich Uwer/ Dr. T. Weigand 27. April 2010 The Standard Model of Particle Physics - SoSe 2010 Assignment 3 (Due: May 6, 2010 ) 1 The gamma-matrices a.) The gamma-matrices satisfy the Clifford algebra fγµ; γνg = 2gµν: (1) The significance of the Clifford algebra is that it induces a representation of the Lorentz algebra as follows: Consider the set of matrices i σµν = [γµ; γν]: (2) 2 These satisfy the relation [σµν; σαβ] = 2i gµβσνα + gνασµβ − gµασνβ − gνβσµα (3) as a consequence of the Clifford algebra and thus form a representation of the Lorentz algebra, as promised (cf. Assignment 1, Exercise 1). Give the four-dimensional representation of the gamma-matrices introduced in the lecture and check explicitly that they satisfy (1) as well as γ0 = (γ0)y; γi = −(γi)y: (4) 0 1 2 3 b.) The matrix γ5 is defined as γ5 = iγ γ γ γ . Without using a concrete represen- tation of the gamma-matrices, prove that γ5 = (γ5)y; (γ5)2 = 1; fγ5; γµg = 0: (5) 2 The Dirac spinor a.) A Dirac spinor is defined by its properties under Lorentz transformations. Give these properties in terms of the matrix i S(Λ) = exp(− σµν! ): (6) 4 µν What's the difference between the transformation of a vector and a Dirac spinor? Optional: Show that i [σµν; γρ] ! = !ρ γν: (7) 4 µν ν Hint: Rewrite the commutators in terms of anti-commutators. Argue that this is the infinitesimal version of the more general relation −1 µ −1 µ ν S (Λ)γ S (Λ) = Λ νγ : (8) b.) The Dirac equation for a spinor field of mass m is µ (iγ @µ − m) (x) = 0: (9) Transform this equation into a new frame x0 = Λx and show that if (x) satisfies the Dirac equation in the original frame, then 0(x0) does so in the new frame.
    [Show full text]
  • Dirac Fermions on Rotating Space-Times
    DIRAC FERMIONS ON ROTATING SPACE-TIMES VICTOR EUGEN AMBRUS, PhD thesis Supervisor: Prof. Elizabeth Winstanley School of Mathematics and Statistics University of Sheffield December 2014 Abstract Quantum states of Dirac fermions at zero or finite temperature are investigated using the point-splitting method in Minkowski and anti-de Sitter space-times undergoing rotation about a fixed axis. In the Minkowski case, analytic expressions presented for the thermal expectation values (t.e.v.s) of the fermion condensate, parity violating neutrino current and stress-energy tensor show that thermal states diverge as the speed of light surface (SOL) is approached. The divergence is cured by enclosing the rotating system inside a cylinder located on or inside the SOL, on which spectral and MIT bag boundary conditions are considered. For anti-de Sitter space-time, renormalised vacuum expectation values are calcu- lated using the Hadamard and Schwinger-de Witt methods. An analytic expression for the bi-spinor of parallel transport is presented, with which some analytic expres- sions for the t.e.v.s of the fermion condensate and stress-energy tensor are obtained. Rotating states are investigated and it is found that for small angular velocities Ω of the rotation, there is no SOL and the thermal states are regular everywhere on the space-time. However, if Ω is larger than the inverse radius of curvature of adS, an SOL forms and t.e.v.s diverge as inverse powers of the distance to it. ii Contents Abstract ii Table of contents iii List of figures viii List of tables xvi Preface xvii 1 Introduction 1 2 General concepts 4 2.1 The quantised scalar field .
    [Show full text]
  • As Usual, These Notes Are Intended for Use by Class Participants Only, and Are Not for Circulation
    As usual, these notes are intended for use by class participants only, and are not for circulation. Week 6: Lectures 11, 12 March 5, 2012 The Dirac equation and algebra The Lagrange density for the Dirac equation is • = ψ¯(i∂ γµ m) ψ(x) , (2) L µ − where we define ψ¯ ψ† γ , (3) ≡ 0 so that 4 ψψ¯ ψ¯ ψ ≡ α α α!=1 2 2 a b ∗ = (ξa˙ )∗ η + η ξb˙ a!=1 b!=1 " # where we’ve inserted the sums for (hopefully) clarity. Notice that unlike spinor indices, Dirac indices are not raised or lowered. The fundamental relation for Dirac (or “gamma”) matrices, • γµγν + γν,γµ γµ,γν =2gµν (4) ≡{ } where the first line defines the anticommutator. These rules imply γµ γν = γνγµ ,µ= ν µ 2 −µν # (γ ) = g I4 4 . × Thus, Dirac matrices anticommute if their indices are different, while 0 the square of γ is +I4 4 (the four-by-four identity matrix), while the × 6 square of any of the “spatial” gammas is I4 4. (Note, it is not con- × ventional to exhibit the identity matrix, and− the right hand side of the second relation above is normally just written gµν.) Further, useful relations are 0 µ 0 µ γ γ γ = γ (2δµ,0 1) µ − = γ gµµ = γµ µ =(γ )† (5) where the first line follows from the anticommutation relations, the sec- ond from the difference between covariant and contravariant indices, and the third follows by inspection of the explicit γµ in Weyl represen- tation. By using the anticommutation relations (5), we can reduce the power • of any monomial involving more than four γ’s, since in this case, at least two must be the same, and any pair can be “anticommuted” past other gammas to give a square, which results in 1 times the monomial without the pair.
    [Show full text]
  • U-Dual Fluxes and Generalized Geometry
    Published for SISSA by Springer Received: September 3, 2010 Accepted: October 26, 2010 Published: November 18, 2010 U-dual fluxes and Generalized Geometry JHEP11(2010)083 G. Aldazabal,a,b E. Andr´es,b P.G. C´amarac and M. Gra˜nad aCentro At´omico Bariloche, 8400 S.C. de Bariloche, Argentina bInstituto Balseiro (CNEA-UNC) and CONICET, 8400 S.C. de Bariloche, Argentina cCERN, PH-TH Division, CH-1211 Gen`eve 23, Switzerland dInstitut de Physique Th´eorique, CEA/ Saclay, 91191 Gif-sur-Yvette Cedex, France E-mail: [email protected], [email protected], [email protected], [email protected] Abstract: We perform a systematic analysis of generic string flux compactifications, making use of Exceptional Generalized Geometry (EGG) as an organizing principle. In particular, we establish the precise map between fluxes, gaugings of maximal 4d supergrav- ity and EGG, identifying the complete set of gaugings that admit an uplift to 10d heterotic or type IIB supegravity backgrounds. Our results reveal a rich structure, involving new deformations of 10d supergravity backgrounds, such as the RR counterparts of the β- deformation. These new deformations are expected to provide the natural extension of the β-deformation to full-fledged F-theory backgrounds. Our analysis also provides some clues on the 10d origin of some of the particularly less well understood gaugings of 4d supergrav- ity. Finally, we derive the explicit expression for the effective superpotential in arbitrary = 1 heterotic or type IIB orientifold compactifications, for all the allowed
    [Show full text]
  • Jordan Wigner Transformations and Quantum Spin Systems on Graphs
    LMU M T U M . E B TMP eoretical and Mathematical Physics Master’s Thesis Jordan Wigner Transformations and antum Spin Systems on Graphs Tobias Ried Thesis Adviser: Prof. Dr. Simone Warzel . Submission Date: 31st August 2013 First Reviewer: Prof. Dr. Simone Warzel Second Reviewer: Prof. Dr. Peter Müller Thesis Defence: 9th September 2013 A e Jordan Wigner transformation is an important tool in the study of one- dimensional quantum spin systems. Aer reviewing the one-dimensional Jordan Wigner transformation, generalisations to graphs are discussed. As a first res- ult it is proved that the occurrence of statistical gauge fields in the transformed Hamiltonian is related to the structure of the graph. To avoid the difficulties caused by statistical gauge fields, an indirect transformation due to W and S is introduced and applied to a particular quantum spin system on a square laice – the constrained Gamma matrix model. In a random exterior magnetic field, a locality estimate on the Heisenberg evolution – a zero-velocity Lieb Robinson type bound in disorder average – is proved for the constrained Gamma matrix model, using localisation results for the two-dimensional Ander- son model. A Firstly, I would like to thank Professor Simone Warzel for supervising this thesis. roughout my studies of physics and mathematical physics, her enthu- siasm for those subjects has been a constant source of inspiration. I am deeply grateful for her guidance and support. I am also indebted to Professor Peter Müller who agreed to second review my thesis. For leing me use one of his group’s offices, which enormously facilitated the writing process, I am thankful to Professor Jan von Del.
    [Show full text]