Skip to content

Commit

Permalink
Add capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjmeyer committed Oct 28, 2019
1 parent 99d80d5 commit a9164c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pennylane_cirq/simulator_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class SimulatorDevice(CirqDevice):
"""
name = "Cirq Simulator device for PennyLane"
short_name = "cirq.simulator"
_capabilities = {"model": "qubit", "tensor_observables": False}

def __init__(self, wires, shots=1000, analytic=True, qubits=None):
super().__init__(wires, shots, qubits)
Expand Down

0 comments on commit a9164c4

Please sign in to comment.