JobType¶
- class JobType[source]¶
Bases:
EnumType of job to execute on the Qoro Service.
Attributes Summary
Submit a QUBO/HUBO for characterization (no simulator/QPU needed).
Run circuits and return measurement count histograms.
Compute expectation values for Hamiltonian operators.
Attributes Documentation
- CHARACTERIZE = 'VALIDATE'¶
Submit a QUBO/HUBO for characterization (no simulator/QPU needed).
The wire value remains
"VALIDATE"for server compatibility.
- EXECUTE = 'EXECUTE'¶
Run circuits and return measurement count histograms.
- EXPECTATION = 'EXPECTATION'¶
Compute expectation values for Hamiltonian operators.