rigetti / qiskit-rigetti

Qiskit provider serving Rigetti hardware & simulator backends.
Apache License 2.0
7 stars 7 forks source link

Fix: Backend now binds parametric circuits before execution #16

Closed ameyer-rigetti closed 2 years ago

ameyer-rigetti commented 2 years ago

NOTE: Merging into omit-barriers to release both together

Behavior implemented according to execute() docs:

parameter_binds (list[dict]): List of Parameter bindings over which the set of
    experiments will be executed. Each list element (bind) should be of the form
    ``{Parameter1: value1, Parameter2: value2, ...}``. All binds will be
    executed across all experiments, e.g. if parameter_binds is a
    length-n list, and there are m experiments, a total of :math:`m x n`
    experiments will be run (one for each experiment/bind pair).