Eric Giguère

Results 40 issues of Eric Giguère

**Description** Add a simple example for `run_from_experiement` in the guide. Also restore the link to the stochastic tutorial notebooks.

**Description** `actions/upload-artifact@v4` and `actions/download-artifact@v4` have breaking change cause the 5.0.3 release to miss wheels on pypi. Different jobs in one workflow can't create artifacts with the same name. Download artifact...

**Description** Add inplace operations `+=`, `-=`, `*=`, `@=`, `/=` for Qobj. These operations could already be used as python fallback on normal operator. But cases like: ``` for op in...

**Description** Add capacity to merge stochastic solver results. While adding it found a few bugs/ issues with the merge and weight that I fixed: - When one result had trajectories...

**Description** Changelog for 5.0.4

**Description** Micro release 5.0.4 to add support for numpy 2.1.X

**Description** Add test jobs for the familly packages (`qutip-qip`, `qutip-qoc`, `qutip-jax`) for PR in `qutip/qutip`. Tests the development version or could be ran manually to test any version (tags /...

**Description** Add a new options that control where the `default_dtype` is taken into account: `default_dtype_range` (feel free to propose better name.) It has 3 possible values: - "creation": At `Qobj`...

**Description** The mkl finding was sometime missing the library even when available. Sometime the library can has a version number in the file name: `libmkl_rt.so.2`, `mkl_rt.2.dll`, with or without a...

**Description** Looking at #2511, we would need to compute the expectation values for time dependent operator and their derivative. Here I add support for `QobjEvo` in `expect`: `expect(op: QobjEvo, state:...