Open
Description
When using the QuantumEngineSampler
object to run programs on Quantum Engine there is no way to tag programs/jobs with short metadata which allows one to scan active jobs from the web UI.
If you use the Engine
object, you can set the program_id
parameter which is helpful but comes with its own set of restrictions (restricted character set; limited to 64 chars). "Tags" has been suggested to me as a better solution for this.
In any event, it would be nice if we could add an optional member variable to cirq.Circuit
which contains either a program_id
or tag to be used by QuantumEngineSampler