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