qiskit.ml.circuit.library.RawFeatureVector.get_instructions¶ RawFeatureVector.get_instructions(name)¶ Get instructions matching name. Parameters name (str) – The name of instruction to. Returns list of (instruction, qargs, cargs). Return type list(tuple)