As it turns out, no quantum computer, no matter how large, can implement this line of Python code:
>>> 𝚕𝚊𝚖𝚋𝚍𝚊 𝚡, 𝚢 : (𝚡, 𝚡)
#QuantumComputing #NoCloningTheorem #PythonSupremacy
@matrig LOL nice joke. Hope you don't mind if I reuse it in the future ;-)
FYI I will drop the `y` because IMO it can be confusing, I'll just keep:
>>> lambda x: (x,x)
@ccicconetti @matrig Is there a reason `y` was used in the original?
@karlo @ccicconetti It's sort of natural to formulate no cloning in a situation where you have 2 quantum systems and want to copy the state of one onto the other
QOTO: Question Others to Teach Ourselves An inclusive, Academic Freedom, instance All cultures welcome. Hate speech and harassment strictly forbidden.
@karlo @ccicconetti It's sort of natural to formulate no cloning in a situation where you have 2 quantum systems and want to copy the state of one onto the other