Hacker News new | ask | show | jobs
by ojosilva 2729 days ago
To my computer scientist mind this can easily be a parallel to checksum and hashing. Quantum error correction is analogous to using checksum to validate file integrity. Memory chips use similar schemes (ie parity bits) to correct errors. The same is being applied to quantum computing, ie. a sort of quantum hashing scheme based on (spacial) logic gates.

Now new research is being conducted where this quantum hashing scheme could be used to solve some of physics hardest problems. One of them could be Hawkins paradox, where "data" gets corrupted while being "processed" by a black hole. Maybe, scientists argue, error correcting data is stored at the black hole entrance so that it can be somehow applied as correcting code at the exit, ie when Hawkins radiation is released.

Or maybe the entire universe has gone through a hashing function and now there's error correcting code keeping information error-free using the "hash value". That's what the boundary stores that describes the bulk in certain theoretical universes.

Hashes have always fascinated me. The fact that a relatively short binary sequence can uniquely describe all of Shakespeare's works. What if we could completely reverse hashes, creating the most powerful compression ever? Well quantum physicists just might do that at cosmic scales!

1 comments

Hashes do not uniquely describe things. There are an infinite number of alternative texts that also match your hash that describes all of Shakespeare's works. A hash function is pretty much just a very lossy compression algorithm.