tensorflow / quantum

Hybrid Quantum-Classical Machine Learning in TensorFlow
https://www.tensorflow.org/quantum
Apache License 2.0
1.77k stars 560 forks source link

Query regarding cirq.Simulator #721

Closed sauravtii closed 1 year ago

sauravtii commented 1 year ago

Hi, I was following this to create quantum circuits. After building the circuit he simulated it using "cirq.Simulator()". Does "cirq.Simulator()" simulate Google's quantum Sycamore processor ?

If not what does it simulate ?

lockwo commented 1 year ago

It stimulates a fully connected, noiseless system by default (which sycamore is neither)

sauravtii commented 1 year ago

Okay, is there any name for the quantum hardware that it simulates ?

lockwo commented 1 year ago

I'm not sure if there is a special term, if you call it a simulator people will know what you are talking about. It simulates perfect, all to all connected, hardware.

sauravtii commented 1 year ago

Okay