From c1cc2235404bfedd10b266feeef5828a7793beda Mon Sep 17 00:00:00 2001 From: DmitryVasilevsky <60718360+DmitryVasilevsky@users.noreply.github.com> Date: Mon, 27 Feb 2023 23:37:34 -0800 Subject: [PATCH] Merge pull request #775 from microsoft/dmitryv/resources-estimator-deprecation-docs Updated doc generated for %estimate --- src/Jupyter/Magic/EstimateMagic.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Jupyter/Magic/EstimateMagic.cs b/src/Jupyter/Magic/EstimateMagic.cs index 987a978215..9dde0e43c8 100644 --- a/src/Jupyter/Magic/EstimateMagic.cs +++ b/src/Jupyter/Magic/EstimateMagic.cs @@ -46,6 +46,14 @@ See the [ResourcesEstimator user guide](https://docs.microsoft.com/azure/quantum or function name that has been defined either in the notebook or in a Q# file in the same folder. - Arguments for the Q# operation or function must also be specified as `key=value` pairs. ".Dedent(), + Remarks = @" + **QDK warning message**: ""The local Resources Estimator will be removed in March 2023. + The Resources Estimator is now available through Azure Quantum."" + + The `%estimate` magic command is deprecated. To compute physical and logical resource estimation + and runtime, we recommend using the + [Azure Quantum Resource Estimator](https://learn.microsoft.com/azure/quantum/intro-to-resource-estimation) tool. + ".Dedent(), Examples = new [] { @"