...(continued)Thanks, Nicolas. I loved reading your work yesterday. In our paper, we’re working with the multivariate polynomial quotient ring to pick out matrices A and B. I noticed you go with an exhaustive search to select permutation matrices, then tweak the number of terms in A and B to find low-weight codes
...(continued)interesting data point! it's not what I usually see but I'll take a look at your results to see why. I don't use the python BP-OSD package (I have a homegrown c version) and I might select the candidates differently. Anyway it's worth looking into this in more details. As far as practical implementa
...(continued)R.e. the large number of BP iterations, my coauthors and I observed something similar when studying a different code family with comparable parameters https://arxiv.org/abs/2406.14445. In appendix E you can see that the decoder performance continues to increase all the way up to 10000 BP iterations.
...(continued)Thanks for the clarification.
The parameters seem a bit unusual : 10000 iterations is huge (normally you get to diminished returns after ~20 iterations); also the osd_order seems low. Most other papers use ~50. Although not all sources define "osd_order" the same way; the number of candidates con
...(continued)Hi @qodesign,
Thanks for pointing out that the parameters of BP-OSD are missing. We will include them in the next version. For convenience here they are:
max_bp_iters = 10_000
bp_method = ''min_sum''
osd_order = 5
osd_method = 'osd_cs''As a sanity check to test our simulator, we reproduced the s
...(continued)What are the parameters of BP-OSD?
I'm familiar with the paper in the first comment; it contains a lot of results but again the BP-OSD parameters are not given and the noise models are not clear. I couldn't verify much of the claims there.
Also it looks like one paper reports logical error rat
...(continued)Thanks Kishor for letting us know. We will add a ref to your paper in the next version.
Edit: A few comments after having a closer look at your paper. First it's a nice paper, congrats! These variants of BB codes are indeed similar and we will add a link to your paper in the next version of ours.
Congratulations! Just wanted to mention that we had proposed the weight-5 [[30,4,5]] code and several other such codes in https://arxiv.org/abs/2406.19151 (Page 3, Table 1 and the supplementary material.)
Reminds me of a Nirvana song called "Smells like Quantum Advantage".
How can emerging physical-layer security strategies be systematically integrated into 6G ISAC networks to simultaneously safeguard both communication data and sensing information, while preserving the ultra-low latency and dual functionality that define ISAC’s commercial appeal?
How can the 6GStarLab mission, envisioned as an open, flexible in-orbit platform, enable experimentation of future 3GPP NTN standards across multiple frequency bands and optical links while ensuring reliability, scalability, and adaptability for diverse use cases in dynamic orbital environments?
...(continued)How can a networked ecosystem of autonomous and embodied AI agents, each potentially possessing distinct goals, learning algorithms, and generative foundation models, maintain consistent, coherent, and up-to-date shared knowledge while operating under dynamic network conditions and diverse task requ
Shouldn't it actually be denoted by Ü, or would that be the umlaut umlaut information?
No problem, thank you!
Oh that's so cool! Sorry I missed it. I'll add a reference to your work in a future update :)
...(continued)Hi Nouédyn,
Congrats on your result! With regards to the open question that you stated about self-correcting memories in dimensions less than 4D, we wanted to share our [work which discusses self-correcting memories on fractal lattices][1] with Hausdorff dimension $D_H=4-\epsilon$, obtained by punc
...(continued)Thanks to both of you for your explanations. All this makes sense except that I am not fully convinced that we even know for which instance *sizes* quantum advantage is expected. It is plausible to me that at the sizes where random instances become classically intractable, all instances either conce
...(continued)Dear Markus,
Thank you for your explanations. I haven't yet read the full details of your paper, but I'm curious if it is possible to generalize your results from the symmetric group S_N to the braid group B_N, and also "rule out" non-Abelian anyons in 2D? Does it make sense to talk about "invar
Ah, duh, it's not a 1d stabilizer code. It's local at each level, using only adjacent logical qubits, but each level is zoomed out so the global picture is not made up of local stabilizers.
Doesn't Jones et al's concatenated 1D construction from https://journals.aps.org/prx/pdf/10.1103/PhysRevX.8.021058 have a growing distance?
...(continued)The paper reads well but it is missing relevant secure ISAC works such as [R1]
=====
References
[R1] A. Bazzi and M. Chafii, “Secure Full Duplex Integrated Sensing and Communications,” in IEEE Transactions on Information Forensics and Security, vol. 19, pp. 2082-2097, 2024, doi: 10.1109/TIFS.2023
...(continued)The paper introduces a dynamic array partitioning framework for monostatic ISAC systems to enhance sensing performance while supporting communication requirements. In particular, the paper formulates a joint optimization of transmit beamforming and array partitioning to minimize Bayesian Cramér-Rao
...(continued)Indeed, such methods are especially crucial in 6G networks, where the importance of achieving high bandwidth efficiency and sustaining the connection in adverse conditions is significan. A significant adversity can come from satellite incumbents [R1] and coexistence which is of paramount importance
...(continued)Thank you Ryan for the comment. As Tuomas says, we do make it clear in Sec V that we have only identify the instance *sizes* for which advantage is expected. I still think this is cool, though, and takes a non-trivial amount of work to benchmark this end-to-end quantum algorithm. This project is mos
...(continued)Dear All,
I would like to call attention to our paper [https://arxiv.org/abs/2306.05919, also Ref. 11], which appeared slightly before Zhiyuan’s paper and presents a very similar classification of generalized statistics, termed transtatistics. I am still reviewing the work by Manuel, Thomas, and M
sure!
The explicit expression appeared even earlier in Eq. (4) of
https://arxiv.org/abs/1310.7178
for the special case of α = z = 1/2 .
Thanks for pointing this out, we’ll update the paper with this information in the next version. We used 30 iterations of parallel sum-product BP and OSD combination sweep with order 60 (all using the ldpc library).
BP-OSD has a lot of parameters which can have a big affect on performance and complexity. It would help if you explicitly specify these parameters; otherwise it's hard to compare decoders.
+1 !
...(continued)Indeed, I agree. To be honest, when we started this project we thought there would be obvious instances that work this way, but it turned out there weren't. We discuss this more explicitly in section 5. Perhaps some of the confusing parts are leftover from earlier drafts and should be reworded, than
...(continued)Thanks Tuomas. I don’t doubt that there exist classically intractable instances of the Jones polynomial problem (the worst case complexity results you mention are sufficient for establishing that). The trouble is actually finding those hard instances without requiring inordinate quantum resources to
Thanks for the kind words! I am interested in adapting this kind of approach to the Khovanov homology, and I have some questions about your quantum algorithm for this (I might email you about it, if that's alright).
...(continued)Hi Ryan - I'm not aware of any explicit instances of this type, except those arising from the BQP/DQC1-completeness proofs of the problem, which seems like 'cheating' to me. So they certainly exist, conditional on P != BQP, but I'm not sure they are natural or interesting. On the other hand, it migh
...(continued)Dear Zhiyuan,
thank you so much for your interest and your explanations! We agree that a key distinction is whether one demands invariance of *all* observables or just the local ones, and your interesting results are not in contradiction to ours.
Let us add a few clarifications; we are still t
...(continued)Very interesting paper. You discuss that for random instances of the problem the coefficients of the Jones polynomial will exponentially concentrate, which prevents the quantum computer from efficiently providing a non-trivial estimate of the Jones polynomial. You also discuss instances of the probl
Dear Zhiyuan,
Thanks a lot for the clarifications!
Best wishes,
Marius
Congratulations on this excellent paper! It’s exciting to see that quantum algorithms for knot invariants are a promising tool for benchmarking and potentially even for near-term quantum advantage.
Ok, Thank you for the reply!
...(continued)Thanks for the question. Weak physical measurement will become weaker logical measurement if the logical measurement is performed by destructive measurement of all supported physical qubits. We focused on the destructive case because in MSD the measured logical qubits should be discarded and only th
...(continued)Dear Marius and Thomas,
I just briefly read the first few sections of this interesting paper, and let me share my thoughts on this. While this paper probably rules out parastatistics in all few body systems, it does not rule out the emergent R-matrix parastatistics in topologically ordered system
...(continued)Thank you for the interesting read.
One thing that baffled me is the claim that weak physical measurement translates to weaker logical measurement. It sounds like this leads to quantum error correction becomes ineffective against weak physical measurements. How is this possible and what am I miss
Dear Manuel, Thomas, and Markus,
Thanks for the clarification! From just skimming through the paper superficially, I was indeed under the impression that Eq. (1) is a constant requirement.
Best wishes,
Marius
...(continued)Dear Marius,
thanks very much for your interest and your thoughtful comments!
We agree that the paper by Wang and Hazzard is interesting. Indeed, we cite it and consider it as part of the motivation for our work. We think our results should apply there because all we assume is that there is *som
...(continued)This is a very nice overview, but it does QBism a bit of a disservice. Specifically, the motivation for QBism comes from interpreting quantum probabilities, not states, hence the connection to Bayes and a subsequent quantum Bayes theorem. The collapse problem as explained here doesn't distinguish cl
...(continued)Great work!
There is one promising approach to parastatistics of which I am unsure whether it is covered by your framework. See e.g. this paper by Wang and Hazzard:
https://www.nature.com/articles/s41586-024-08262-7
They use the trick that guides us from Abelian gauge theories to non-Abelia
Wow! This is quite the break though! Looking forward to reading it in detail!
fantastic work!