Orjan Ameye
Orjan Ameye
Already looking forward to this!!!
I am with @isentropic on this one.
Same problem here
> I just found the end all of fixes. No dependencies needs. the Get-Appx stuff is to install the store from the WindowsApps folder which this script removes. this script...
Could integration with Symbolics.jl, i.e., removal of the symengine dependency in favour of Symbolics.jl as suggested in #456, solve this issue? ```julia using Symbolics @variables a a^(1/2) ```
In what sense is `PeriodicEucledean` not a Minkowski Metric? As it is very similar to the `Eucledean` would it not be quite easy to also implement it for KDTree?
> In what sense is `PeriodicEucledean` not a Minkowski Metric? As it is similar to the `Eucledean` would it not be quite easy to also implement it for KDTree? Did...
> I guess it should be possible https://namdanalyzer.readthedocs.io/en/latest/kdTree/periodic_kdtree.html. I am still learning Julia, do you have an example of using distance.jl with ballTree. ``` using NearestNeighbors using Distances data =...
Is there a way to do the same for a time-dependent Hamiltonian? If I run something similar: ```julia using QuantumOptics using OrdinaryDiffEq fock = FockBasis(n_photon) a = destroy(fock); at =...
@amilsted Thank you! Looking into the source code worked out for me. I needed this to utilise the ability of threading with `OrdinaryDiffEq.EnsembleProblem`. Ones this feature is implemented, it would...