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. |
Base class for errors raised while converting a circuit. |
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 an OpenQASM 3.0 string to a |
|
Converts a |
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. |