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
When running simulations that require changing the Hamiltonian, we take the coherent states after each time evolution, sample them and average over the results.
In the process, we are unnecessarily discarding information that we could otherwise keep if we instead just made a final density matrix as a classical mixture of each coherent state.
This would also allow us to get rid of
NoisyResults, having CoherentResults as the sole return type of QutipEmulator
Get rid of NoiseModel.samples_per_run
The text was updated successfully, but these errors were encountered:
When running simulations that require changing the Hamiltonian, we take the coherent states after each time evolution, sample them and average over the results.
In the process, we are unnecessarily discarding information that we could otherwise keep if we instead just made a final density matrix as a classical mixture of each coherent state.
This would also allow us to get rid of
NoisyResults
, havingCoherentResults
as the sole return type ofQutipEmulator
NoiseModel.samples_per_run
The text was updated successfully, but these errors were encountered: