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] Add an Analog noise protocol interface #299

Closed
chMoussa opened this issue Dec 5, 2024 · 1 comment
Closed

[Feature] Add an Analog noise protocol interface #299

chMoussa opened this issue Dec 5, 2024 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@chMoussa
Copy link
Collaborator

chMoussa commented Dec 5, 2024

Describe the feature

The idea would be to have a similar interface to define a noise protocol (to obtain jump operators for HamiltonianEvolution).

It should be implemented because

We are going to add a few pre-defined Analog noise protocols, similarly to Digital noises.

Additional context

No response

Would you like to work on this issue?

Yes

@chMoussa chMoussa added the feature New feature or request label Dec 5, 2024
@chMoussa chMoussa self-assigned this Dec 5, 2024
chMoussa added a commit that referenced this issue Dec 19, 2024
Solves #299 by adding a torch module `AnalogNoise` that keeps the noise
operators, and can expend them to match the qubit support of
`HamiltonianEvolution` when using mesolve. Also differentiate between
digital noise operations.

---------

Co-authored-by: RolandMacDoland <[email protected]>
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
@chMoussa @mlahariya and others