找不到结果和 IQArray

发布于 2025-01-16 01:02:44 字数 676 浏览 0 评论 0原文

我正在关注这个 MS 教程,向我的 Q#/C#host 项目添加功能。

但是,我在操作时遇到两个错误:

The type or namespace name 'Result' could not be found (are you missing a using directive or an assembly reference?) [host]csharp(CS0246)

The type or namespace name 'IQArray<>' could not be found (are you missing a using directive or an assembly reference?) [host]csharp(CS0246)

我遗漏了什么或做错了什么?

输入图片此处描述

I am following this MS tutorial to add functionality to my Q#/C#host project.

However, I get two errors on my operations:

The type or namespace name 'Result' could not be found (are you missing a using directive or an assembly reference?) [host]csharp(CS0246)

The type or namespace name 'IQArray<>' could not be found (are you missing a using directive or an assembly reference?) [host]csharp(CS0246)

What am I missing or doing wrong?

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拔了角的鹿 2025-01-23 01:02:44

您缺少的是在 Program.cs 中使用 Microsoft.Quantum.Simulation.Core。尝试一下。它可以在我的机器上运行。

What you are missing is using Microsoft.Quantum.Simulation.Core in your Program.cs. Give it a try. It works on my machine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文