Sequential Quantum Gate Decomposer  v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
List of all members | Public Attributes
SimulationResult Struct Reference

Container for statistics returned by shot-noise simulations. More...

#include <Variational_Quantum_Eigensolver_Base.h>

Public Attributes

double mean
 
double std_error
 
double variance
 

Detailed Description

Container for statistics returned by shot-noise simulations.

Fields represent Monte–Carlo estimates produced by Expectation_value_with_shot_noise_real:

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.

Member Data Documentation

◆ mean

double SimulationResult::mean

Definition at line 55 of file Variational_Quantum_Eigensolver_Base.h.

◆ std_error

double SimulationResult::std_error

Definition at line 57 of file Variational_Quantum_Eigensolver_Base.h.

◆ variance

double SimulationResult::variance

Definition at line 56 of file Variational_Quantum_Eigensolver_Base.h.


The documentation for this struct was generated from the following file: