quara.simulation.standard_qtomography_simulation_check module¶
- class StandardQTomographySimulationCheck(simulation_setting, estimation_results)[source]¶
Bases:
object- Parameters
simulation_setting (quara.simulation.standard_qtomography_simulation.StandardQTomographySimulationSetting) –
estimation_results (List[EstimationResult]) –
- Return type
None
- execute_all(consistency_check_eps=None, show_summary=True, show_detail=True, with_detail=False)[source]¶
- Parameters
consistency_check_eps (Optional[float]) –
show_summary (bool) –
show_detail (bool) –
with_detail (bool) –
- Return type
Union[bool, dict]
- execute_consistency_check(eps=None, show_detail=True)[source]¶
- Parameters
eps (Optional[float]) –
show_detail (bool) –
- Return type
dict