qbraid.transpiler
Transpiler (qbraid.transpiler
)
|
Converts a Cirq circuit to a type specified by the conversion type. |
|
Converts any valid input quantum program to a Cirq circuit. |
|
Abstract class for qbraid program wrapper objects. |
|
Wrapper class for Amazon Braket |
|
Wrapper class for Cirq |
|
Wrapper class for pyQuil |
|
Wrapper class for Qiskit |
|
Wrapper class for Pytket |
|
Wrapper class for Cirq |
Base class for errors raised while converting a circuit. |
|
For errors raised while converting circuits to/from QASM. |
Braket Conversions (qbraid.transpiler.cirq_braket
)
|
Returns a Cirq circuit equivalent to the input Braket circuit. |
|
Returns a Braket circuit equivalent to the input Cirq circuit. |
|
Converts a |
pyQuil Conversions (qbraid.transpiler.cirq_pyquil
)
|
Returns a Cirq circuit equivalent to the input pyQuil Program. |
|
Returns a pyQuil Program equivalent to the input Cirq circuit. |
Pytket Conversions (qbraid.transpiler.cirq_pytket
)
|
Returns a Cirq circuit equivalent to the input pytket circuit. |
|
Returns a pytket circuit equivalent to the input Cirq circuit. |
Qiskit Conversions (qbraid.transpiler.cirq_qiskit
)
|
Returns a Cirq circuit equivalent to the input Qiskit circuit. |
|
Returns a Qiskit circuit equivalent to the input Cirq circuit. |
QASM conversions (qbraid.transpiler.cirq_qasm
)
|
Returns a Cirq circuit equivalent to the input QASM string. |
|
Returns a QASM string representing the input Cirq circuit. |
|
Qasm stores the final result of the Qasm parsing. |
|
Specifies how to convert a call to an OpenQASM gate to a list of cirq.GateOperation's. |
Parser for QASM strings. |
Code Conversions (qbraid.transpiler.code
)
|
Convert QASM string/file to Python file with circuit implemented using Amazon Braket. |