methods and programs for the generation of contextual
play

Methods and programs for the generation of contextual finite - PowerPoint PPT Presentation

Methods and programs for the generation of contextual finite geometries Jessy Colonval Franche-Comte university FEMTO-ST Institute, DISC department, VESONTIO team ANR project I-QUINS jessy.colonval@femto-st.fr Joint work with Henri de


  1. Methods and programs for the generation of contextual finite geometries Jessy Colonval Franche-Comte university FEMTO-ST Institute, DISC department, VESONTIO team ANR project I-QUINS jessy.colonval@femto-st.fr Joint work with Henri de Boutray, Alain Giorgetti, Fr´ ed´ eric Holweck and Pierre-Alain Masson November 28, 2019 Jessy Colonval GT-IQ’19 1 / 34

  2. Introduction - Context ◮ Master’s degree in research supervised by A. Giorgetti. ◮ Project ANR I-SITE UBFC I-QUINS ( Integrated QUantum Information at the NanoScale ). ◮ Context: study of finite geometries called quantum geometries [PGHS15]. ◮ With Magma Computational Algebra System [BCP97]. [PGHS15] M. Planat, A. Giorgetti, F. Holweck, M. Saniga. Quantum contextual finite geometries from dessins d’enfants. International Journal of Geometric Methods in Modern Physics. 2015. [BCP97] W. Bosma, J. Canon, C. Playoust. The Magma Algebra System I: The User Language. Journal of Symbolic Computation. 1997. Jessy Colonval GT-IQ’19 2 / 34

  3. Introduction - Contributions ◮ Implementation of a method for building finite geometries from Pauli groups [PS07]. ◮ Implementation of a Kochen-Specker proof detection method [HS17]. ◮ Implementation of a method for extracting critical Kochen-Specker proofs present in quantum finite geometry. [PS07] M. Planat, M. Saniga. On the Pauli graphs of N-qudits. Quantum Information and Computation. 2007. [HS17] F. Holweck, M. Saniga. Contextuality with a Small Number of Observables. International Journal of Quantum Information. 2017. Jessy Colonval GT-IQ’19 3 / 34

  4. Introduction - Contributions ◮ Quantum geometries not constructed by the method [PS07] but is obtained by another process [PGHS15]. ◮ Implementation of a correspondence between child’s drawings and finite geometries [PGHS15]. [PS07] M. Planat, M. Saniga. On the Pauli graphs of N-qudits. Quantum Information and Computation. 2007. [PGHS15] M. Planat, A. Giorgetti, F. Holweck, M. Saniga. Quantum contextual finite geometries from dessins d’enfants. International Journal of Geometric Methods in Modern Physics. 2015. Jessy Colonval GT-IQ’19 4 / 34

  5. Block design (= finite geometry) and incidence structure Definition (Block design) A block is a non-empty part of a set Ω. A B block design is a set of blocks. Definition (Incidence structure) An incidence structure is a triplet D = (Ω , B , I ) where Ω = { 1 , . . . , n } is a set of finite elements, B = { b 1 , . . . , b p } numbering a block design on Ω and I ⊆ Ω ×B is an incidence relationship, which defines membership of a element in a block. Example of incidence structure I 1 2 3 4 5 2 b 1 1 1 1 1 1 b 1 = { 1 , 2 , 3 , 4 , 5 } 1 0 1 0 0 3 b 2 b 2 = { 1 , 3 } b 3 1 0 0 1 0 b 3 = { 1 , 4 } 1 b 4 0 1 0 1 0 b 4 = { 2 , 4 } 4 0 1 0 0 1 b 5 = { 2 , 5 } b 5 5 b 6 = { 3 , 5 } b 6 0 0 1 0 1 Jessy Colonval GT-IQ’19 5 / 34

  6. Vocabulary MMP hypergraph Block design Finite geometry k vertices v elements p points m edges b blocks l lines ≥ n vertices by edges k elements by block no constraint edges intersect in each t -subset is no constraint at most n − 2 vertices in exactly λ blocks [PWMA19] M. Paviˇ ci´ c, M. Waegell, N. Megill, P.K. Aravind. Automated generation of Kochen-Specker sets. Scientific Reports. 2019. [Col10] C. Colbourn. CRC Handbook of Combinatorial Designs. CRC Press. 2010. Jessy Colonval GT-IQ’19 6 / 34

  7. Pauli groups Kochen-Specker proofs Child’s drawing Conclusion Contents Pauli groups 1 Kochen-Specker proofs 2 Child’s drawing 3 Conclusion 4 Jessy Colonval GT-IQ’19 7 / 34

  8. Pauli groups Kochen-Specker proofs Child’s drawing Conclusion The Pauli group The matrix group composed of the four matrices � 1 0 � � 0 − i � I 2 = , σ y = , 0 1 i 0 � 0 � � 1 � 1 0 σ x = and σ z = . 1 0 0 − 1 is called the Pauli group of dimension 2, P 2 . [PZ88] J. Patera, H. Zassenhaus. The Pauli matrices in n dimensions and finest gradings of simple Lie algebras of type A n − 1 . Journal of Mathematical Physics. 1988. Jessy Colonval GT-IQ’19 8 / 34

  9. Pauli groups Kochen-Specker proofs Child’s drawing Conclusion Tensor products from the Pauli group It is possible to generalize the Pauli group P 2 to all dimensions 2 n × 2 n from the tensor product of n Pauli’s groups, P 2 ⊗ . . . ⊗ P 2 . Definition (Tensor product) Let A be a matrix of size m × n and B a matrix of size p × q . Their tensor product is the matrix A ⊗ B of size mp by nq , defined by :  a 1 , 1 B a 1 , n B  . . . . . ... . . A ⊗ B =   . .   a m , 1 B a m , n B . . . Jessy Colonval GT-IQ’19 9 / 34

  10. Pauli groups Kochen-Specker proofs Child’s drawing Conclusion Construction method Proposition Let P n be a Pauli group of dimension n and a graph Γ where the vertices are matrices of P n and the edges are present if two matrices are commutating (A ∗ B = B ∗ A). The finite geometry G P n is such that : ◮ a vertex of G P n corresponds to a matrix of P n ; ◮ the lines of G P n are the cliques of the graph Γ , i.e. the subsets of the vertices that form a complete graph. Jessy Colonval GT-IQ’19 10 / 34

  11. Pauli groups Kochen-Specker proofs Child’s drawing Conclusion Implementation /** * Computes incidence structures from groups of matrices. * For that , this fonction computes a graph where the vertices are matrices of the * group and the links are present if two matrices are commuting. * The geometry has for points the matrices of the group and for edges the cliques * of the graph [PS07 ]. * * @param MatGrp :: AlgMat A given group of matrices. * @return Inc The corresponding incidence structure. */ IncFromPauliGroup := function(MatGrp) nbGen := NumberOfGenerators (MatGrp ); generators := {@ i : i in [1.. nbGen] | not IsIdentity (MatGrp.i) @}; edges := {}; for i in generators do for j in generators do if i lt j and MatGrp.i * MatGrp.j eq MatGrp.j * MatGrp.i then Include (~edges , {i,j}); end if; end for; end for; graph := Graph < generators | edges >; cliques := AllCliques(graph ); idCliques := [{ generators[Index(vertex )] : vertex in clique} : clique in cliques ]; return IncidenceStructure <generators | idCliques >; end function; Listing 1: Function of building a finite geometry from a Pauli group. Jessy Colonval GT-IQ’19 11 / 34

  12. Pauli groups Kochen-Specker proofs Child’s drawing Conclusion Example Group P 2 2  1 0 0 0   0 − i 0 0   0 1 0 0   1 0 0 0  0 1 0 0 i 0 0 0 1 0 0 0 0 − 1 0 0         M 1 =  , M 2 =  , M 3 =  , M 4 =  ,         0 0 1 0 0 0 0 − i 0 0 0 1 0 0 1 0     0 0 0 1 0 0 i 0 0 0 1 0 0 0 0 − 1         0 0 − i 0 0 0 0 − 1 0 0 0 − i 0 0 − i 0 0 0 0 − i 0 0 1 0 0 0 − i 0 0 0 0 i         M 5 =  , M 6 =  , M 7 =  , M 8 =  ,         i 0 0 0 0 1 0 0 0 i 0 0 i 0 0 0     0 i 0 0 − 1 0 0 0 i 0 0 0 0 − i 0 0         0 0 1 0 0 0 0 − i 0 0 0 1 0 0 1 0 0 0 0 1 0 0 i 0 0 0 1 0 0 0 0 − 1         M 9 =  , M 10 =  , M 11 =  , M 12 =  ,         1 0 0 0 0 − i 0 0 0 1 0 0 1 0 0 0     0 1 0 0 i 0 0 0 1 0 0 0 0 − 1 0 0         1 0 0 0 0 − i 0 0 0 1 0 0 1 0 0 0 0 1 0 0 i 0 0 0 1 0 0 0 0 − 1 0 0         M 13 =  , M 14 =  , M 15 =  , M 16 =  .         0 0 − 1 0 0 0 0 i 0 0 0 − 1 0 0 − 1 0     0 0 0 − 1 0 0 − i 0 0 0 − 1 0 0 0 0 1 Jessy Colonval GT-IQ’19 12 / 34

  13. Pauli groups Kochen-Specker proofs Child’s drawing Conclusion Example The finite geometry W (2) from P 2 2 M 2 M 9 M 5 M 4 M 3 M 10 M 6 M 11 M 8 M 16 M 15 M 13 M 7 M 14 M 12 [PS07] M. Planat, M. Saniga. On the Pauli graphs of N-qudits. Quantum Information and Computation. 2007. Jessy Colonval GT-IQ’19 13 / 34

  14. Pauli groups Kochen-Specker proofs Child’s drawing Conclusion Contents Pauli groups 1 Kochen-Specker proofs 2 Child’s drawing 3 Conclusion 4 Jessy Colonval GT-IQ’19 14 / 34

  15. Pauli groups Kochen-Specker proofs Child’s drawing Conclusion Kochen-Specker proofs Proposition A finite geometry of operators is a KS-proof if: ◮ the lines of the configuration consist of mutually commuting operators, such a line is called a context; ◮ all operators square to identity; ◮ all operators belong to an even number of contexts; ◮ the product of the operators on the same context is ± Id; ◮ there is an odd number of contexts giving − Id. [HS17] F. Holweck, M. Saniga. Contextuality with a Small Number of Observables. International Journal of Quantum Information. 2017. Jessy Colonval GT-IQ’19 15 / 34

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend