qiskit.circuit.QuantumCircuit.from_qasm_str¶
- static QuantumCircuit.from_qasm_str(qasm_str)[Quellcode]¶
Take in a QASM string and generate a QuantumCircuit object.
- Parameter
qasm_str (str) – A QASM program string
- Rückgabe
The QuantumCircuit object for the input QASM
- Rückgabetyp