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
Existing GitHub issues
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
Existing GitHub issues