Quantum-Gates

Rechnen mit Quanten

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:

The Hadamard operator

Hadamard: https://pennylane.readthedocs.io/en/stable/code/api/pennylane.Hadamard.html

CNOT operator

CNOT: https://pennylane.readthedocs.io/en/stable/code/api/pennylane.CNOT.html

The controlled-Z operator

CZ: https://pennylane.readthedocs.io/en/stable/code/api/pennylane.CZ.html

Last updated