qiskit.circuit.QuantumCircuit.from_qasm_file¶ static QuantumCircuit.from_qasm_file(path)[fuente]¶ Take in a QASM file and generate a QuantumCircuit object. Parámetros path (str) – Path to the file for a QASM program Devuelve The QuantumCircuit object for the input QASM Tipo del valor devuelto QuantumCircuit