1

I have a project i.e. third party authentication using Quantum Key. But we are facing lot of problems related to hardware so now we are focusing on simulation.

So can anyone guide me what type of simulation we should use?

Floern
  • 33,559
  • 24
  • 104
  • 119
metastack
  • 11
  • 2
  • What are you trying to simulate? If it's the quantum distribution, forget it. No non-quantum system can offer the same guarantees a quantum system can. In that case, fall back on public-key ciphers. – David Thornley Feb 01 '11 at 18:40
  • Ya most probably we r going for simulation due to the hardware issues but its getting tougher for us.Any help plss... – metastack Feb 23 '11 at 18:13

1 Answers1

1

Are you using BB84 to encode your information? If so, look through the stuff that Shor and Preskill to prove the security of the algorithm. If you're interested in simulating this, the libquantum project has some good libraries put together for defining qubit registers and making measurements on them.

Rick
  • 1,784
  • 3
  • 15
  • 25