lindbladmpo icon indicating copy to clipboard operation
lindbladmpo copied to clipboard

A matrix-product-operators solver for the dynamics of interacting qubits modeled by a Lindblad master equation, written in C++ and wrapped with an easy-to-use Python interface.

Results 2 lindbladmpo issues
Sort by recently updated
recently updated
newest added

### Summary This PR addresses issue #11 . The PR replaces the usage of index(t) with a more robust approach using `np.isclose()` in the `plot_routines.py` ### Details and Comments -...

`index(t)` is used twice in `plot_routines.py` and should be replaced by `isclose` with a relative precision of 0.01 of the difference of two consecutive observable time entries.

good first issue