Exemple #1
0
def test_result_types_bell_pair_full_probability(simulator_arn, aws_session,
                                                 s3_destination_folder):
    device = AwsDevice(simulator_arn, aws_session)
    result_types_bell_pair_full_probability_testing(
        device, {
            "shots": SHOTS,
            "s3_destination_folder": s3_destination_folder
        })
Exemple #2
0
def test_result_types_bell_pair_full_probability(shots):
    result_types_bell_pair_full_probability_testing(DEVICE, {"shots": shots})
Exemple #3
0
def test_result_types_bell_pair_full_probability(shots, caplog):
    result_types_bell_pair_full_probability_testing(DEVICE, {"shots": shots})
    assert not caplog.text