Florian Weik

Results 51 comments of Florian Weik

> pass a std::vector between the core and python starting from 688bcc7 You can not get a `std::vector` from a `Variant`, because this is not a type that it can...

> pass a std::vector between the core and python starting from 688bcc7? The change in 688bcc7 is not required, the variant can already contain nested data, because its a recursive...

@jngrad, if the `AutoParameters` stuff makes you too much trouble, you don't have to use it. You can also just directly implement `ScriptInterfaceBase` and do by your own rules. I...

While this is obviously not great, this is known (and documented) behavior. We decided to accept this because there is no straight forward way to fix this. For python objects...

@hirschsn I agree that this is a good idea, but the definition of neighborhood and the communicator have to be provided by the cell system.

Can you be more specific what kernels you mean?

Nothing, but we have a lot histogram code on the core level, e.g. to calculate density profiles and LB profiles. If you want to do things in parallel in Espresso,...

I did not get the feeling that those are particularly high maintenance, is there some specific reason to get rid of them now? That being said, my must-have list would...

I'm currently working on this. All of the communication can be run asynchronously during the normal ghost communication phase, including the memory transfer.