In the Quantum Framework it is possible to display quantum circuits based on a list of edges from pairwise graphs. If one wished to do this for a hypergraph (which can have edges containing more than two vertices) one currently must convert the hypergraph into a graph as I understand things. Is there a way to have the Quantum Circuit Operator handle hypergraphs directly without having to perform this conversion? What might be needed in order to allow for this functionality? The file attached shows the current method.