Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/24amcoder-sb/qsharpexample
A Hello World app built with Q# Language aka Quantum Computing from Microsoft
https://github.com/24amcoder-sb/qsharpexample
microsoft-quantum q-sharp quantum-computing
Last synced: 17 days ago
JSON representation
A Hello World app built with Q# Language aka Quantum Computing from Microsoft
- Host: GitHub
- URL: https://github.com/24amcoder-sb/qsharpexample
- Owner: 24amcoder-sb
- License: mit
- Created: 2019-09-03T10:22:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:23:50.000Z (10 months ago)
- Last Synced: 2024-02-29T21:37:03.829Z (10 months ago)
- Topics: microsoft-quantum, q-sharp, quantum-computing
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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# project1. 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 _****_ and click OK.