Eric Giguère

Results 106 comments of Eric Giguère

Thank you for reporting. The feedback interface changed a few times (and will change in future version.) The documentation in guide is wrong, but the apidoc should be up to...

General stochastic has been removed.

This was all reworked for v5. `essolve` is now merged into `sesolve` as the `diag` method. The tidyup settings are applied differently. Similar issues could still be present, but this...

Version 5 has `loky` (and mpi) based parallel maps available for when `multiprocessing` doesn't want to cooperate. All maps are tests of linux, mac and windows.

Nope, the original issue is not fixed. We could close it as a won't fix, and refuse to compute all eigenvalues when using the sparse eigen solver as scipy does....

I do not think it's a _good first issue_... There are multiple possible solutions and it is not clear which is the best one: 1. Ensure all eigen values and...

By (3), I meant removing the csr specialisation from the dispatched function and call the function directly when not all values are desired. When `Qobj.eigenstates` is called, the sparse operation...

I am working on a merge master into dev.major PR and there will be conflict with the krylov documentation. It would be easier to wait for that and fix the...