qiskit.circuit.QuantumCircuit.from_qasm_str¶ static QuantumCircuit.from_qasm_str(qasm_str)[fuente]¶ Take in a QASM string and generate a QuantumCircuit object. Parámetros qasm_str (str) – A QASM program string Devuelve The QuantumCircuit object for the input QASM Tipo del valor devuelto QuantumCircuit