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

Add alternative state preparation error implementation via the garbage state #745

Open
HGSilveri opened this issue Oct 8, 2024 · 0 comments

Comments

@HGSilveri
Copy link
Collaborator

Now that the garbage (aka "x") state is supported in QutipEmulator, we can emulate state preparation errors by preparing the initial state in a classical mixture of $\rho = (1-\eta) \ket{g}\bra{g} + \eta ) \ket{x}\bra{x}$.

  • This will allow us to do a single emulation run by solving the master equation and get a density matrix at the end.
  • It is unclear how the performance will compare with the existing implementation

For now, it seems sensible to select which implementation to use based on the NoiseModel:

  1. If runs and samples_per_run are defined and with_leakage=False, use the current implementation.
  2. Otherwise, use the new implementation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant