When we write a QASM code or build quantum circuit on Qiskit GUI, it converts it into QObj/QASMQObj (refering paper Qiskit Backend Specifications for OpenQASM and OpenPulse Experiments) or its transpiled version, before executing. However this is assembly language, how it is converted into opcode/bytecode before executing on the hardware?
Asked
Active
Viewed 62 times