How to track your workloads
In the Haiqu SDK, you can make use of experiment tracking to keep your circuits and jobs organized. Every circuit you log and/or execute is connected to an experiment. So are the jobs that you run. Let’s see how this works in the following simple example:Initialize an Experiment
Create a new experiment to keep your circuits and jobs organized.
All your circuits and jobs will now be tracked under this experiment until you initialize a new one.
View and Switch Experiments
List your experiments and switch between them as needed.
If you don’t create an experiment, a default one is used automatically.
Log a Circuit
Add circuits to your experiment for tracking and re-use.
You can now track, analyze, and re-run the logged circuits later.
Run a Job
Execute your logged circuit and track the job’s progress.
Jobs are automatically linked to the experiment and circuit.