Phattharaporn Singkanipa

Results 3 comments of Phattharaporn Singkanipa

After exporting qasm3 using `qiskit.qasm3.dumps(circ)`, I'm wondering how to creating a quantum circuit from that qasm3 back into QuantumCircuit object? Or if it is possible?

I used `qiskit_ibm_provider.transpiler.passes.scheduling import DynamicCircuitInstructionDurations` from this API https://qiskit-docs-preview-staging.1799mxdls7qz.us-south.codeengine.appdomain.cloud/api/qiskit-ibm-runtime/qiskit_ibm_runtime.transpiler.passes.scheduling.DynamicCircuitInstructionDurations. The reason being I was also compiling circuits with classical feedforward e.g. with `circ.if_test((cr[0], 1))`.

Sorry, I accidentally closed and reopened. Please ignore those actions.