qiskit-community / Quantum-Challenge-Grader

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

Update ex 5 to randomly choose between n=3 and n=4 #80

Closed Astri-Cornish closed 1 year ago

Astri-Cornish commented 1 year ago

Hi @vabarbosa! We just have a small change to lab 3 ex 5 - we will be randomly testing using n=3 and n=4 now instead of n=2 to n=4. Also the upper bound is exclusive, hence why the function is uses (3,5) now. Thanks!