qiskit.circuit.QuantumCircuit.from_qasm_str¶ static QuantumCircuit.from_qasm_str(qasm_str)[ソース]¶ Take in a QASM string and generate a QuantumCircuit object. パラメータ qasm_str (str) – A QASM program string 戻り値 The QuantumCircuit object for the input QASM 戻り値の型 QuantumCircuit