azure-quantum-python
azure-quantum-python copied to clipboard
"shots is not a known attribute of class JobDetails and will be ignored" when running VQE
When running the Azure Quantum sample VQE, running on the Quantinuum emulator raises the following warning:
shots is not a known attribute of class <class 'azure.quantum._client.models._models_py3.JobDetails'> and will be ignored
It looks like the Quantinuum backend does not support shots, see: quantinuum.py.
Run this sample to reproduce the issue: https://github.com/microsoft/Quantum/blob/feature/samples-gallery/samples/azure-quantum/variational-quantum-eigensolver/VQE-qiskit-hydrogen-quantinuum-emulator.ipynb
+1 this caused some confusion for a customer I was speaking with too