PennyLaneAI / qml

Introductions to key concepts in quantum programming, as well as tutorials and implementations from cutting-edge quantum computing research.
https://pennylane.ai/qml
Apache License 2.0
554 stars 187 forks source link

[BUG] Corrections MPS demo #1267

Open KetpuntoG opened 3 days ago

KetpuntoG commented 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


Screenshot 2024-11-18 at 3 04 07 PM

some deployment issue:


Screenshot 2024-11-18 at 3 04 53 PM

Maybe do you want to do Ss.append(S)? (if that's the case check the code bellow since it is also done)


Screenshot 2024-11-18 at 3 14 39 PM
Qottmann commented 3 days ago

Thanks @KetpuntoG can you review https://github.com/PennyLaneAI/qml/pull/1269 ?