A "Photon Machine Gun" For Quantum Computers
An anonymous reader writes "Generating entangled photons in a reliable way is impossible right now, stalling the development of the optical quantum computers that would use entangled photons as quantum bits (qubits). Because entangled photons can only be produced at random — which takes time — the most powerful optical quantum computing device use only 6 qubits. UK and Israeli quantum physicists have designed a blueprint for a 'quantum machine gun' that fires out barrages of entangled photons on demand. They think within a few years this device will be built, and could lead to quantum computing using 20 to 30 qubits. Every additional qubit doubles the computing power, so these quantum computers could outperform any existing classical computer, the researchers say. The quantum machine gun is described as 'one of the most exciting theoretical proposals I've read in five years' by a leading quantum physicist." The research was published in Physical Review Letters earlier this month.
Every additional qubit doubles the computing power, so these quantum computers could outperform any existing classical computer, the researchers say.
But only for probabilistic algorithms. It's not going to be faster at everything.
Every additional qubit doubles the computing power, so these quantum computers could outperform any existing classical computer, the researchers say.
I thought that the "power doubling" was not in a traditional sense.. the qubit is fantastic at pattern matching and search functions, but no better than a classical computer for something like, say, a video game requiring finite mathematical calculations. I'd state this as a fact, because I've read this in at least a couple places, but seeing as how quantum physicists haunt this forum, I can't say I know as well as them. But this power is only useful in very specific circumstances, AFAIK.
If you can read this... 01110101 01110010 00100000 01100001 00100000 01100111 01100101 01100101 01101011
Israeli quantum physicists have designed a blueprint for a 'quantum machine gun'
In other news, Palestinian quantum physicists have designed shoulder-mounted quantum launchers and quantum vests in response.
Civilians are hopeful for peace and terrified for escalation of hostilities.
I thought that the "power doubling" was not in a traditional sense.. the qubit is fantastic at pattern matching and search functions
Which is all that really matters for breaking encryption, and is the whole reason we have computers in the first place.
So my question is how many bits of encryption do I need to keep a 20~30 qbit computer out of my truecrypt partition?
[Fuck Beta]
o0t!
Again, Trek predicts the future.
Table-ized A.I.
On the other hand, some problems like collision testing are really just pattern matching or search functions, and that has a huge amount of applicability to game design. There are many other similar problems that, at first blush, sound easy, but turn out to be quite difficult, and I've yet to see a modern game with physics that doesn't somehow manage to get objects stuck in floors or falling through levels.
It's going to be faster at everything.
Even for traditional computers, adding 1 bit of memory doubles the size of problems you can tackle with a log-space algorithm. There's nothing magic about it.
That when this technology is finally put to practical use, i.e. home computers, the cost of hardware is going to go up? Isn't there an implied health risk involving high speed protons, such as in the form of radiation? Granted, it would be on a very weak level, alpha particles, but consistent exposure to said particles over time would have an impact on ones health. I suppose that could be stopped by the case though... Just a thought.
"Chance favors only the prepared mind." -Archimedes
imagine a Beowulf cluster of... NO! NONONO!
Operation Guillotine is in effect.
say hello to my little friend... (Please try to keep minds out of the gutter if possible)
Deja Moo: The feeling you've heard this bullsh*t before.
With what I can tell... 256 or 512 should keep you safe from that.
They're not absent, you just don't know them.
How about the first known ships? African. Irrigation? African. Early mathematics? Early medicine? African.
"It is possible to commit no errors and still lose. That is not a weakness. That is life." -Peak Performance
Ok, so on this site bursting with intelligent, educated folk, the following question(s) might make me look like a village idiot, but what the hell. It's damn interesting stuff and I want to know!
Exactly how does quantum computing work? I have a fleeting grip the basic stuff; qubits existing with states 0, 1 and "superposition" (i.e. all possible states) and that by actively measuring it's state (sending a photon or whatever bumping into it) you collapse it, and it's entangled mate, into a "classical state". If I place a shot glass in a dark room and tell you it could be empty, full or anything in between but the only way for you to find out is to A) Take the shot, or B) dump another 4cc of Tequila into the glass and see if it spills over, is the shot glass a cubit? To you, it is in a "superstate" until you actively measure it, an act that in itself makes the glass full or empty.
How does this equate to computing? I might just have spent too much time with Proteus fiddling about with gates and stuff trying to make a very basic functional computing device, but isn't some sort of computing device needed to compute something? Even with Quantum Gates, 30 qubits seem like a very insignificant amount of building blocks to compute anything..
Lastly, how would/will qubits be used to revolutionize storage? I get the allure of storing bits on a subatomic level but if the whole hype is about storage density, it sort of kills the magic for me.
Horribly off topic, and feeding trolls but..
How about sports? Africans seem to dominate near every sport that doesn't involve skies or ice skates. The middle-east was the epicenter of early civilization, math, science and astronomy for a long time, as were the Asian regions of the world. Scientific aptitude on a geographical scale isn't about genetics, it's about your part of the world having the money and government for you to not worry about who's shooting at you today and instead get a proper education, job and research grants.
If the nazies with their love of athletes and sports, were in fact looking for a "master race", they should have looked south rather than north. Racism is crap but I do acknowledge that my genes are inferior to those coming from the very cradle of human life, perhaps as a result of me coming from a comparatively tiny population just south of the North Pole. =P
It's called a "Strobe Light", stupid.
I know.....bad joke.....
Knowing Google's lust for data collection, the Soviet Union is still alive and well inside the psyche of Sergey Brin....
Alright, here's how it works: A quantum computer can efficiently execute algorithms the class BQP, which means "Bounded error, quantum, polynomial time". Since all quantum algorithms are probabilistic, "bounded error" means just that - that you can, basically speaking, run the algorithm as many times as you want to get the error as low as you want. Polynomial time means the time you have to wait increases relatively slowly with respect to the size of the input[1].
What the previous comments seem to be talking about here is either EXPTIME (things that take exponential time, period, like solving chess when the input to the problem is the size of the board), or NP (puzzles where, if someone gives you a potential solution, you can check whether it's right rather quickly). Let's be clear, ahead of all: BQP is not EXPTIME. Whether BQP contains NP is an unsolved question, but so is whether P == NP (that is, whether you can use an ordinary computer to solve puzzles where you can recognize a solution quickly, for any sort of such puzzle).
The short of it is: for some algorithms, like Shor's algorithm (which cracks certain types of public key cryptography), there will be an exponential speedup. Quantum computers can break RSA. However, this does not mean that quantum computers will be of much help in breaking AES[2]. Some public key algorithms may also be resistant to cracking by quantum computers - the Lamport signature definitely is (but can be only used once, or a finite number of times in a tree configuration), while other candidates without this finite-use limit include McEliece and NTRU.
[1] Yes, I know about how 1.0001^n is, in practice, efficient, while n^10000 is not, but you'll rarely happen upon such algorithms.
[2] Grover's algorithm means you have to double the number of bits in your key to get the same security given the same power, but I find it very unlikely that we're going to see quantum computers as fast as the quickest deterministic code cracking machines (no quantum Deep Crack yet), so this most likely isn't a threat.
If you are very unfortunate, n qubits can map 2^n -1 bits. -1 because 2^0 = 1, and that'd just be weird.
If this is the case, then a 6 qubit machine maps 63 bits, but 20 would map 1,048,575 bits (1 Mbit of information) and 30 would map 1 Gbit of information.
That doesn't sound right to me. Do you have a citation? Or did you just make that up?
Yeah, seems wrong to me too. I bet he's wrong.
the whole thing about quantum computers is that they should be able to factor numbers extremely fast, so no matter how many bits of encryption you choose, you'll still be screwed.
I've heard that there are now new encryption algorithms which should be able to withstand quantum computers. I don't know anything about them, so maybe someone else could explain.
Say flashlight.
Random
Calling the Egyptians 'African' is a kind of stretching.
Well, they lived mostly in geographical Africa, but the rest of Africa didn't really adopt their culture/inventions.
Europe, on the other hand did.
Patents Drive Free Software as Hurricanes Drive Construction Industry
Traditional computer's performance doubles too, so we don't care!
Correctly implemented symmetric encryption with 512 to 1024 bit keys should remain safe for some time. Public key encryption will be broken entirely, regardless of the key size because decryption without key will not be significantly enough slower than encryption with key.
I know what you're thinking: "Did he flip six qbits or only five?" Well, to tell you the truth, in all this excitement I kind of lost track myself. But being as this is a Photon Machine Gun, the most powerful quantum entanglement source in the world, and would blow your head clean off, you've got to ask yourself one question: Is the cat dead or alive ? Well, is it, punk ?
Squirrel!
Uh, how many states can no bits exist in? I would've said 1, myself.
Also, the Japanese have done quite well. They invented the blue light-emitting diode, hybrid engines for cars, process technologies for cost effectively producing large LCD screens, etc.
You forgot tentacle pr0n and bukkake.
Squirrel!
"Calling the Egyptians 'African' is a kind of stretching"
Bullshit.
If what are you talking about black people, then say "black people". If you want to use the word "African" then Egyptians are included by necessity.
For how long?
Build a Man a Fire, and He'll Be Warm for a Day. Set a Man on Fire, and He'll Be Warm for the Rest of His Life.
"Note that Japan is a barren rock without any natural resources. "
It has a huge amount of sea, same as Ancient Athens, same as the Roman Empire, same as Phoenicia and Venice and Great Britain and America, but unlike most of the African nations. (Egypt had its river).
History tells us that it's the sea-abundant civilizations that created the greatest amounts of culture -- contrast Athens to Sparta, Venice to Prussia, America to the Soviet Union -- and yeah Japan to Africa.
One of the reasons is because the sea-bordered nations have *natural* borders, thus they can spend less of their time in border-defense or neighbour-conquests and more of their time in other pursuits.
Barren rocks prosper when they have lots of sea around them. Jungles and savannahs don't. It's geography, not skin-color, that forms national destiny.
As for the IQ difference, you have it backwards: it's an advanced civilization that creates the IQ difference, not the IQ difference that creates the advanced civilization.
If what are you talking about black people, then say "black people". If you want to use the word "African" then Egyptians are included by necessity.
Tell that to those who call themselves African American.
Uh, how many states can no bits exist in? I would've said 1, myself.
Return type void is always the same.
Why is this modded troll? The poster has stated a legitimate argument and I'd mod him up if I could but I'm on a public computer and can't remember my password.
How about Australia and New Zealand before they were colonized then? They were hardly more advanced than Africa and are islands.
The quantum machine gun is described as 'one of the most exciting theoretical proposals I've read in five years' by a leading quantum physicist.
The long winter nights must just fly by.
Finally had enough. Come see us over at https://soylentnews.org/
The quantum algorithm for factoring does not just divide repeatedly "in parallel." Shor's algorithm really describes a specially built machine for factoring (which converts factoring to period finding, and a fourier analysis is forced and sampled).
In fact, I first studied Shor's algorithm in order to understand why good programmers weren't looking at it, generalizing it, and writing a million more algorithms. I was disappointed to learn that we are not far enough along to describe a universal quantum computer and are still in the mode of building special-purpose machines. Like the early bomb dropping "computers" of WW2, results are still being generated but without a concept of universality.
We don't have the math for universal quantum computation since it is still unknown what they are capable of (what their universe consists of). Until the math arrives, we're stuck with this scatter-shot approach.
I honestly haven't a clue. I just figured that 2^n would give you an exponential power gain to the point where 20-30 qubits would be enough to brute force most types of encryptions.
If you have a device that can brute force a 1 Mbit to 1 Gbit key in a single step, your regular encryption types are dead.
But I haven't a clue how it maps from qubit to bit. The maths shown on the Wiki page and on quantum computer is way above my head. The last one notes: "For example, a 300-qubit quantum computer has a state described by 2^300 (approximately 10^90) complex numbers, more than the number of atoms in the observable universe."
But - no clue. I wasn't aiming for informative, I was hoping for interesting (as in, that's an interesting thought, let's see what the experts say).
"One of the reasons is because the sea-bordered nations have *natural* borders, thus they can spend less of their time in border-defense or neighbour-conquests and more of their time in other pursuits."
How come I always get raided by boat driving barbarians in Civilization then?
"Freedom in the USA is not the ability to do what you want. It is the ability to stop others from doing what THEY want"
So... Is "photon machine gun" another would for a light bulb?
why not just factor encryption keys in like base 7 or something? All the keys I've heard discussed so far seem to be base 2 based...
"Freedom in the USA is not the ability to do what you want. It is the ability to stop others from doing what THEY want"
cp /dev/random ~/unencryptableMessage.txt
On a serious note, I haven't heard of such algorithms. Are Quantum computers good with cracking all encryptions, or just many of the methods used for such?
I read TFA and all I got was this lousy cookie
They invented tourism and penal colonies.
I read TFA and all I got was this lousy cookie
...And maybe a few years after that we'll have 32-qubit machines, so we can start factoring unsigned ints.
For now, we're just going to stick to factoring 15 though.
I checked the patent in your link. It was re-examined in 2003, and all claims canceled. Whew, my kids are safe.
"Uh... yeah, Brain, but where are we going to find rubber pants our size?" --Pinky
Even if you were right, I'm sure there's plenty of searching and pattern matching in video games. Especially searching.
Regardless, video games are not nearly as interesting an encryption.
Then you're getting into 'security through obscurity' -- you're secure as long as nobody knows what weird algorithm you're using to encrypt your data. That's not real security. One leak and everything you've ever encrypted is plain text.
Entanglement is described as 'spooky action at a distance'. What if the entangled particles are actually close to each other in a higher or lower dimension? In that case they could be arbitrarily far from each other in our dimension, while still being tightly wound in the other dimension. All the problems faced with regards to consistency of production and "random" disentanglement are therefore a result of not being able to see into and track movements in this higher or lower dimension.
Hence, for example, in the case of entangled electrons, both of them might be in the same spot in the other dimension while they move in ours. As long as they stick together they might also be required to have opposite values for their properties. In that case, measuring one would cause a change in spin of the other. When they stop sticking together, that no longer applies.
I vote for 2D universe with holographic interface.
I wonder if this is inherent in the universe representing some absolute barrier to doing Quantum Entanglement computations, 'Yes the universe will do your computation instantly, but not until you provide umpteen zillion entangled qbits. The universe will take 10^100 years to aquire sufficient randomness, please use /dev/urandom for quicker testing.
...
3.999794!
A prime number is prime in any base. You can't gain any complexity by using another base like you suggest.
Troll of course but if anyone finds the question it's self interesting... I believe the main theory of why some countries fell behind is explained by early production. Many places that stayed primitive are closer to the equator, and most of them have something in common. Work. In places like South America the staple foods they have available to them take tons of work to get to. And the number of animals they have that they can have work for them are few. So given a tribe of 50 people in a European setting you could have 35 people feed the whole group because of the labour they share with animals and the easy to grow foods. In a jungle or desert or w/e harsher setting it might really take all 50 people just to feed themselves. This means that they don't have people to spare learning things when they have to be feeding themselves. The reason the equator matters is simply because of the heat, it is harder to work long days in grueling heat.
This accounts for a large portion of Africa leaving South Africa and the northern edge. In the north historically they did have great cultures, for the time period one of the most advanced tech cultures on the planet. This was followed by decades of drought so people simply moved, their wasn't a big deal about country borders and maps at the time amongst ordinary people. That was followed by religious strife and wars. That said I wouldn't be surprised if we see countries like Egypt holding their own scientifically in the next few years. South Africa is simply far too isolated. No other country is that isolated and successful. Someone mentioned Japan is on an isolated rock... They are descendant from the Chinese and had trade with the countries around them (most of the time) and really it isn't a very long boat ride. South Africa is like a half year voyage to reach Europe.
To destroy the rest of his argument, inventions happen in rich affluent countries. All of the inventions listed occur while a country is in a golden age and has plenty of money to spend. The IQ difference? Studies show that this is due to living in a poor country, or non-european, they are known to be flawed and admitted by the creators. Within the USA African Americans have only very very recently gained a sense of equality. But Im sure I could prove that the number of white folks that can afford to go to a good university and get a good research career are almost all white. There is also a culture issue, once a few black americans lead the way this will equalize over time.
Now where am I going to find a quantum Bikini Girl to fire my quantum machine gun?
IA Quantum Uzi's for sale, free with a new car.....
I would like to know because if it gets tied into the main deflector array it could cause a metreon cascade in the warp core's plasma injectors.
Tsukasa: All I really want, is to be left alone...
but no better than a classical computer for something like, say, a video game requiring finite mathematical calculations.
What about Q-Bert?
And as an additional note, for every ten afterward, you would multiply by roughly a thousand. I.E.
2^10 = 1,024 b = 1kb
2^20 = 1,048,576 b = 1mb
2^30 = 1,073,741,824 b = 1gb
2^40 = 1,099,511,627,776 b = 1tb
I suspect this is nothing new to you, but, there are other people who might find it helpful to know.
How good would quantum computers be for raytracing (particularly of the hard-core globally illuminated variety) ?
Why OpalCalc is the best Windows calc
I've not studied the history of those populations closely, but if you want a first guess, it'd be that they were *very* isolated islands -- thus none of the trade that made possible for e.g. Greeks to get the alphabet from the Phoenicians or that made it possible for Japanese to get their alphabet (and other inventions) from the Chinese.
It seems to me that for the best results you need the geographical sweet spots where there exist natural borders enough for security but enough contact with other civilizations that you are challenged by knowledge of them and are able to enhance your own with their inventions.
That is wrong.
That is all.
I haven't seen anyone who in this thread called themselves African-American.
It's called personal responsibility -- if *you* use the word "African" stupidly, then it's you who are to blame, not anyone else, nor can you transfer the responsibility for the idiocy.
Pattern matching and searching power will come in very handy for the task of creating a stronger Go-playing computer program. The "exploding" size of the search tree in Go is just too much for classical computer systems. If that tree could be trimmed with an intelligent pattern matching routine, solving Go could finally take less time than what the universe has existed. http://en.wikipedia.org/wiki/Computer_Go
$ q_dec ~/unencryptableMessage.txt
0011100
0100010
1000001
1000001
1000001
0100010
0011100
`echo $[0x853204FA81]|tr 0-9 ionbsdeaml`@gmail.com
Infinity qubits would be needed if you one time pad your information (essentially doubling the disk space required to encrypt of course).
Disclaimer: I am not god.
We may not be created equal
But we can be treated equal.