Simon Schölly
Simon Schölly
Sorry for the delay, merging it now.
Thank you! I published a new `v0.3.3` release.
Thanks- I wanted to test this myself in kitty - but I cannot see the response sequence that kitty sends back - do you know where that is actually written...
Kind of makes sense - although I feel a bit conflicted as maybe the authors of GR explicitly wanted the users to be able to change the behavior themself by...
> I'd appreciate any response. Sorry, I was a bit inactive in the recent months. I think line graphs would be a welcome addition. Would you be willing to create...
> (1) Probably you'd like `line_graph` to be in `/src/operators.jl`? Yes for now I would add it to operators. There is a bit of issues with graph types in this...
On the topic of simple graphs - technically simple graphs don't allow self-loops - but in this package we added self-loops at some point - so we always have to...
@Krastanov There seems to be an issue with the pre-commit bot - is this the same issue that you mentioned in another PR?
> @simonschoelly I'd appreciate any feedback. Are the unit tests sufficient, should I add or remove some of them? Do you find the implementations and docstrings ok? I haven't had...
So the literature is quite sparse with regards to line graphs and self-loops but I just checked the behavior of networkx and igraph on a single vertex with a self-loop....