microsoft / Quantum

Microsoft Quantum Development Kit Samples
https://docs.microsoft.com/quantum
MIT License
3.87k stars 918 forks source link

Update Advanced Estimation RE notebook to use azure_quantum API #819

Closed msoeken closed 1 year ago

msoeken commented 1 year ago

The azure_quantum API is recommended to use over the IQ# API, since it is general for all input. In this PR, we change the advanced estimation notebook to use this API.