📅  最后修改于: 2023-12-03 14:44:17.718000             🧑  作者: Mango
Microsoft.Quantum.IQSharp is a Quantum Development Kit (QDK) that enables developers to build real quantum applications. It is an open-source, cross-platform development environment that allows you to write quantum code, test it on simulators, and run it on physical quantum computers. IQSharp comes with a powerful language for writing quantum code, and it makes it easy to integrate with classical code in .NET.
To install Microsoft.Quantum.IQSharp, use the following command:
dotnet tool install -g Microsoft.Quantum.IQSharp
To start using IQSharp, open a terminal and type:
iqsharp
This will launch the interactive quantum programming environment, and you can start writing quantum code and testing it on simulators.
IQSharp comes with various simulators for testing quantum code, including:
IQSharp comes with a rich set of quantum libraries and samples, including:
Microsoft.Quantum.IQSharp is a powerful development environment for building real quantum applications. With its interactive programming environment, simulators, and quantum libraries, it makes it easy for developers to write and test quantum code. Whether you're a beginner or an experienced quantum programmer, IQSharp has all the tools you need to start building quantum applications today.