Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Analog Noise #290

Closed
chMoussa opened this issue Nov 6, 2024 · 1 comment
Closed

[Feature] Analog Noise #290

chMoussa opened this issue Nov 6, 2024 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@chMoussa
Copy link
Collaborator

chMoussa commented Nov 6, 2024

Describe the feature

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

@chMoussa chMoussa added the feature New feature or request label Nov 6, 2024
chMoussa added a commit that referenced this issue Nov 20, 2024
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.

---------
@chMoussa
Copy link
Collaborator Author

Closes with #293

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants