quara.simulation.standard_qtomography_simulation_check module

class StandardQTomographySimulationCheck(simulation_result)[source]

Bases: object

Parameters

simulation_result (quara.simulation.standard_qtomography_simulation.SimulationResult) –

Return type

None

execute_all(consistency_check_eps=None, show_summary=True, show_detail=True, with_detail=False, exec_check=None)[source]
Parameters
  • consistency_check_eps (Optional[float]) –

  • show_summary (bool) –

  • show_detail (bool) –

  • with_detail (bool) –

  • exec_check (Optional[dict]) –

Return type

Union[bool, dict]

execute_consistency_check(eps=None, show_detail=True)[source]
Parameters
  • eps (Optional[float]) –

  • show_detail (bool) –

Return type

dict

execute_mse_of_empirical_distribution_check(show_detail=True)[source]
Parameters

show_detail (bool) –

Return type

bool

execute_mse_of_estimators_check(show_detail=True)[source]
Parameters

show_detail (bool) –

execute_physicality_violation_check(show_detail=True)[source]
Parameters

show_detail (bool) –

Return type

bool