qiskit_aws_braket_provider.awsjob module

qiskit_aws_braket_provider.awsjob.map_measurements(counts: collections.Counter, qasm_experiment: qiskit.qobj.qasm_qobj.QasmQobjExperiment) → Dict[str, int][source]
class qiskit_aws_braket_provider.awsjob.AWSJob(job_id: str, qobj: qiskit.qobj.qasm_qobj.QasmQobj, backend: qiskit_aws_braket_provider.awsbackend.AWSBackend, tasks: List[braket.aws.aws_quantum_task.AwsQuantumTask], extra_data: Optional[dict] = None, s3_bucket: str = None)[source]

Bases: qiskit.providers.basejob.BaseJob

shots
extra_data
date_of_creation
tasks
submit()[source]

Submit the job to the backend for execution.

result()[source]

Return the results of the job.

cancel()[source]

Attempt to cancel the job.

status()[source]

Return the status of the job, among the values of JobStatus.