{"id":5862,"date":"2011-12-17T00:43:12","date_gmt":"2011-12-17T07:43:12","guid":{"rendered":"http:\/\/dabacon.org\/pontiff\/?p=5862"},"modified":"2011-12-17T00:43:12","modified_gmt":"2011-12-17T07:43:12","slug":"qip-2012-day-4","status":"publish","type":"post","link":"https:\/\/dabacon.org\/pontiff\/2011\/12\/17\/qip-2012-day-4\/","title":{"rendered":"QIP 2012 Day 4"},"content":{"rendered":"<p style=\"text-align: center\"><i>Possible location of QIP 2014??<\/i><\/p>\n<p><a href=\"https:\/\/i0.wp.com\/dabacon.org\/pontiff\/wp-content\/uploads\/2011\/12\/640px-Casa_Mil%C3%A0_-_Barcelona_Spain_-_Jan_2007.jpg?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/dabacon.org\/pontiff\/wp-content\/uploads\/2011\/12\/640px-Casa_Mil%C3%A0_-_Barcelona_Spain_-_Jan_2007.jpg?resize=525%2C492&#038;ssl=1\" alt=\"\" title=\"Casa Mila\" width=\"525\" height=\"492\" class=\"aligncenter size-full wp-image-5869\" \/><\/a><\/p>\n<h3 style=\"text-align: center\">Aleksandrs Belovs<br \/>\n<a href=\"http:\/\/www.iro.umontreal.ca\/~qip2012\/abstract.php#Belovs\">Span Programs for Functions with Constant-Sized 1-certificates<\/a>, based on <a href=\"http:\/\/arxiv.org\/abs\/1105.4024\">1105.4024<\/a><\/h3>\n<p>Consider the problem of finding whether or not a triangle exists in a graph with n vertices.  Naively using Grover\u2019s algorithm requires time $latex n^{3\/2}$. But a series of improvements have brought this down to $latex n^{10\/7}$ (using Grover with better combinatorics) and $latex n^{13\/10}$ (using element distinctness in a clever way). The current paper reduces this run time to $latex n^{35\/27}$. That is, the exponent is improved from 1.3 to 1.296296296&#8230;<br \/>\nBefore you roll your eyes and move to another tab, hear me out. The real improvement is in the <i>technique<\/i>, which is radically new, and has applications to many problems; not only triangle-finding.<br \/>\nThe idea is to construct something called a <a href=\"https:\/\/www.youtube.com\/watch?v=h8ZaH5zLLvw\">learning graph<\/a>.  Each vertex is a subset of [n], and (directed) edges are weighted, and correspond to (sets of) queries. These are like randomized decision trees except they can have loops.<br \/>\nThe complexity of the resulting algorithm (which we\u2019ll describe below) is a little tricky to define. There is a \u201cnegative complexity\u201d which is simply $latex sum_e w_e$. And a positive complexity which involves maximizing over all yes inputs $latex x$, and then minimizing over all flows of size 1 where the source is the empty set and the sinks are the 1-certificates for $latex x$.<br \/>\nAlgorithms in this model correspond to flows of intensity one.   The vertex corresponding to the empty set is the root, and 1-certificates (i.e. proofs that x is indeed a yes instance) are the sinks.  The cost is $latex sum_e p_e^2\/w_e$, where $latex p$ denotes the flow.<br \/>\nFrom a learning graph, there is a recipe to produce a span program, and in turn a quantum query algorithm, with the query complexity equal to the geometric mean of the negative and positive complexities of the learning graph.<br \/>\nAs an example, consider the OR function.  Here the learning graph is comprised entirely of a root and n leaves.  Weight each edge by 1, so the negative complexity is n.  If there are k solutions, then the resulting flows are 1\/k on each edge, and so the positive complexity is 1\/k.  The algorithm\u2019s complexity is $latex sqrt{n\/k}$.  Phew!<br \/>\nLess trivial is element distinctness:<br \/>\nAre there two indices $latex ineq j$ such that $latex x_i=x_j$?<br \/>\nAgain the algorithm achieves the optimal complexity, which is $latex O(n^{2\/3})$, matching Ambainis\u2019s algorithm.<br \/>\nThere are lots of new applications too, to improving the triangle runtime, but also getting a bunch of polynomial speedups for other problems that either are, or resemble, subgraph containment.  For example, it improves some of the results from <a href=\"http:\/\/arxiv.org\/abs\/1011.1443\">1011.1443<\/a>, and gets linear time algorithms to check whether a graph contains subgraphs from certain families, like lines, T-shaped things, and lines that go through stars.<\/p>\n<h3 style=\"text-align: center\"><a href=\"http:\/\/www.iro.umontreal.ca\/~qip2012\/abstract.php#LeGall\">Francois le Gall<\/a>,<br \/>\nImproved output sensitive quantum algorithms for Boolean matrix multiplication<\/a><\/h3>\n<p>Boolean matrix multiplication means that the matrices are binary, + is replaced by OR, and * is replaced by AND.  This arises in many cases, often related to graph theory, such as computing the transitive closure of a graph, triangle-detection, all-pairs shortest path, etc.  Also it has application to recognizing context-free languages.<br \/>\nThe naive algorithm is $latex O(n^3)$.  Reducing to integer multiplication gives $latex O(n^{2.3ldots})$.  Quantumly, we can use Grover to compute each entry, for a total runtime of $latex O(n^{2.5})$.<br \/>\nBut suppose C has only one nonzero entry.  Then we can do recursive Grover search and get time complexity $latex O(n^{1.5})$   [Buhramn Spalek \u201805].<br \/>\nIf it has $latex l$ nonzero entries, we get $latex O(n^{1.5}) sqrt l$, neglecting polylogs.<br \/>\nThe parameter l represents the sparsity of matrix \u201coutput sensitive algorithms\u201d.<br \/>\nIn this work, the runtime is improved to $latex O(n^{3\/2} + nl^{3\/4})$.  There is also a more complicated result for query complexity.  The techniques are adapted from papers of Williams &amp; Williams, and Lingas.  They also make use of a wide range of polynomial speedup tricks: Grover, approximate counting, triangle-detection, etc.   The talk leaves the exciting impression that we not yet finished seeing improvements to these techniques.<\/p>\n<h3 style=\"text-align: center\"> Richard Cleve Discrete simulations of continuous-time query algorithms that are efficient with respect to queries, gates and space<\/a>, joint work with Dominic Berry and Sevag Gharibian. <\/h3>\n<p>After he was introduced, Richard sheepishly admitted, \u201cThe title isn\u2019t really that efficient with its use of space.\u201d<br \/>\nNormally the oracle for a quantum query algorithm defines the oracle query by flipping the phase of certain bits. In the continuous-time setting, we can get other phases. So, for example, a \u201dhalf-query\u201d would give $latex Q |x rangle = i^{x_j} | x rangle$, since i is a square root of minus one. In this model, we only charge 1\/2 of a query for this oracle call. More generally, we can have arbitrary fractional queries. Then we can take a limit and get to continuous time to find $latex expbigl(i(H_U + H_Q)tbigr)$ where $latex H_U$ is the driving (gate) Hamiltonian and $latex H_Q$ is a query Hamiltonian.<br \/>\nIt is essential to be able to translate from the continuous-time model back to the discrete-time model for algorithmic applications. (cf. The work on NAND trees.) Is there a systematic way to do this translation? Yes, CGMSY-M `09 (improved by LMRSS `11) showed that the query complexity can be directly translated with the same number of queries. But these constructions are not gate efficient. Can we improve the gate complexity of the translation?<br \/>\nWe have to be careful because the gate complexity will depend on the complexity of the driving Hamiltonian, so we have to carefully define a notion of approximately implementable Hamiltonian. If we have an epsilon-approximate implementation, and a driving Hamiltonian H, then the number of gates is at least $latex G ge log (|H|)\/epsilon$, where the norm is the operator norm of the Hamiltonian (but modulo some details about the global phase.)<br \/>\n<u>Main results<\/u>: We can translate from the continuous-time setting to the discrete-time setting by using:<\/p>\n<table>\n<tbody>\n<tr>\n<td> $latex O(T log T \/ log log T)$ <\/td>\n<td> queries<\/td>\n<\/tr>\n<tr>\n<td> $latex O(T G log^2 TG)$ <\/td>\n<td> gates <\/td>\n<\/tr>\n<tr>\n<td> $latex O(log^2 TG)$ <\/td>\n<td> qubits of ancilla space <\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 style=\"text-align: center\">Miklos Santha, <a href=\"http:\/\/www.iro.umontreal.ca\/~qip2012\/abstract.php#DISW\">Hidden Symmetry Subgroup Problems<\/a>, joint work with Thomas Decker, G\u00e1bor Ivanyos and Pawel Wocjan<\/h3>\n<p>First let\u2019s observe an interesting connection. In the dihedral group $latex D_{2p}$ for a prime p, the two-element subgroups generated by reflections coincide with the symmetries of the level sets of quadratic polynomials over $latex mathbb{F}_p$.<br \/>\nCan we more generally study subgroups which are hidden by <i>symmetries<\/i>? This generalizes and connects many problems in quantum algorithms, e.g. the hidden subgroup problem (HSP) over non-abelian groups, non-linear hidden structures and hidden polynomial problems among others, as the above example demonstrates.<br \/>\nRecall that the HSP is defined as follows. There is a function (for which you have an oracle) which is constant and distinct on the cosets of a subgroup of some group G. You want to obtain a generating set for the subgroup.<br \/>\nThe hidden symmetry subgroup problem (HSSP): the input is a group G, a group action $latex circ$ which acts on a set M, a closed set of subgroups $latex mathcal{H}$, and there is an oracle function $latex f:M to S$, such that (we\u2019re promised) for some subgroup $latex H in mathcal{H}$, $latex f(x) = f(y) leftrightarrow H circ x = H circ y$ for $latex x,y in M$. You want to output this (unique) H.<\/p>\n<h3 style=\"text-align: center\">Rahul Jain and Ashwin Nayak:<br \/>\nA quantum information cost trade-off for the Augmented Index <\/h3>\n<p>Consider a twist (due to Yao \u201882) on the usual communication complexity problem.  Alice has x, Bob has y, and they both want to compute f(x,y).  But this time, they don\u2019t want to leak (to the other party) more information than is already expressed by the answer, e.g. <a>the millionaire problem<\/a>.<br \/>\nStart with the usual example: <u>equality testing<\/u>. There is a O(log n) one-way protocol with 1\/poly(n) error, and reveals only O(1) bits about one input.<br \/>\nToday\u2019s talk is about:<br \/>\n<u>Augmented index:<\/u> Alice has $latex x_1, ldots, x_n$.  Bob has $latex k, x_1,ldots, x_{k-1}, b$.<br \/>\nThey want to know whether $latex b=x_k$.<br \/>\n(This has many connections to other works in theoretical computer science, not all of which are obviously communication-related.  See paper for detail.)<br \/>\n<u>Main result:<\/u> For any quantum protocol which computes the augmented index with probability $latex 1-epsilon$ on the uniform distribution, we must have either: 1) Alice reveals $latex Omega(n\/t)$ bits of info about x, or 2) Bob reveals $latex Omega(1\/t)$ about k, where t is the number of messages. This is true even when restricted to 0-inputs.<br \/>\nThere is also an earlier classical result by the same authors: Alice reveals $latex Omega(n)$ or Bob reveals $latex Omega(1)$.  If there are only two messages, then the lower bound for Bob is improved to $latex Omega(log n)$ (which is optimal), even when restricted to 0-inputs.<br \/>\nAt this point, Ashwin, apparently reading the audience\u2019s mind, puts up a slide that is not quite as pertinent as Josh Cadney\u2019s opening question, but is still what we are all thinking:<br \/>\n\u201cWhy Augmented Index?  Why privacy w.r.t. 0-inputs?\u201d<br \/>\n<u>Answer:<\/u> Suppose we care about a streaming algorithm, which for quantum is relevant because we might only have O(1) qubits for the foreseeable future.  There are exponential space improvements in this model, but let\u2019s just say they don\u2019t look like the sort of problems that Cisco was dying to implement on their routers.  Augmented Index, by contrast, is much more natural.  One semi-related version is Dyck(2), which is determining whether a sequence of (,),[,] is properly bracketed (this is a special case of recognizing context-free languages).  Here we observe a big separation between one and two passes over the input (if the second pass goes in reverse order), and the lower bound on the (classical) one-pass complexity is based on (classical) lower bounds for the augmented index problem.<br \/>\nHaving motivated the question, Ashwin is left with \u201c-2 minutes\u201d to finish his talk. Talk about a cliffhanger!  Now he\u2019s guaranteed to have the proof accepted to QIP 2013 (although he did give away the punchline by stating the theorem at the start of his talk). Moreover, the chair apparently <i>has a sign<\/i> for -2 minutes left, since he didn\u2019t say anything, he just held up a sign. I guess staying on time is not a strong point in our community. \ud83d\ude42<br \/>\nAshwin is now ruining his cliffhanger, giving an intuitive and cute overview of the proof! He claims that this part of the talk is \u201cin reverse.\u201d<\/p>\n<h3 style=\"text-align: center\">Sevag Gharibian<a href=\"http:\/\/www.iro.umontreal.ca\/~qip2012\/abstract.php#GK\">Hardness of approximation for quantum problems<\/a>, joint work with Julia Kempe <\/h3>\n<p>Finding the ground state energy of a local Hamiltonian is QMA-complete, and this is harder than NP, because, um, there\u2019s quantum in there too, and well, it seems harder?  Sev wants to say something more concrete here.  We\u2019ve given up on solving local Hamiltonian exactly in general, because we\u2019ve already given up on solving NP on a quantum computer (<a href=\"http:\/\/www.dwavesys.com\/\">mostly<\/a>). But surely there are good <i>approximation algorithms<\/i> for these things.  Right?  Well, today, we\u2019ll talk about hardness of approximation, thus casting complexity-theoretic cold water on seemingly less ambitious goals.<br \/>\n<u>All we know about approximating the local Hamiltonian problem:<\/u><\/p>\n<ul>\n<li> PTAS on planar graphs\n<li> $latex 1\/d^{k-1}$-approximation algorithm for dense graphs with k-local Hamiltonians.\n<\/ul>\n<p>This talk takes a step away from QMA, and considers instead the complexity class cq-$latex Sigma_2$, which is the set of problems that can be expresses as \u201cthere exists x, such that for all $latex |psirangle$, a poly-time verifier V accepts $latex (x, |psirangle)$.<br \/>\nTheir main result is to show that the following problem is complete for cq-$latex Sigma_2$, and the hardness part holds even if we demand only approximate solutions.<br \/>\n<u>The quantum succinct set cover problem: <\/u> Given a set of 5-local Hamiltonians acting on n qubits, and a parameter $latex alpha&gt;0$, and the promise that<br \/>\n$latex sum_{iin S} H_i succeq alpha I$,<br \/>\nfind the smallest subset $latex S&#8217;subseteq S$ such that<br \/>\n$latex sum_{iin S&#8217;} H_i succeq alpha I$.<br \/>\nThe diagonal case was shown to be hard to approximate by <a href=\"http:\/\/ieeexplore.ieee.org:80\/Xplore\/login.jsp?reload=true&amp;url=http%3A%2F%2Fieeexplore.ieee.org%2FXplore%2Ferror.jsp&amp;authDecision=-203\">Chris Umans in 1999<\/a>.<br \/>\nFor the technical details, there are lots of nice tools, and you\u2019ll just have to look at the paper (when it comes out&#8230;).<\/p>\n<h3 style=\"text-align: center\">J\u00e9r\u00e9mie Roland,<a href=\"http:\/\/www.iro.umontreal.ca\/~qip2012\/abstract.php#Roland\">Quantum rejection sampling<\/a>, joint work with Maris Ozols and Martin Roetteler <\/h3>\n<p>Let\u2019s first review classical rejection sampling, which is a tool that you can use to sample from arbitrary probability distributions. It has numerous applications: Metropolis sampling, Monte Carlo algorithms, optimization algorithms (e.g. simulated annealing) and many others. In the quantum case, we wish to replace probabilities by amplitudes.<br \/>\nConsider two probability distributions P and S. Suppose we can sample from P repeatedly, but we wish to sample from S. Define $latex Pr[{rm accept} k] = gamma s_k\/p_k$ and continue to sample until you accept. Here we will choose the parameter $latex gamma$ in a way to try to minimize the expected amount of sampling from P that we need to do. The best way to do it is to choose $latex gamma = min_k p_k\/s_k$. Then the expected number of samples from P to get a sample from S is $latex 1\/gamma$.<br \/>\nNow for the quantum case. We are given access to a black box which prepares a state $latex |pi^xirangle = sum_k pi_k |xi_krangle |krangle$ where the $latex pi_k$ are known amplitudes. We want to prepare the state $latex |sigma^xirangle = sum_k sigma_k |xi_krangle |krangle$ in terms of some new amplitudes. What is the randomized query complexity of this?<br \/>\nInstead of computing a function, which is the normal thing that we use oracles for, we wish to generate a quantum state. There is an oracle, which is a unitary that hides the label $latex xi$ in a non-explicit way. The action of the oracle is $latex O_xi |0rangle = sum_k pi_k |xi_krangle |krangle$.<br \/>\nLet\u2019s define quantum state preparations:<br \/>\nWe have a set of quantum states $latex Psi = {psi_xi}$<br \/>\nset of oracles $latex O = { O_xi }$<br \/>\nGoal: generate $latex psi_xi$ given black box access to $latex O_xi$<br \/>\nWhat\u2019s the minimum number of calls to the oracle to get the correct state (up to a coherent error with amplitude $latex sqrt{epsilon}$)?<br \/>\nWe introduce a coherent coin.<br \/>\n$latex O_xi |0rangle to sum_k pi_k |xi_krangle |krangle (sqrt{ pi &#8211; alpha})|0rangle + alpha|1rangle)$<br \/>\nThis rotated ancilla is like a classical coin, but now we have a superposition. If we measure the ancilla then we accept if we get one.<br \/>\nUsing amplitude amplification, we can get a speedup over the naive accept probability.<br \/>\nWe can also optimize over the rotation angle to get the optimum. This can be done efficiently since it\u2019s an SDP. They can prove that this is an optimal algorithm. [photo 70]<br \/>\nNow for the applications. Linear systems of equations: the HHL algorithm basically just does phase estimation followed by quantum rejection sampling. [photo 71] The quantum Metropolis algorithm is a way to prepare a Gibbs state of H at inverse temperature beta.<br \/>\nDirect mapping of Metropolis MRRTT algorithm OK for diagonal Hamiltonians, but if Hamiltonian is not diagonal we want to avoid the work of diagonalizing it.<br \/>\nOne of the reasons that the Q. Metropolis algorithm was difficult was that the \u201creject\u201d moves required that you go back to a state that you just measured. You can avoid having to deal with this difficulty if you use quantum rejection sampling. One can amplify the accepted moves and therefore avoid having to revert moves at all!<br \/>\nBoolean hidden shift. f(x+s) = f(x) find s in Z_2^n. If the function is a delta function, then you can basically only do Grover. You can do bent functions (those with flat Fourier spectrum) with only 1 query [Roetteler 10]. These are the extreme cases, but what happens when we interpolate between them?  We can use quantum rejection sampling to analyze this problem.<br \/>\nOther applications: Amplify QMA witnesses [MW05, NWZ09], prepare ground states of PEPS parent Hamiltonians on a quantum computer [STV11]. [photo 76]<\/p>\n<h3 style=\"text-align: center\">Rolando Somma, <a href=\"http:\/\/www.iro.umontreal.ca\/~qip2012\/abstract.php#SB\">Spectral Gap Amplification<\/a>, joint work with Sergio Boixo <\/h3>\n<p>Preparation of eigenstates is a central problem and fast quantum methods for computing expectation values of observables leads to speedups for many problems. Let\u2019s begin by considering adiabatic state transformations. The run time is governed by the spectral gap of the interpolating Hamiltonian. The generic cost C(T) of a quantum algorithm that prepares the eigenstate depends on the inverse power of the spectral gap.<br \/>\ngiven H with eigenstate psi and gap Delta, can we construct an H with same eigenstate psi but a larger gap? (without cheating by multiplying by some constant?)  We want to consider that the Hamiltonian is a sum of terms which are, say, local. We have a black box which on input k, s evolves according to $latex e^{-i s H_k}$. How many times do we need to use this box? We require that the cost of evolving with H\u2019 is the same.<br \/>\nThey achieved a quadratic gap amplification for the following case: if H is frustration free, then the new gap is $latex Omega(sqrt{Delta\/L})$ where L is the number of terms in the Hamiltonian. In particular, when the spectral gap is very small in terms of L this gives an improvement. It turns out this amplification is optimal.<br \/>\nQuestion: What prevents you from iterating amplification process?<br \/>\nAns. The new Hamiltonian isn\u2019t FF, so you can only do the amplification once.<br \/>\nS. Flammia: Optimality of results?<br \/>\nAns. There may be better constructions with respect to the scaling in L.<\/p>\n<h3 style=\"text-align: center\">Rajat Mittal, <a href=\"http:\/\/www.iro.umontreal.ca\/~qip2012\/abstract.php#LMRSS\">Quantum query complexity for state conversion<\/a>, joint work with Troy Lee, Ben Reichardt, Robert Spalek and Mario Szegedy <\/h3>\n<p>We live in a quantum world, so why are we always trying to solve classical tasks, like computing f(x), for x specified by an oracle?  How about trying to prepare $latex |psi(x)rangle$ given x specified by an oracle?  Or even more generally, converting $latex |psi_1(x)rangle$ into $latex |psi_2(x)rangle$?  To make things simple, let\u2019s focus on creating $latex |psi(x)rangle$, although the results apply to more general state conversion problems as well.  The difficulty of doing this is defined entirely by the Gram matrix $latex G_{x,y} = langle psi(x)|psi(y)rangle$.<br \/>\nPrevious work on adversary bounds gave a tight characterization of quantum query complexity for boolean functions.  The present work extends the result to general functions, and indeed to state conversion.<br \/>\n$latex gamma_2(G-J|Delta)$<br \/>\nOk, what is this thing $latex gamma_2(M|Delta)$?<br \/>\nWithout the $latex Delta$, we define $gamma_2(M)$ to be the minimum over factorizations $latex {u_x}$, $latex {v_y}$ (meaning that $latex M_{x,y} = langle u_x, v_yrangle$ of $latex max |u_x|,|v_y|$<br \/>\nw.r.t. $latex Delta$; it\u2019s similar, but with $latex M_{x,y} = langle u_x, v_yrangle N_{x,y}$.<br \/>\ne.g. $latex gamma_2(M|J) = gamma_2(M)$ and $latex gamma_2(M|M)=1$.<br \/>\nThis gives some nice corollaries, e.g. that function composition does what you\u2019d expect to query complexity.<\/p>\n<h3 style=\"text-align: center\">Fernando Brandao, <a href=\"http:\/\/www.iro.umontreal.ca\/~qip2012\/abstract.php#BHH\">Random quantum circuits are unitary polynomial designs<\/a>, joint work with Aram Harrow and Michal Horodecki<\/h3>\n<p><a href=\"https:\/\/dabacon.org\/pontiff\/?p=5539\">Previously blogged here<\/a>.<br \/>\nQuestions:<br \/>\nPatrick Hayden: To fool a circuit takes more time than the circuit does. Can you introduce some kind of restriction to make it go in a more favorable direction?<br \/>\nAram:  We could try to fool quantum Turing machines, but I don\u2019t think our techniques say much that\u2019d be helpful there.<br \/>\nRenato: Could you replace a random circuit by a random Hamiltonian?<br \/>\nAns. Interesting question.  Hayden et al do something like that.  More interesting is to&#8230; <\/p>\n<h2 style=\"text-align: center\">BUSINESS MEETING<\/h2>\n<p>The headline stat:  42 papers were accepted out of 198 submitted, meaning a 21% acceptance rate.  (Louis also said the \u201creal\u201d rate was 29%.)<br \/>\nThere were 485 reviews, of which 104 are from 72 external reviewers.<br \/>\nThere were 198 = 144 (early) + 54 (late) poster submissions.<br \/>\nOf the 42 talks, there were 4 plenary, 9 long, 27 regular and 2 merged.<br \/>\nThe budget breakdown is: rental+technical 55k, food+drinks 90k, personnel 30k, student support 10k for a of total 185k.<br \/>\nThere were 259 participants of which 113 students.<br \/>\nThus conference fees were 105k and there was 85k from sponsors.  This leaves a surplus of 5k, presumably to cover damages during the rump session.<br \/>\nFor the locals, the conference booklet explains how to get to the rump session.  You take the metro, and as Louis said, \u201cyou will visit a lot of stations.\u201d  Note that this post will go online after the rump session.<br \/>\nAlso, where is QIP 2013???<br \/>\nBEIJING!  (specifically, Tsinghua University)<br \/>\nLocal organizers are: Andy Yao (general chair), Amy Wang (organizing chair), Giulio Chiribella, Luming Duan, Kihwan Kim, Jian Li, Yaoyun Shi, Shengyu Zhang.<br \/>\nThere is a new CQI at Tsinghua.  You can guess what it stands for.  Note that few permutations of those three letters remain.<br \/>\nTentative dates are: Jan 21-25 or Jan 28-Feb 1, 2013.<br \/>\nA truly open question is: where will QIP 2014 be?<br \/>\nTwo tentative proposals on the table are IBM Yorktown Heights and Barcelona.<br \/>\nBut volunteers are still welcome!  If you want the experience of hosting QIP, send an email to Louis Salvail soon.<br \/>\nPossible locations include a science museum, a university campus and&#8230; La Pedrera?  Seriously? (See picture at the top of the post.)<br \/>\nThen there was general discussion about QIP.<br \/>\nSuggestions include<\/p>\n<ul>\n<li> not posting the long versions (at least without the authors confirming)\n<li> Renaming QIP Workshop -&gt; QIP Conference.\n<li> Getting rid of the 3-page submissions?  Here was the heated discussion.  There always has to be a heated discussion about something.\n<li> Dec vs Jan?  The audience seemed to overwhelmingly prefer January (among those who cared).  And yet here they are, all here in December!\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Possible location of QIP 2014?? Aleksandrs Belovs Span Programs for Functions with Constant-Sized 1-certificates, based on 1105.4024 Consider the problem of finding whether or not a triangle exists in a graph with n vertices. Naively using Grover\u2019s algorithm requires time $latex n^{3\/2}$. But a series of improvements have brought this down to $latex n^{10\/7}$ (using &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/dabacon.org\/pontiff\/2011\/12\/17\/qip-2012-day-4\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;QIP 2012 Day 4&#8221;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[22,40,63],"tags":[],"class_list":["post-5862","post","type-post","status-publish","format-standard","hentry","category-conferences","category-liveblogging","category-quantum"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/dabacon.org\/pontiff\/wp-json\/wp\/v2\/posts\/5862","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dabacon.org\/pontiff\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dabacon.org\/pontiff\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dabacon.org\/pontiff\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/dabacon.org\/pontiff\/wp-json\/wp\/v2\/comments?post=5862"}],"version-history":[{"count":0,"href":"https:\/\/dabacon.org\/pontiff\/wp-json\/wp\/v2\/posts\/5862\/revisions"}],"wp:attachment":[{"href":"https:\/\/dabacon.org\/pontiff\/wp-json\/wp\/v2\/media?parent=5862"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dabacon.org\/pontiff\/wp-json\/wp\/v2\/categories?post=5862"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dabacon.org\/pontiff\/wp-json\/wp\/v2\/tags?post=5862"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}