qiskit-community / Quantum-Challenge-Grader

Grading client for the IBM Quantum Challenges
Apache License 2.0
44 stars 51 forks source link

Fix #179 estimator construction parameter in lab2 ex6 for fall fest 2024 #180

Closed GabrieleMessina closed 1 month ago

GabrieleMessina commented 1 month ago

As stated in the EstimatorV2 doc, the constructor only accepts mode and options as parameters. Furthermore, the mode param accepts a Backend as input, so i've replaced the wrong backend param with it.

I hope this helps, let me know if i can do something else :)

Closes #179

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.