Skip to content
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

Add Quantum Debugger to list. #834

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add Quantum Debugger to list. #834

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

Add Quantum Debugger to list.


Closes #833

@github-actions github-actions bot added the submission Project submission label Nov 10, 2024
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@@ -0,0 +1,11 @@
name = "Quantum Debugger"
url = "https://github.com/quantag/qdb-qscore"
description = "Quantum debugger which allows to debug OpenQASM and Python Qiskit circuits directly from VS Code. Supports step debugging and circuits visualization in VS Code. Implements Microsoft Debugger Adapter Protocol, can work with any [IDE](https://microsoft.github.io/debug-adapter-protocol/implementors/tools/) which supports it. ![Image](https://github.com/user-attachments/assets/981b1e10-5d79-4139-8bc4-cec672c4cc37) Source code: VS Code extension: https://github.com/quantag/qasm-adapter-vscode Backend with QVM: https://github.com/quantag/qdb-qscore VS Code extension can be downloaded directly from VS Code or [here](https://marketplace.visualstudio.com/items?itemName=QuantagITSolutionsGmbH.openqasm-debug)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description needs to be <=135 characters and doesn't support markdown. How's this?

Suggested change
description = "Quantum debugger which allows to debug OpenQASM and Python Qiskit circuits directly from VS Code. Supports step debugging and circuits visualization in VS Code. Implements Microsoft Debugger Adapter Protocol, can work with any [IDE](https://microsoft.github.io/debug-adapter-protocol/implementors/tools/) which supports it. ![Image](https://github.com/user-attachments/assets/981b1e10-5d79-4139-8bc4-cec672c4cc37) Source code: VS Code extension: https://github.com/quantag/qasm-adapter-vscode Backend with QVM: https://github.com/quantag/qdb-qscore VS Code extension can be downloaded directly from VS Code or [here](https://marketplace.visualstudio.com/items?itemName=QuantagITSolutionsGmbH.openqasm-debug)"
description = "Debug and visualize OpenQASM and Qiskit circuits directly from VSCode or any IDE that supports Microsoft's Debugger Adapter Protocol."

description = "Quantum debugger which allows to debug OpenQASM and Python Qiskit circuits directly from VS Code. Supports step debugging and circuits visualization in VS Code. Implements Microsoft Debugger Adapter Protocol, can work with any [IDE](https://microsoft.github.io/debug-adapter-protocol/implementors/tools/) which supports it. ![Image](https://github.com/user-attachments/assets/981b1e10-5d79-4139-8bc4-cec672c4cc37) Source code: VS Code extension: https://github.com/quantag/qasm-adapter-vscode Backend with QVM: https://github.com/quantag/qdb-qscore VS Code extension can be downloaded directly from VS Code or [here](https://marketplace.visualstudio.com/items?itemName=QuantagITSolutionsGmbH.openqasm-debug)"
licence = "MIT license"
contact_info = "[email protected]"
affiliations = "[Quantag IT Solutions GmbH](https://quantag-it.com/)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
affiliations = "[Quantag IT Solutions GmbH](https://quantag-it.com/)"
affiliations = "Quantag IT Solutions GmbH"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
submission Project submission
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Submission]: Quantum Debugger
3 participants