QMA-complete Problems Adam Bookatz December 12, 2012.

Slides:



Advertisements
Similar presentations
A Full Characterization of Quantum Advice Scott Aaronson Andrew Drucker.
Advertisements

1 NP-completeness Lecture 2: Jan P The class of problems that can be solved in polynomial time. e.g. gcd, shortest path, prime, etc. There are many.
NP-Completeness Lecture for CS 302. Traveling Salesperson Problem You have to visit n cities You want to make the shortest trip How could you do this?
NP-complete and NP-hard problems Transitivity of polynomial-time many-one reductions Concept of Completeness and hardness for a complexity class Definition.
1 NP-Complete Problems. 2 We discuss some hard problems:  how hard? (computational complexity)  what makes them hard?  any solutions? Definitions 
More NP-completeness Sipser 7.5 (pages ). CS 311 Fall NP’s hardest problems Definition 7.34: A language B is NP-complete if 1.B ∈ NP 2.A≤
Having Proofs for Incorrectness
Computability and Complexity 13-1 Computability and Complexity Andrei Bulatov The Class NP.
NP-completeness Sipser 7.4 (pages 271 – 283). CS 311 Mount Holyoke College 2 The classes P and NP NP = ∪ k NTIME(n k ) P = ∪ k TIME(n k )
NP-completeness Sipser 7.4 (pages 271 – 283). CS 311 Fall The classes P and NP NP = ∪ k NTIME(n k ) P = ∪ k TIME(n k )
More NP-completeness Sipser 7.5 (pages ).
Graphs 4/16/2017 8:41 PM NP-Completeness.
1 Polynomial Time Reductions Polynomial Computable function : For any computes in polynomial time.
1 Dorit Aharonov School of Computer Science and Engineering The Hebrew University, Jerusalem, Israel Israel Quantum Hamiltonian Complexity Complexity What.
CSE 421 Algorithms Richard Anderson Lecture 27 NP Completeness.
CS151 Complexity Theory Lecture 6 April 15, 2004.
Fermions and non-commuting observables from classical probabilities.
1 CSE 417: Algorithms and Computational Complexity Winter 2001 Lecture 22 Instructor: Paul Beame.
Quantum Mechanics from Classical Statistics. what is an atom ? quantum mechanics : isolated object quantum mechanics : isolated object quantum field theory.
1 Quantum NP Dorit Aharonov & Tomer Naveh Presented by Alex Rapaport.
The Theory of NP-Completeness 1. Nondeterministic algorithms A nondeterminstic algorithm consists of phase 1: guessing phase 2: checking If the checking.
Theory of Computation, Feodor F. Dragan, Kent State University 1 NP-Completeness P: is the set of decision problems (or languages) that are solvable in.
Merlin-Arthur Games and Stoquastic Hamiltonians B.M. Terhal, IBM Research based on work with Bravyi, Bessen, DiVincenzo & Oliveira. quant-ph/ &
13.5 P ROPERTIES OF M ATRIX M ULTIPLICATION. W ARM -U P Use the following matrices to find 1 and 2 and 1. AB 2. BA.
Quantum Information Theory: Present Status and Future Directions Julia Kempe CNRS & LRI, Univ. de Paris-Sud, Orsay, France Newton Institute, Cambridge,
CSC 172 P, NP, Etc. “Computer Science is a science of abstraction – creating the right model for thinking about a problem and devising the appropriate.
CSCI 2670 Introduction to Theory of Computing November 29, 2005.
CSCI 2670 Introduction to Theory of Computing December 1, 2004.
CSE 105 Theory of Computation Alexander Tsiatas Spring 2012 Theory of Computation Lecture Slides by Alexander Tsiatas is licensed under a Creative Commons.
UT-ORNL 15 March 2005 CSIIR Workshop 1 Trusted Computing Amidst Untrustworthy Intermediaries Mike Langston Department of Computer Science University of.
CSCI 3160 Design and Analysis of Algorithms Tutorial 10 Chengyu Lin.
The computational complexity of entanglement detection Based on and With Gus Gutoski, Patrick Hayden, and Kevin Milner Mark M. Wilde.
Barriers in Hamiltonian Complexity Umesh V. Vazirani U.C. Berkeley.
1 Design and Analysis of Algorithms Yoram Moses Lecture 11 June 3, 2010
André Chailloux, Université Paris 7 and UC Berkeley Or Sattath, the Hebrew University QIP 2012.
Finite Temperature Path Integral Method for Fermions and Bosons: a Grand Canonical Approach M. Skorobogatiy and J.D. Joannopoulos MIT.
1 Chapter 34: NP-Completeness. 2 About this Tutorial What is NP ? How to check if a problem is in NP ? Cook-Levin Theorem Showing one of the most difficult.
P Vs NP Turing Machine. Definitions - Turing Machine Turing Machine M has a tape of squares Each Square is capable of storing a symbol from set Γ (including.
Lecture 12 P and NP Introduction to intractability Class P and NP Class NPC (NP-complete)
CS 3343: Analysis of Algorithms Lecture 25: P and NP Some slides courtesy of Carola Wenk.
CSE 589 Part V One of the symptoms of an approaching nervous breakdown is the belief that one’s work is terribly important. Bertrand Russell.
1 Introduction to Quantum Information Processing CS 467 / CS 667 Phys 467 / Phys 767 C&O 481 / C&O 681 Richard Cleve DC 3524 Course.
1 CPSC 320: Intermediate Algorithm Design and Analysis July 30, 2014.
NPC.
NP ⊆ PCP(n 3, 1) Theory of Computation. NP ⊆ PCP(n 3,1) What is that? NP ⊆ PCP(n 3,1) What is that?
CSCI 2670 Introduction to Theory of Computing December 7, 2005.
April 13 th Class Notes Hw# 5 will be worth 50 points and it will be posted tonight or tomorrow.
The Theory of NP-Completeness 1. Nondeterministic algorithms A nondeterminstic algorithm consists of phase 1: guessing phase 2: checking If the checking.
Computability Examples. Reducibility. NP completeness. Homework: Find other examples of NP complete problems.
The NP class. NP-completeness Lecture2. The NP-class The NP class is a class that contains all the problems that can be decided by a Non-Deterministic.
 2005 SDU Lecture15 P,NP,NP-complete.  2005 SDU 2 The PATH problem PATH = { | G is a directed graph that has a directed path from s to t} s t
Systems of Identical Particles
The NP class. NP-completeness
NP-Completeness (2) NP-Completeness Graphs 4/13/2018 5:22 AM x x x x x
P & NP.
The complexity of the Separable Hamiltonian Problem
NP-Completeness (2) NP-Completeness Graphs 7/23/ :02 PM x x x x
NP-Completeness (2) NP-Completeness Graphs 7/23/ :02 PM x x x x
Busch Complexity Lectures: Reductions
Reductions.
Turing Machines Space bounds Reductions Complexity classes
Write out factors in expanded form.
Quantum mechanics from classical statistics
2nd Lecture: QMA & The local Hamiltonian problem
NP-Completeness (2) NP-Completeness Graphs 11/23/2018 2:12 PM x x x x
Chapter 11 Limitations of Algorithm Power
QM2 Concept test 3.1 Choose all of the following statements that are correct about bosons. (1) The spin of a boson is an integer. (2) The overall wavefunction.
NP-Completeness (2) NP-Completeness Graphs 7/9/2019 6:12 AM x x x x x
ADVANCED COMPUTATIONAL MODELS AND ALGORITHMS
Quantum One.
Presentation transcript:

QMA-complete Problems Adam Bookatz December 12, 2012

Quantum-Merlin-Arthur (QMA) V 1=accept 0=reject

Q UANTUM C IRCUIT SAT (QCSAT) QMA-complete (by definition) V 1=accept 0=reject

Q UANTUM CHANNEL PROPERTY VERIFICATIONS QMA- COMPLETE problems

Recall… from class that Q UANTUM -k-SAT is QMA-complete We will now look at more general versions But we require a little bit of physics…

Hamiltonians

k-L OCAL H AMILTONIAN It is in P for k=1

k-L OCAL H AMILTONIAN There are a plethora of QMA-complete versions: Remoevd: bounded strength Hamiltonians (k ≥ 3) Density Functional Theory when only considering eigenvectors that are separable over a partition

Q UANTUM -k-SAT

L OCAL C ONSISTENCY OF D ENSITY M ATRICES QMA-complete for k ≥ 2 (Reduction from k- LOCAL H AMILTONIAN ) True also for bosonic and fermionic systems

Conclusion Not so many QMA-complete problems Contrast: thousands of NP-complete problems Most important problem is k- LOCAL H AMILTONIAN – Most research has focused on it and its variants There are a handful of other problems too – Verifying properties of quantum circuits/channels – LOCAL CONSISTENCY OF DENSITY MATRICES

C HANNEL P ROPERTY V ERIFICATION NON - IDENTITY CHECK NON - EQUIVALENCE CHECK QUANTUM CLIQUE NON - ISOMETRY TEST DETECT INSECURE Q. ENCRYPTION QUANTUM NON - EXPANDER TEST k- LOCAL CONSISTENCY [k ≥ 2] bosonic, fermionic QCSAT * for k ≥ 3

The End

Q UANTUM -k-SAT Equivalently, write it more SAT-like

Q UANTUM -k-SAT QMA 1 -complete