qiskit.ml.circuit.library.RawFeatureVector.from_qasm_file¶ static RawFeatureVector.from_qasm_file(path)¶ Take in a QASM file and generate a QuantumCircuit object. Parameters path (str) – Path to the file for a QASM program Returns The QuantumCircuit object for the input QASM Return type QuantumCircuit