HumpyBlumpy
HumpyBlumpy
Running `summ = EnsembleSummary(sol,0.0:0.1:10.0)` where `sol` is a solution of `EnsembleProblem` of `SDEProblem` returns `MethodError: no method matching isless(::Complex{Float64}, ::Complex{Float64})`
Hello, I want to output ConsoleLogger to a file. Is it possible? From the documentation, I first tried using FileLogger. This worked, but outputted too much information (a whole line...
Hello, I am trying to compute a high number of recursion coefficients (on the order of 500). Using the OrthoPoly constructor as in the tutorial returns the error ``` ERROR:...
Hello, I am trying to make use of the custom serialization feature to save on memory when saving large structs with several fields. Basically, I am only interested in part...
The current entropy function sometimes fails by returning NaN. This occurs for example after using changebonds to increase the bond dimension of a state. Perhaps it is better to use...
Hi, Is it possible to increase the size of the "B" tensor in the quasiparticle ansatz to more than a single site ? My understanding is that in some cases...
It will be nice to have a push! method for SparseMPO and MPOHamiltonian so as to be able to extend the Hamiltonian when working with nonuniform Hamiltonians and a growing...
Hello, Thanks for the great package! I understand that it is work in progress, but I came across the function `infinitemps_approx` and I am trying to understand how it works...
Hello, I was reading the Symbolic-Sums-and-Indices section of the docs, but I could not find there whether I can define a model on a lattice with periodic boundary conditions. For...