-
Notifications
You must be signed in to change notification settings - Fork 127
Update branding to Microsoft Quantum Development Kit #2438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
"\n", | ||
"We also configure the target profile as `Adaptive_RI` to indicate we use the QIR profile with support for mid-circuit measurement, measurement-based control flow, and classical integer computation as part of compilation.\n", | ||
"\n", | ||
"Replace the `subscription_id`, `resource_group`, `name`, and `location` connection parameters with the values for your configured Azure Quantum Workspace, or try copying the Python code for connecting to your workspace from the VS Code Azure Quantum Extension." | ||
"Replace the `subscription_id`, `resource_group`, `name`, and `location` connection parameters with the values for your configured Azure Quantum Workspace, or try copying the Python code for connecting to your workspace from the VS Code Microsoft Quantum Extension." | ||
] | ||
}, | ||
{ | ||
|
@@ -340,7 +340,7 @@ | |
"name": "python3" | ||
}, | ||
"kernelspec": { | ||
"display_name": "Python 3 (ipykernel)", | ||
"display_name": ".venv", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
|
@@ -354,7 +354,7 @@ | |
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.11.6" | ||
"version": "3.12.10" | ||
}, | ||
"nteract": { | ||
"version": "[email protected]" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# [DEV BUILD] Azure Quantum Development Kit | ||
# [DEV BUILD] Microsoft Quantum Development Kit | ||
|
||
This is a development build of the Azure Quantum Development Kit, and is intended for early testing | ||
This is a development build of the Microsoft Quantum Development Kit, and is intended for early testing | ||
of upcoming features. | ||
|
||
To install the tested version of this extension, visit <https://marketplace.visualstudio.com/items?itemName=quantum.qsharp-lang-vscode>. | ||
The README for the stable build contains details on features and usage. | ||
|
||
For more information about the Modern QDK and Azure Quantum, visit [https://aka.ms/AQ/Documentation](https://aka.ms/AQ/Documentation). | ||
For more information about the QDK and Microsoft Quantum, visit [https://aka.ms/qdk](https://aka.ms/qdk). |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "qsharp-lang-vscode-dev", | ||
"displayName": "[DEV BUILD] Azure Quantum Development Kit (QDK)", | ||
"displayName": "[DEV BUILD] Microsoft Quantum Development Kit (QDK)", | ||
"description": "Q# and OpenQASM Language Support", | ||
"version": "0.0.0", | ||
"publisher": "quantum", | ||
|
@@ -31,13 +31,13 @@ | |
"walkthroughs": [ | ||
{ | ||
"id": "qsharp-vscode.welcome", | ||
"title": "The Azure Quantum Development Kit", | ||
"description": "Getting started with the Azure Quantum Development Kit in VS Code", | ||
"title": "The Microsoft Quantum Development Kit", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe just "Microsoft Quantum Development Kit"? (or are we going for something like "The Batman" 😜) |
||
"description": "Getting started with the Microsoft Quantum Development Kit in VS Code", | ||
"steps": [ | ||
{ | ||
"id": "qsharp-vscode.welcome.editor", | ||
"title": "Welcome to the Azure Quantum Development Kit", | ||
"description": "The Azure Quantum Development Kit (QDK) is an open-source SDK that you can use to write quantum programs and execute them on quantum hardware. This walkthrough will show you how to get started with the Azure Quantum Development Kit in VS Code.\n\nThe QDK gives you rich editor support for writing quantum programs, such as error checking, signature help, completion lists, safely renaming identifiers, and much more.", | ||
"title": "Welcome to the Microsoft Quantum Development Kit", | ||
"description": "The Microsoft Quantum Development Kit (QDK) is an open-source SDK that you can use to write quantum programs and execute them on quantum hardware. This walkthrough will show you how to get started with the Microsoft Quantum Development Kit in VS Code.\n\nThe QDK gives you rich editor support for writing quantum programs, such as error checking, signature help, completion lists, safely renaming identifiers, and much more.", | ||
"media": { | ||
"image": "resources/intellisense.png", | ||
"altText": "Intellisense" | ||
|
@@ -432,12 +432,12 @@ | |
{ | ||
"command": "qsharp-vscode.setTargetProfile", | ||
"category": "QDK", | ||
"title": "Set the Azure Quantum QIR target profile" | ||
"title": "Set the QIR target profile" | ||
}, | ||
{ | ||
"command": "qsharp-vscode.createNotebook", | ||
"category": "QDK", | ||
"title": "Create an Azure Quantum notebook" | ||
"title": "Create a Microsoft Quantum notebook" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This one creates a sample that actually uses Azure Quantum, so the name may actually be appropriate? |
||
}, | ||
{ | ||
"command": "qsharp-vscode.openPlayground", | ||
|
Uh oh!
There was an error while loading. Please reload this page.