Skip to content

Commit

Permalink
Remove kernel_operations
Browse files Browse the repository at this point in the history
  • Loading branch information
trbromley committed Mar 22, 2021
1 parent fcd1c29 commit 006ff7f
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions pennylane_lightning/lightning_qubit.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,29 +74,6 @@ class LightningQubit(DefaultQubit):
"CRot",
}

kernel_operations = {
"PauliX",
"PauliY",
"PauliZ",
"Hadamard",
"S",
"T",
"RX",
"RY",
"RZ",
"PhaseShift",
"Rot",
"CNOT",
"SWAP",
"CZ",
"CRX",
"CRY",
"CRZ",
"CRot",
"Toffoli",
"CSWAP",
}

observables = {"PauliX", "PauliY", "PauliZ", "Hadamard", "Hermitian", "Identity"}

def __init__(self, wires, *, shots=1000, analytic=True):
Expand Down

0 comments on commit 006ff7f

Please sign in to comment.