-
When I use an invalid identifier:
```
@EntryPoint()
function Main() : Unit {
Foo(); // not defined
}
```
The Q# compiler rejects it, which is good:
> C:/Users/samarsha/Desktop/Projec…
-
#### Issue description
When using ``Hermitian``, if the ``wires`` parameter is not specified as a list, an error seems to arise.
* *Expected behavior:* (What you expect to happen)
Any type of `…
-
**Is your feature request related to a problem? Please describe.**
The new DumpMachine outputs (visual version in Q# Notebooks and different text version in Python-driven invocations) look really nea…
-
I'm a new comer. I failed to run the hello world with python.
from HelloWorld import SayHello
ModuleNotFoundError: No module named 'HelloWorld'
It seems the python code cannot find the namespace…
-
# Abstract
There is a close connection between the iteration over classical values, and generalizing "circuit"-like patterns into high-level code. In Q#, we use exploit this connection with the Micro…
-
**Describe the bug**
How can I install the iqsharp kernel for using qsharp module in python?
**System information**
- OS: Windows 10 Home
**Additional context**
When I'm running 'import qsha…
-
**Describe the bug**
When opening a Q# project in Visual Studio Code or Visual Studio, the language server outputs errors and is unable to load project references:
![image](https://user-images.g…
-
**Is your feature request related to a problem? Please describe.**
The Random method (https://docs.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.intrinsic.random) is described as an operati…
-
On [this page](https://docs.microsoft.com/en-us/quantum/quickstarts/install-command-line?tabs=tabid-vscode), [Develop with Q#](https://docs.microsoft.com/en-us/quantum/quickstarts/install-command-line…
-
## Describe the bug
When defining a UDT with a named item whose type is a non-singleton tuple, the C# code generation step produces invalid properties that then fail to compile when running `dotnet b…