Quantum-Gates
Rechnen mit Quanten
Last updated
Was this helpful?
Rechnen mit Quanten
Last updated
Was this helpful?
Unsere elementarsten Baustein sind die Gates. Hier eine Liste an verfügbaren Gates von Qiskit:
https://qiskit.org/documentation/apidoc/circuit_library.html
Diese Gates finden wir natürlich auch in Pennylane:
https://pennylane.readthedocs.io/en/stable/introduction/operations.html
Bevor ihr mit dem Lesen startet: Eine Vertiefung zu der Bloch-Sphere:
https://threeplusone.com/pubs/on_gates.pdf by Gavin Crooks
Gates:
Hadamard: https://pennylane.readthedocs.io/en/stable/code/api/pennylane.Hadamard.html
CNOT: https://pennylane.readthedocs.io/en/stable/code/api/pennylane.CNOT.html
CZ: https://pennylane.readthedocs.io/en/stable/code/api/pennylane.CZ.html