9

I'm a computer science major who's really keen on physics and quantum mechanics. I have started learning about Q# and D-Wave, but I just wanted to know if it's possible to test quantum mechanical theories using quantum computers.

If so, then what all different things should I look into? For example, Q# allows us about 30 qubits for free developing. What kind of simulations can I do with that many qubits?

Sanchayan Dutta
  • 17,945
  • 8
  • 50
  • 112
Yashank
  • 263
  • 1
  • 4

2 Answers2

6

A separate note on using simulators for this (as opposed to using an actual quantum computer).

Simulators, like the one that ships with Q#, are built to simulate quantum mechanical theories as we understand them now. This means that any experiment you run on a simulator will behave exactly as the theory says (well, unless the simulator has a bug in the code), but it doesn't mean that this experiment confirms the theory - it only means that it's a good simulation/illustration of the theory.

Mariia Mykhailova
  • 9,285
  • 1
  • 13
  • 40
4

What do you mean by "Quantum Mechanical Simulations" ?

One of the primary motivations in the early history of quantum computing was a statement from Richard Feynman that a quantum computer would be able to effectively simulate quantum systems. To that end, a lot of the nearest term quantum programs people are trying to run (and have run) are simulations of ground states of atoms and molecules. These are very classically resource intensive, but IBM has done this to good success on smaller highly symmetric molecules using their current quantum computers.

On the other hand, if you are wondering if we can test Quantum Mechanics as a theory using a Quantum Computer things like Bell's Inequalities can be tested. This is a proof that a system is Quantum Mechanical, as there is an inequality which can only be broken if using entanglement. The article linked has a good explanation, and goes into some of the experimental verifications which have already been done, but such a test is one of the ways to ensure that a given Black Box Computer is quantum is nature.

Dripto Debroy
  • 1,886
  • 9
  • 12