generated from JeremieGince/PythonProject-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Expected behavior
def circuit(self, inputs, weights):
SptmAngleEmbedding(inputs, wires=range(self.n_qubits))
for i in range(self.n_layers):
for j in range(self.n_qubits - 1):
SptmfRxRx(weights[i, j2 : j2+2], wires=[j, j+1])
SptmFHH(wires=[j, j+1])
return [qml.expval(qml.PauliZ(wires=i)) for i in range(self.n_qubits)]
Actual behavior
Can you please update the current names of these gates in the code? They are not working anymore in the updates matchcake-opt repository?
Additional information
No response
Source code
Tracebacks
System information
same as yoursExisting GitHub issues
- I have searched existing GitHub issues to make sure the issue does not already exist.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels