Feature Description and Why
Standardize the interface between my code and Hatlab's experiments.
Previously, I wrote a wrapper for Hatlab pulse generation code, that inputted a qiskit.QuantumCircuit, and parsed the gates/assigned each to a pre-defined pulse shape.
Instead, I should use the qiskit.Schedule which as a more well-suited circuit representation. This will require slight modifications to Hatlab code, to associate their AWG pulse YAML files with a qiskit.Pulse object.
Additional Details / Helpful Resources
Ref: https://arxiv.org/abs/2004.06755