qml.devices.reference_qubit.simulate

simulate(tape, seed=None)[source]

Simulate a tape and turn it into results.

Parameters
  • tape (QuantumTape) – a representation of a circuit

  • seed (Any) – A seed to use to control the generation of samples.