-
Notifications
You must be signed in to change notification settings - Fork 142
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
Changes from 1 commit
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 |
---|---|---|
|
@@ -20,3 +20,4 @@ __pycache__/ | |
.pytest_cache/ | ||
.idea/ | ||
*.so | ||
scratch/ | ||
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 Modern 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", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sneaking this is as a convenience (I often keep working projects or notebooks in this location so it avoid the git diff clutter).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't mind this, but have you considered adding a personal .gitignore file with
git config --local core.excludesFile .gitignore-local
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can add a readme file in this folder, check it in and then add this git ignore. I have a need for this as well, but I often use samples folder instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wouldn't that make our already busy top-level folder structure even more busy?
For my part, I don't think this is change makes sense to do here, but if others are fine with it then it's not the worst.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But nothing is going to get checked in there - that's the point of it being in the .gitignore. I just like to have a 'working folder' for experiements when I have the qsharp workspace open but not have the git change list cluttered with things I don't want to actually check-in (also avoids accidentally checking them in). (I often put them under
samples
also as Dmitry alluded to, so that's an option).I can take it out of here and discuss separately. It's unrelated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the top level being busier was in response to Dmitry's suggestion to check the folder in with a readme and then add it to the gitignore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought my personal gitinore suggestion was pretty good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚲 🏚️ 🤣