|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Container for statistics returned by shot-noise simulations. More...
#include <Variational_Quantum_Eigensolver_Base.h>
Public Attributes | |
| double | mean |
| double | std_error |
| double | variance |
Container for statistics returned by shot-noise simulations.
Fields represent MonteâCarlo estimates produced by Expectation_value_with_shot_noise_real:
mean : sample mean of the estimated energy â¨Hâ© over the performed measurement shots.variance : sample variance of the per-shot energy estimator.std_error : estimated standard error of the mean (typically sqrt(variance / shots)).This plain-aggregate struct is returned by the wrapper into Python as a dictionary with the same keys.
Definition at line 54 of file Variational_Quantum_Eigensolver_Base.h.
| double SimulationResult::mean |
Definition at line 55 of file Variational_Quantum_Eigensolver_Base.h.
| double SimulationResult::std_error |
Definition at line 57 of file Variational_Quantum_Eigensolver_Base.h.
| double SimulationResult::variance |
Definition at line 56 of file Variational_Quantum_Eigensolver_Base.h.
1.8.13