qml.io¶
Overview¶
This module contains functions and classes for translating quantum objects from external frameworks into PennyLane circuits and operators.
Functions¶
|
Reads a Qualtran Bloq signature and returns a dictionary mapping the Bloq's register names to |
|
Loads pyQuil Program objects by using the converter in the PennyLane-Rigetti plugin. |
|
Loads quantum circuits from a QASM string using the converter in the PennyLane-Qiskit plugin. |
|
Converts a Qiskit QuantumCircuit into a PennyLane quantum function. |
|
Converts a Qiskit NoiseModel into a PennyLane |
|
Converts a Qiskit SparsePauliOp into a PennyLane |
|
Loads quantum circuits from a Quil string using the converter in the PennyLane-Rigetti plugin. |
|
Loads quantum circuits from a Quil file using the converter in the PennyLane-Rigetti plugin. |
Classes¶
|
An adapter for using a Qualtran Bloq as a PennyLane |