小编sum*_*mar的帖子

Quantum Program The name 'BellTest' does not exist in the current context

This is my first Q# program and i'm following this getting started link.https://docs.microsoft.com/en-us/quantum/quantum-writeaquantumprogram?view=qsharp-preview

Error is

The name 'BellTest' does not exist in the current context but its defined in the Bell.cs

I followed the steps and when building its having errors. I'm not sure how to import the operations from .qs file to driver c# file as this error looks like it can't find that operation.

Any help is really appreciated

Here is the code

Driver.cs

using Microsoft.Quantum.Simulation.Core;
using …
Run Code Online (Sandbox Code Playgroud)

c# quantum-computing q#

6
推荐指数
1
解决办法
668
查看次数

标签 统计

c# ×1

q# ×1

quantum-computing ×1