Skip to content

Extend Pauli strings in NoiseConfig to include loss#3324

Open
orpuente-MS wants to merge 5 commits into
mainfrom
oscarpuente/add-loss-to-fault-strings
Open

Extend Pauli strings in NoiseConfig to include loss#3324
orpuente-MS wants to merge 5 commits into
mainfrom
oscarpuente/add-loss-to-fault-strings

Conversation

@orpuente-MS

Copy link
Copy Markdown
Contributor

Previously you could specify correlated Pauli noise in the NoiseConfig object as follows:

noise = NoiseConfig()
noise.cz.ZX = 0.01
noise.cz.IX = 0.01

With this change, you can also use the L character to specify correlated noise together with the Pauli terms:

noise = NoiseConfig()
noise.cz.LX = 0.01
noise.cz.IL = 0.02
noise.cz.LL = 0.03

@orpuente-MS orpuente-MS marked this pull request as ready for review June 12, 2026 19:39
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.

1 participant