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

feat: channels can be extended with qubit-specific T1 and T2 values/lists #16

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

evmckinney9
Copy link
Member

@evmckinney9 evmckinney9 commented Nov 27, 2023

Error channels can either be built with a single T1/T2 (assumes same for all qubits), or a list of T1/T2 values which can be specified independently for each qubit

  • Abstract Channel class takes kwargs, where each parameter is a list of length num_qubits
  • _extend_kraus_operators_to_multiple updated to take list of Kraus operators over all qubits
  • AmplitudeDamping and PhaseDamping have updated constructors, all class attributes are now set in the parent Channel class
  • updated docstrings

@evmckinney9 evmckinney9 self-assigned this Nov 27, 2023
@evmckinney9 evmckinney9 merged commit faadf99 into main Nov 27, 2023
3 checks passed
@evmckinney9 evmckinney9 deleted the evmckinney9/issue3 branch November 27, 2023 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Enhance Flexibility in Channel._extend_kraus_operators_to_multiple_qubits()
1 participant