Daniel Ordonez
Daniel Ordonez
Hi @Gabri95 I understand now. Do you think there is value in placing efforts into introducing support for complex representations? Considering that: (1) representation theory is simpler and commonly given...
This sounds amazing thanks for the help!. Let me describe my application case. TLDR: I want to construct multiple equivariant linear maps `T` of shape `[nxn]`. We know that the...
I can certainly try @Gabri95, > So, if you know in advance the size of batch, the simplest strategy you can use now is to generate a linear map of...
Hi @Gabri95, I've been a bit tight with some deadlines so I have not answered our previous discussions, but know that I will. I already have the method for "realifying"...
Hi @Gabri95, So I have some time now to answer, sorry for the delay. Let me give you a summary of what I implemented, and then we can discuss how...
Good catch. Thanks @splendidsummer will update soon, or feel free to do a PR if you want to :)
Establishing a shared nomenclature for these concepts is crucial from the outset, especially since the term "observables" remains somewhat ambiguous to me within our context. In the Kooplearn framework, to...
Have a look at this [DataClass](https://github.com/Danfoa/MorphoSymm/blob/devel/morpho_symm/data/DynamicsRecording.py), which I use to store observations (including state) from a given Markov dynamical system. The key idea is to keep observables separated and *named*,...