dfacoet
dfacoet
The output of `choi_to_kraus` should be reshaped, as it does not match the type hint `List[List[np.ndarray]]`. Currently, `choi_to_kraus` outputs a (flat) list of Kraus operators. The docs agree with this,...
### Current Behavior The parameter `n` of `dorogovtsev_goltsev_mendes_graph` is off by one. According to the docs and the [original paper](https://arxiv.org/pdf/cond-mat/0112143), > for a given n: - Total number of nodes...
networkx has some functions to [find cliques](https://networkx.org/documentation/stable/reference/algorithms/clique.html). These algorithms have exponential running time, but can be useful in practice for small problems. ### What is the expected enhancement? Add some...