The Wayback Machine - https://web.archive.org/web/20210726035822/https://github.com/topics/qml
Skip to content
#

qml

Here are 1,174 public repositories matching this topic...

pennylane
albi3ro
albi3ro commented Jul 7, 2021

As I was inspecting the MultiControlledX gate, I noticed how it printed out:

MultiControlledX(array([[0, 1],
       [1, 0]]), wires=[0, 1, 2, 3])

And was quite confused as to where the array came from. It turns out MultiControlledX inherits from ControlledQubitUnitary with the Unitary matrix as an X gate. This makes MultiControlledX a parametrized gate.

Worse yet, th

Improve this page

Add a description, image, and links to the qml topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the qml topic, visit your repo's landing page and select "manage topics."

Learn more