Vous ne pouvez pas récupérer efficacement les valeurs absolues des amplitudes, mais si vous autorisez de nombreux échantillons arbitraires, vous pouvez les estimer avec le degré de précision que vous souhaitez.
Plus précisément, si l'état d'entrée est un photon unique dans chacun des premiers modes, et que l'on est prêt à tirer un nombre arbitraire d'échantillons de la sortie, alors il est en principe possible d'estimer le permanent de A à n'importe quel degré de précision que l'on aime, en comptant la fraction des fois où les n photons d'entrée sortent dans les n premiers ports de sortie différents. Il est à noter cependant que cela n'a pas vraiment grand-chose à voir avec BosonSampling, car le résultat de la dureté tient dans le régime du nombre de modes beaucoup plus grand que le nombre de photons, et il s'agit de l'efficacité de l'échantillonnage.nAnn
Échantillonnage du boson
Je vais essayer une très brève introduction à ce qu'est l'échantillonnage des bosons, mais il convient de noter que je ne peux pas faire mieux que Aaronson lui-même, donc c'est probablement une bonne idée de jeter un œil aux articles de blog associés de son (par exemple, blog /? p = 473 et blog /? p = 1177 ), et les liens qui s'y trouvent.
BosonSampling est un problème d' échantillonnage . Cela peut être un peu déroutant dans la mesure où les gens sont généralement plus habitués à penser à des problèmes ayant des réponses définitives. Un problème d'échantillonnage est différent en ce que la solution au problème est un ensemble d'échantillons tirés d'une certaine distribution de probabilité.
En effet, le problème qu'un échantillonneur de bosons résout est celui de l' échantillonnage à partir d'une distribution de probabilité spécifique. Plus précisément, l' échantillonnage à partir de la distribution de probabilité des états de résultats possibles (plusieurs bosons).
Considérons comme exemple simple un cas avec 2 photons dans 4 modes, et disons que nous fixons l'état d'entrée à (qui est, un seul photon dans chacune des deux premières deux modes d'entrée). En ignorant les états de sortie avec plus d'un photon dans chaque mode, il y a ( 4(1,1,0,0)≡|1,1,0,0⟩états de sortie à deux photons possibles:
(1,1,0,0),(1,0,1,0),(1,0,0,1),(0,1,1,0),(0,1,0,1)et(0,(42)=6(1,1,0,0),(1,0,1,0),(1,0,0,1),(0,1,1,0),(0,1,0,1) . Désignons par soucicommodité avec o i , i = 1 , . , 6 le i -ième (donc, par exemple, o 2 = ( 1 , 0 , 1 , 0 ) ). Ensuite, une solution possible à BosonSampling pourrait être la série de résultats:
o 1 , o 4 , o 2 , o 2 , o 5 .(0,0,1,1)oi,i=1,.,6io2=(1,0,1,0)
o1,o4,o2,o2,o5.
Pour faire une analogie avec un cas peut-être plus familier, c'est comme dire que nous voulons échantillonner à partir d'une distribution de probabilité gaussienne. Cela signifie que nous voulons trouver une séquence de nombres qui, si nous en tirons suffisamment et les mettons dans un histogramme, produira quelque chose de proche d'un gaussien.
Permanents informatiques
Il s'avère que l'amplitude de probabilité d'un état d'entrée donné à un état de sortie donné | s ⟩ est (proportionnelle à) l' permanent d'une matrice appropriée construit sur la matrice unitaire caractérisant le (mono-boson) l' évolution.|r⟩|s⟩
Plus précisément, si désigne la liste d'attribution de modeR(1)|r⟩S|s⟩UA(r→s)|r⟩|s⟩
A(r→s)=1r!s!−−−√permU[R|S],
with
U[R|S] denoting the matrix built by taking from
U the rows specified by
R and the columns specified by
S.
Thus, considering the fixed input state |r0⟩, the probability distribution of the possible outcomes is given by the probabilities
ps=1r0!s!|permU[R|S]|2.
BosonSampling is the problem of drawing "points" according to this distribution.
This is not the same as computing the probabilities ps, or even computing the permanents themselves.
Indeed, computing the permanents of complex matrices is hard, and it is not expected even for quantum computers to be able to do it efficiently.
The gist of the matter is that sampling from a probability distribution is in general easier than computing the distribution itself.
While a naive way to sample from a distribution is to compute the probabilities (if not already known) and use those to draw the points, there might be smarter ways to do it.
A boson sampler is something that is able to draw points according to a specific probability distribution, even though the probabilities making up the distribution itself are not known (or better said, not efficiently computable).
Furthermore, while it may look like the ability to efficiently sample from a distribution should translate into the ability of efficiently estimating the underlying probabilities, this is not the case as soon as there are exponentially many possible outcomes.
This is indeed the case of boson sampling with uniformly random unitaries (that is, the original setting of BosonSampling), in which there are (mn) possible n-boson in m-modes output states (again, neglecting states with more than one boson in some mode). For m≫n, this number increases exponentially with n.
This means that, in practice, you would need to draw an exponential number of samples to even have a decent chance of seeing a single outcome more than once, let alone estimate with any decent accuracy the probabilities themselves (it is important to note that this is not the core reason for the hardness though, as the exponential number of possible outcomes could be overcome with smarter methods).
In some particular cases, it is possible to efficiently estimate the permanent of matrices using a boson sampling set-up. This will only be feasible if one of the submatrices has a large (i.e. not exponentially small) permanent associated with it, so that the input-output pair associated with it will happen frequently enough for an estimate to be feasible in polynomial time. This is a very atypical situation, and will not arise if you draw unitaries at random. For a trivial example, consider matrices that are very close to identity - the event in which all photons come out in the same modes they came in will correspond to a permanent which can be estimated experimentally. Besides only being feasible for some particular matrices, a careful analysis of the statistical error incurred in evaluating permanents in this way shows that this is not more efficient than known classical algorithms for approximating permanents (technically, within a small additive error) (2).
Columns involved
Let U be the unitary describing the one-boson evolution.
Then, basically by definition, the output amplitudes describing the evolution of a single photon entering in the k-th mode are in the k-th column of U.
The unitary describing the evolution of the many-boson states, however, is not actually U, but a bigger unitary, often denoted by φn(U), whose elements are computed from permanents of matrices built out of U.
Informally speaking though, if the input state has photons in, say, the first n modes, then naturally only the first n columns of U must be necessary (and sufficient) to describe the evolution, as the other columns will describe the evolution of photons entering in modes that we are not actually using.
(1) This is just another way to describe a many-boson state. Instead of characterizing the state as the list of occupation numbers for each mode (that is, number of bosons in first mode, number in second, etc.), we characterize the states by naming the mode occupied by each boson.
So, for example, the state (1,0,1,0) can be equivalently written as (1,3), and these are two equivalent ways to say that there is one boson in the first and one boson in the third mode.
(2): S. Aaronson and T. Hance. "Generalizing and Derandomizing Gurvits's Approximation Algorithm for the Permanent". https://eccc.weizmann.ac.il/report/2012/170/