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
Currently, a noisy simulation that requires Hamiltonian randomization (from eg "doppler" or "amplitude" noise) and collapse operators (from eg. "dephasing") is solving the master equation multiple times, each time sampling the final state to give to NoisyResults. This is inefficient because the master equation is wasting significant time to calculate the final density matrix state, which we ultimately ignore.
In this particular case, we could instead use the Monte Carlo solver.
The text was updated successfully, but these errors were encountered:
Currently, a noisy simulation that requires Hamiltonian randomization (from eg "doppler" or "amplitude" noise) and collapse operators (from eg. "dephasing") is solving the master equation multiple times, each time sampling the final state to give to
NoisyResults
. This is inefficient because the master equation is wasting significant time to calculate the final density matrix state, which we ultimately ignore.In this particular case, we could instead use the Monte Carlo solver.
The text was updated successfully, but these errors were encountered: