Skip to content

24amcoder-sb/QSharpExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

QSharpExample

A Hello World app built with Q# Language aka Quantum Computing from Microsoft

NOTE : The sample app was developed on a Windows 10 PC

Prerequisites

  • Visual Studio 2017 Build 15.6 ,or higher
  • x64 based System
  • .Net Core 2.1 SDK or higher
  • Microsoft Quantum Development Kit (Visual Studio Extension)
  • Version Number used - Microsoft.Quantum.Development.Kit-0.9.1908.2906QDK.vsix

Steps to create a Q# project

  1. Before opening Visual Studio, install the Quantum Development Kit.
  2. Now open VS -> File -> New Project -> Visual C#.
  3. You will now three Q# project templates:
    • Q# Application
    • Q# Library and,
    • Q# Test Project
  4. Make sure you have .NET Framework 4.6.1 (or more) selected in the list at the bottom of the New Project dialog box.
  5. Select Q# Application project template -> Type <your_project_name> and click OK.

About

A Hello World app built with Q# Language aka Quantum Computing from Microsoft

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published