Open KetpuntoG opened 3 days ago
Reading the MPS demo (great demo!) I found what I believe to be some typos:
Is the S correct here? It has not appear before
some deployment issue:
Maybe do you want to do Ss.append(S)? (if that's the case check the code bellow since it is also done)
Ss.append(S)
Thanks @KetpuntoG can you review https://github.com/PennyLaneAI/qml/pull/1269 ?
Reading the MPS demo (great demo!) I found what I believe to be some typos:
Is the S correct here? It has not appear before
some deployment issue:
Maybe do you want to do
Ss.append(S)
? (if that's the case check the code bellow since it is also done)