#14314 introduced a qk_circuit_to_python function, but it is currently not possible to do the reverse operation. (In other words, once a circuit becomes a python circuit, it must always then be a python circuit.) Is there anything preventing a corresponding qk_circuit_from_python function from existing? If not, it would be nice to have it.
#14314 introduced a
qk_circuit_to_pythonfunction, but it is currently not possible to do the reverse operation. (In other words, once a circuit becomes a python circuit, it must always then be a python circuit.) Is there anything preventing a correspondingqk_circuit_from_pythonfunction from existing? If not, it would be nice to have it.