qiskit.providers.ibmq.random.CQCExtractor.run_async_ext1¶
-
CQCExtractor.
run_async_ext1
(ext1_input_num_bits, ext1_output_num_bits, ext1_raw_bytes, ext1_wsr_bytes)[source]¶ Run the first extractor asynchronously.
- Parameters
ext1_input_num_bits (
int
) – Number of input bits, for extractor 1.ext1_output_num_bits (
int
) – Number of output bits, for extractor 1.ext1_raw_bytes (
bytes
) – Initial random numbers, in bytes, for extractor 1.ext1_wsr_bytes (
bytes
) – Initial WSRs, in bytes, for extractor 1.
- Return type
CQCExtractorJob
- Returns
An instance of
CQCExtractorJob
which can be used to retrieve the results later.- Raises
ValueError – If an invalid argument values are specified.