Some news for the remaining five readers of this blog (hi mom!) After over a decade of time practicing the fine art of quantum computing theorizing, I will be leaving my position in the ivory (okay, you caught me, really it’s brick!) tower of the University of Washington, to take a position as a software engineer at Google starting in the middle of June. That’s right…the Quantum Pontiff has decohered! **groan** Worst quantum to classical joke ever!
Of course this is a major change, and not one that I have made lightly. There are many things I will miss about quantum computing, and among them are all of the people in the extended quantum computing community who I consider not just colleagues, but also my good friends. I’ve certainly had a blast, and the only things I regret in this first career are things like, oh, not finding an efficient quantum algorithm for graph isomorphism. But hey, who doesn’t wake up every morning regretting not making progress on graph isomorphism? Who!?!? More seriously, for anyone who is considering joining quantum computing, please know that quantum computing is an extremely positive field with funny, amazingly brilliant, and just plain fun people everywhere you look. It is only a matter of time before a large quantum computer is built, and who knows, maybe I’ll see all of you quantum computing people again in a decade when you need to hire a classical to quantum software engineer!
Of course, I’m also completely and totally stoked for the new opportunity that working at Google will provide (and no, I won’t be doing quantum computing work in my new job.) There will definitely be much learning and hard work ahead for me, but it is exactly those things that I’m looking forward to. Google has had a tremendous impact on the world, and I am very much looking forward to being involved in Google’s great forward march of technology.
So, onwards and upwards my friends! And thanks for all of the fish!
QSpeak Announcements for Week Ending 5/20/2011
- AFOSR Funding Opportunity
A funding opportunity from the Air Force Office of Scientific Research. Announcement here. News article described in announcement here.
QSpeak Announcements for Week Ending 5/13/2011
- QKD Summer School July 25-29, 2011
We’d like to inform you about an innovative, five-day program this July exploring both theoretical and experimental approaches to quantum communication and quantum cryptography. Aimed at graduate students and young postdoctoral fellows from around the world, the International Summer School … Continue reading →
- QCRYPT 2011 submissions open
Dear Colleague, the submission server for contributed talks is now open for QCRYPT 2011 – First Annual Conference on Quantum Cryptography September 12-16, 2011 ETH Zurich Deadline for Submission of Abstracts: June 1, 2011. The conference features both theoretical and … Continue reading →
Time After Time
Ole Peters was a postdoc at the Santa Fe Institute during the time I was also a postdoc there. In addition to being a world class windsurfer, Ole likes to think about critical phenomena and stochastic processes. And in the TEDxGoodenoughCollege talk below he almost convinces me that I need to think harder about ensemble versus time averages 🙂
QSpeak Announcements for Week Ending 4/15/2011
- Two Research Posts at Quantum Photonics Laboratory at Heriot-Watt University
Two Research or Senior Research Associate Posts Spectroscopy and quantum optics of tunable solid-state quantum emitters Closing date: 14 May 2011, but applications will continue to be accepted until the post is filled. The Quantum Photonics Laboratory seeks two talented … Continue reading →
Radio Free Albemuth Trailer
Radio Free Albemuth Trailer from Elizabeth Karr on Vimeo.
(I wouldn’t say RFA is Philip K. Dick’s most controversial novel. VALIS would get my vote for that title.)
QSpeak Announcements for Week Ending 4/8/2011
- QCRYPT 2011 registration open
Dear Colleague, the registration is now open for QCRYPT 2011 – First Annual Conference on Quantum Cryptography September 12-16, 2011 ETH Zurich The conference features both theoretical and experimental advances in the field of quantum cryptography. For more information, please … Continue reading →
Michael Nielsen Talks Open Science
TEDxWaterloo talk. See it here and start changing the way you do science:
Immanants
Recently computer scientist Leslie Valliant won the ACM’s Turing Award, considered one of the most prestigious prizes in computer science. Valliant is famous for many results, not the least of which are his results on the Permanent of a matrix. Over at the Godel’s Lost Letter, the iced tea man has a nice collection of interesting permanent related complexity facts. Recall that the permanent of a n by n matrix [latex]A[/latex] is given by
[latex]{rm per} A = sum_{pi in S_n} prod_{i=1}^n A_{i,pi(i)}[/latex]
where [latex]S_n[/latex] is the symmetric group on n elements and similarly the determinant of a n by n matrix [latex]A[/latex] is given by
[latex]{rm det} A = sum_{pi in S_n} prod_{i=1}^n (-1)^{{rm sgn} pi} A_{i,pi(i)}[/latex]
where [latex]{rm sgn} pi[/latex] is 0 if the permutation is made up of an even number of transpositions and 1 if the permutation is made up of an odd number of transpositions. One day I was sitting in my office when a physics undergraduate came by (a former ex-sailor from Alaska) and said…”Hey Dave, what if we replace the function in front of each term in the permanent and determinant by a character of a symmetric group irrep?” Which of course knocked me off my chair, first because what undergrad physics major knows about symmetric group irreps and second because I had never thought about this interesting twist on the permanent and determinant.
After a little google foo later, we quickly found the answer. For an n by n matrix [latex]A[/latex] the immanant of a matrix is given by
[latex]{rm imm_lambda A } = sum_{pi in S_n} prod_{i=1}^n chi_{lambda}(pi) A_{i,pi(i)}[/latex]
where [latex]lambda[/latex] labels the irrep of [latex]S_n[/latex] and [latex]chi_lambda(pi)[/latex] is the character of the irrep [latex]lambda[/latex] at group element [latex]pi[/latex]. Recall that the irreps of the symmetric group [latex]S_n[/latex] are labeled by partitions of [latex]n[/latex]. A partition of [latex]n[/latex] is a series of decreasing positive integers that sums to n, [latex](lambda_1m lambda_2, dots,lambda_r)[/latex] with [latex]lambda_1 geq lambda_2 geq dots geq lambda_r[/latex] such that [latex]sum_{i=1}^r lambda_i = n[/latex]. The partition corresponding to [latex](n)[/latex] corresponds to the trivial irrep in which [latex]chi_{(n)}(pi)=1[/latex], and on the opposite end of the spectrum, the partition corresponding to [latex](1,1,dots,1)[/latex] corresponds to the alternating irrep where [latex]chi_{(1,1,dots,1)}(pi)=(-1)^{{rm sgn} pi}[/latex]. Thus we see that the permanent and determinant are at the end of a spectrum of polynomials known as the immanants.
One of Valiant’s most well known results is that evaluating the permanent of a matrix with 0 and 1 as its possible matrix entries is #P complete, a.k.a really hard. On the other hand evaluating the determinant is not computationally difficult at all. At first this seems odd because a determinant has those minus signs which you would think would make it easier and not hard, but alas this is not so. So what about the computational complexity of the immanant? The Computational Complexity of Immanants by Peter BĂĽrgisser (sorry I could only find a paywalled version) shows that there is a since in which certain immanants are also #P complete to evaluate. Rough the idea is that if one defines a class of immanants that have partitions that have a “step” in them that grows polynomially in [latex]n[/latex] (the step for the permanent is [latex]n[/latex]) then these will be #P complete to evaluate.
So what good are immanants? Well I’m sure mathematicians have some fine uses for them. One interesting thing to note is that immanantal polynomials of adjacency matrices of graphs give you graph invariants (for the determinant this is the same as saying that the eigenvalues of the adjacency matrix are a graph invariant.) However it is known that this, like the eigenvalues, is not a complete set of graph invariants and so is not a route towards efficiently solving graph isomorphism. So no real use there, but I’m sure an object so symmetric must be of some use, no?
QSpeak Announcements for Week Ending 4/1/2011
- QEC11 Registration Open
QEC11, which will be held Dec. 5-9, 2011 at USC, is now open for registration. The homepage is at http://qserver.usc.edu/qec11/ and registration can be done at http://qserver.usc.edu/qec11/reg.html
- Griffith Quantum Postdoc
A great opportunity to work with Howard Wiseman in Australia: Postdoctoral Research Fellow (Quantum Information Theory) Department: Centre for Quantum Dynamics Work type: Fixed Term (2 years, with the possibility of extension) Overview: The Centre for Quantum Dynamics seeks a … Continue reading →