rigetti / qiskit-rigetti

Qiskit provider serving Rigetti hardware & simulator backends.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Parametric Compilation

kalzoo opened this issue · comments

commented

qiskit.execute accepts a parameter_binds parameter which it then passes through to Backend#run for execution. Our backend should recognize this parameter, perform parametric compilation, and then sweep across the parameters to execute all the resulting circuits.

Bonus points: sweep parameters in parallel using multithreading (or batch execution, if and when available).