Reputation: 11
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?
Upvotes: 1
Views: 113
Reputation: 1814
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.
Upvotes: 1