Пример #1
0
def test_result_types_tensor_z_hermitian(simulator_arn, shots, aws_session,
                                         s3_destination_folder):
    device = AwsDevice(simulator_arn, aws_session)
    result_types_tensor_z_hermitian_testing(
        device, {
            "shots": shots,
            "s3_destination_folder": s3_destination_folder
        })
Пример #2
0
def test_result_types_tensor_z_hermitian(shots):
    result_types_tensor_z_hermitian_testing(DEVICE, {"shots": shots})
Пример #3
0
def test_result_types_tensor_z_hermitian(shots, caplog):
    result_types_tensor_z_hermitian_testing(DEVICE, {"shots": shots})
    assert not caplog.text