Orjan Ameye

Results 152 issues of Orjan Ameye

Should a KDTree from Matrix{ComplexF64} dataset not be possible? ```julia data = rand(ComplexF64, 3, 10^4) kdtree = KDTree(data) ``` gives ```julia ERROR: MethodError: no method matching KDTree(::Matrix{ComplexF64}) ```

Wanted the point out that from 1.9 the `Threads.resize_nthreads!` function is considered as depricates. The documentation has the warning: > This function is deprecated, since as of Julia v1.9 the...

**Is your feature request related to a problem? Please describe.** Solving `ODEProblem` for many initial conditions or a parameter sweep in with the `EnsembleProblem` feature in the OrdinaryDiffEq.jl package is...

I am trying to compute the Lindbladian for a quantum system using the Sneg package. The calculation requires me to compute commutators between the density matrix/operator (Hermitian operator) and ladder...

Would be handy, if the package could provide a handy install command with `PacletInstall`. Most Mathematica packages are moving to this system. For example for [NCAlgebra](https://github.com/NCAlgebra/NC/tree/v6.0.0) newest release or [MaTeX](http://szhorvat.net/pelican/latex-typesetting-in-mathematica.html):...

Taken this todo from TODO file. In that way, it is clear how they can contribute to the package😄

Is there a plan to implement the network in julia? Maybe provide an interface with Lux.jl?

add overload to expand as suggested in #204

The package defines a function to extract the metadata of the `QAdd` type but `QAdd` does not have a `metadata` field. https://github.com/qojulia/QuantumCumulants.jl/blob/1d144b1811596057a4bd57eee601669db61cc8ac/src/qnumber.jl#L232 The function is used when you try to...

Symbolics.istree is deprecated, use TermInterface.iscall instead. ┌ Warning: `similarterm` is deprecated, use `maketerm` instead. │ See https://github.com/JuliaSymbolics/TermInterface.jl for details. │ The present call can be replaced by │ `maketerm(typeof(x), SymbolicUtils.BasicSymbolic,...