QuantumToolbox.jl
QuantumToolbox.jl copied to clipboard
Add support for ProgressBar for mcsolve
The ProgressBar was just implemented. However, it currently supports only sesolve and mesolve. The support for mcsolve is not straightforward since it has to support Distributed EnsembleProblem is a type stable way. For the moment, the use of RemoteChannel to perform this, seems to make the ODE type unstable.