Filippo Vicentini

Results 309 comments of Filippo Vicentini

I had experimented with having a `.jl` with a list of all mpi methods for each version. Then I was using `CMAKE` to generate a `gen_functions_version.c` for each version. I...

Yes I had, and it does not change much. I still would generate a bunch of `gen_functions_version.c` and then merge the output into a single `.jl` file. The reason of...

Thanks a lot. This indeed gives me an idea, but I need support for complex sparsematrix-vector multiplication as well as complex FFT. From the documentation and the source code in...

Would it be possible to change the signature of `dschroedinger(u, Data, du)` to something more standard, like `dscroedinger!(du, Hdata, u)`?

> 1 - we can't have proper namespacing, but let's at least make the magic name __qutip_qobj__ so we realistically prevent any chance of a clash I think this is...

About your future 'dispatch like' system: I personally like dispatch because it makes everything more easily extensible (and/or hackable) if package authors agree on a common denominator and they are...

Hi Simon, No we do not have time-dependent operators at the moment and focus on ground state/steady-state/dynamics of fixed hamiltonians or liouvillians. Actually nobody has (yet) studied with neural networks...

It's really too early to know, and I know little of the structure of QobjEvo. From the little i know you keep a sum of standard operators with a time...

I had a quick stab at this by adding a Metaclass to Qobj (I tried doing this within `__new__` but could not get it to work. If it's possible I...

— Let me begin by saying that I completely understand your concerns.
I am not trying to enforce a view on the QuTiP project, but rather as I see I...