Martin Coll
Martin Coll
I noticed this line throws exceptions. Check https://github.com/zxcalc/zxlive/issues/256#issuecomment-2251311410. https://github.com/zxcalc/pyzx/blob/7248d5b3e77ad18c10bcafa9856b49c595762ab6/pyzx/graph/multigraph.py#L252
Sounds great! FYI I just sent you an email as well.
Quizás se pueda quitar la dependencia en xclip, que no viene instalado por defecto (al menos en mi Fedora 40). Es muy necesaria?
Hi @yifanfeng97 I wonder what encoding of Hypergraphs you would use in NetworkX transformations. I'm implementing such encoding and was hoping to use this one: * https://ncatlab.org/nlab/show/hypergraph#hypergraphs_as_2colored_graphs What do you...
Hi again! I would like to invite you to join the HIF effort, allowing hypergraphs to be shared across many libraries. This can complement the pickle strategy that is currently...
Thanks a lot for the info on no-cloning, it saved me quite some time. I will start with a closed category instead of a rigid one to avoid these morphisms....
Thanks @santuchoagus for helping me understand this better! LGTM
Hi @toumix! I pushed https://github.com/discopy/discopy/pull/301/commits/1591526c3435d8cb1cc0c2516dd21986ec61d4e8 starting a new category for the Monoidal Computer found in Dusko's paper. For now it takes the specific boxes it needs to work with python.Function....
Maybe CI errors are related to https://github.com/discopy/discopy/pull/298?
> Mmh this looks more like a `typing` problem than a DisCoPy problem: That's why it is needed to wrap `cls` with `get_origin` in this call: `isinstance(object_, get_origin(cls))`. The original...