The Classical device¶
This device is based on ProjectQ’s “classical” simulator backend, which only allows classical gates such as NOTs.
The device is created in PennyLane as follows:
import pennylane as qml
dev = qml.device('projectq.classical', wires=XXX)
devices/classical
Download Python script
Download Notebook
View on GitHub