-
Notifications
You must be signed in to change notification settings - Fork 54
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
base: main
Are you sure you want to change the base?
Conversation
|
@@ -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)" |
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 description needs to be <=135 characters and doesn't support markdown. How's this?
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/)" |
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.
affiliations = "[Quantag IT Solutions GmbH](https://quantag-it.com/)" | |
affiliations = "Quantag IT Solutions GmbH" |
Add Quantum Debugger to list.
Closes #833