qiskit.circuit.QuantumCircuit.from_qasm_file¶ static QuantumCircuit.from_qasm_file(path)[source]¶ Take in a QASM file and generate a QuantumCircuit object. Paramètres path (str) – Path to the file for a QASM program Renvoie The QuantumCircuit object for the input QASM Type renvoyé QuantumCircuit