microsoft / Quantum

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

Removed QDK Resources Estimator. Moved its copy to a sample. #792

Closed DmitryVasilevsky closed 1 year ago

DmitryVasilevsky commented 1 year ago

This PR removes the use of the local QDK ResourcesEstimator and %estimate magic command because they have been deprecated. Some samples or portions of the code have been removed. Some have been updated to use QCTraceEstimator.

The original code of the ResourcesEstimator has been preserved as a sample file in numerics/resource-counting project.