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