You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analog noise requires in HamiltonianEvolution to use the mesolve function called with a list of jump operators (defined as L . The point would be to modify HamiltonianEvolution to do so.
It should be implemented because
Noisy simulations are an important feature for simulations.
Additional context
No response
Would you like to work on this issue?
None
The text was updated successfully, but these errors were encountered:
Solves #290 . At the moment, this is a minimal addition in
`HamiltonianEvolution` by:
- Adding a `noise_operators` argument to `HamiltonianEvolution`
- Using `mesolve` or `sesolve` depending on the case.
- Incorporating a test
- Adding an extra section to the docs.
---------
Describe the feature
Analog noise requires in
HamiltonianEvolution
to use themesolve
function called with a list of jump operators (defined asL
. The point would be to modifyHamiltonianEvolution
to do so.It should be implemented because
Noisy simulations are an important feature for simulations.
Additional context
No response
Would you like to work on this issue?
None
The text was updated successfully, but these errors were encountered: