Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Merge pull request #775 from microsoft/dmitryv/resources-estimator-de… #777

Open
wants to merge 1 commit into
base: release/v0.27.2302
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/Jupyter/Magic/EstimateMagic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
{
@"
Expand Down