You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
If runs and samples_per_run are defined and with_leakage=False, use the current implementation.
Otherwise, use the new implementation.
The text was updated successfully, but these errors were encountered:
Now that the garbage (aka$\rho = (1-\eta) \ket{g}\bra{g} + \eta ) \ket{x}\bra{x}$ .
"x"
) state is supported inQutipEmulator
, we can emulate state preparation errors by preparing the initial state in a classical mixture ofFor now, it seems sensible to select which implementation to use based on the
NoiseModel
:runs
andsamples_per_run
are defined andwith_leakage=False
, use the current implementation.The text was updated successfully, but these errors were encountered: