JobRequest
Bases: BaseModel
Request to run a VQE job.
Source code in q3as/api.py
input: EncodedVQE
instance-attribute
The input VQE to run.
run_options: RunOptions = RunOptions()
class-attribute
instance-attribute
The options to run the VQE with.