You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ body:
8
8
**Thank you for wanting to report a bug for this project!**
9
9
10
10
⚠
11
-
Verify first that your issue is not [already reported on GitHub](https://github.com/cda-tum/mqt-debugger/search?q=is%3Aissue&type=issues).
11
+
Verify first that your issue is not [already reported on GitHub](https://github.com/munich-quantum-toolkit/debugger/search?q=is%3Aissue&type=issues).
12
12
13
-
If you have general questions, please consider [starting a discussion](https://github.com/cda-tum/mqt-debugger/discussions).
13
+
If you have general questions, please consider [starting a discussion](https://github.com/munich-quantum-toolkit/debugger/discussions).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature-request.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ body:
8
8
**Thank you for wanting to suggest a feature for this project!**
9
9
10
10
⚠
11
-
Verify first that your idea is not [already requested on GitHub](https://github.com/cda-tum/mqt-debugger/search?q=is%3Aissue&type=issues).
11
+
Verify first that your idea is not [already requested on GitHub](https://github.com/munich-quantum-toolkit/debugger/search?q=is%3Aissue&type=issues).
Copy file name to clipboardExpand all lines: .github/contributing.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ We value contributions from people with all levels of experience.
6
6
In particular if this is your first pull request not everything has to be perfect.
7
7
We will guide you through the process.
8
8
9
-
We use GitHub to `host code <https://github.com/cda-tum/mqt-debugger>`_, to `track issues and feature requests <https://github.com/cda-tum/mqt-debugger/issues>`_, as well as accept `pull requests <https://github.com/cda-tum/mqt-debugger/pulls>`_.
9
+
We use GitHub to `host code <https://github.com/munich-quantum-toolkit/debugger>`_, to `track issues and feature requests <https://github.com/munich-quantum-toolkit/debugger/issues>`_, as well as accept `pull requests <https://github.com/munich-quantum-toolkit/debugger/pulls>`_.
10
10
See https://docs.github.com/en/get-started/quickstart for a general introduction to working with GitHub and contributing to projects.
11
11
12
12
Types of Contributions
@@ -15,16 +15,16 @@ Types of Contributions
15
15
You can contribute in several ways:
16
16
17
17
- 🐛 Report Bugs
18
-
Report bugs at https://github.com/cda-tum/mqt-debugger/issues using the *🐛 Bug report* issue template. Please make sure to fill out all relevant information in the respective issue form.
18
+
Report bugs at https://github.com/munich-quantum-toolkit/debugger/issues using the *🐛 Bug report* issue template. Please make sure to fill out all relevant information in the respective issue form.
19
19
20
20
- 🐛 Fix Bugs
21
-
Look through the `GitHub Issues <https://github.com/cda-tum/mqt-debugger/issues>`_ for bugs. Anything tagged with "bug" is open to whoever wants to try and fix it.
21
+
Look through the `GitHub Issues <https://github.com/munich-quantum-toolkit/debugger/issues>`_ for bugs. Anything tagged with "bug" is open to whoever wants to try and fix it.
22
22
23
23
- ✨ Propose New Features
24
-
Propose new features at https://github.com/cda-tum/mqt-debugger/issues using the *✨ Feature request* issue template. Please make sure to fill out all relevant information in the respective issue form.
24
+
Propose new features at https://github.com/munich-quantum-toolkit/debugger/issues using the *✨ Feature request* issue template. Please make sure to fill out all relevant information in the respective issue form.
25
25
26
26
- ✨ Implement New Features
27
-
Look through the `GitHub Issues <https://github.com/cda-tum/mqt-debugger/issues>`_ for features. Anything tagged with "feature" is open to whoever wants to implement it. We highly appreciate external contributions to the project.
27
+
Look through the `GitHub Issues <https://github.com/munich-quantum-toolkit/debugger/issues>`_ for features. Anything tagged with "feature" is open to whoever wants to implement it. We highly appreciate external contributions to the project.
28
28
29
29
- 📝 Write Documentation
30
30
MQT Debugger could always use some more `documentation <https://mqt.readthedocs.io/projects/debugger>`_, and we appreciate any help with that.
If you are stuck with a problem using MQT Debugger or are having questions, please do get in touch at our `Issues <https://github.com/cda-tum/mqt-debugger/issues>`_ or `Discussions <https://github.com/cda-tum/mqt-debugger/discussions>`_. We'd love to help.
4
+
If you are stuck with a problem using MQT Debugger or are having questions, please do get in touch at our `Issues <https://github.com/munich-quantum-toolkit/debugger/issues>`_ or `Discussions <https://github.com/munich-quantum-toolkit/debugger/discussions>`_. We'd love to help.
5
5
6
6
You can save time by following this procedure when reporting a problem:
7
7
8
8
- Do try to solve the problem on your own first. Make sure to consult the `Documentation <https://mqt.readthedocs.io/projects/debugger>`_.
9
-
- Search through past `Issues <https://github.com/cda-tum/mqt-debugger/issues>`_ to see if someone else already had the same problem.
9
+
- Search through past `Issues <https://github.com/munich-quantum-toolkit/debugger/issues>`_ to see if someone else already had the same problem.
10
10
- Before filing a bug report, try to create a minimal working example (MWE) that reproduces the problem. It's much easier to identify the cause for the problem if a handful of lines suffice to show that something isn't working.
@@ -27,7 +27,7 @@ It also provides a Debugger Adapter Protocol (DAP) server that can be used to in
27
27
</a>
28
28
</p>
29
29
30
-
If you have any questions, feel free to contact us via [[email protected]](mailto:[email protected]) or by creating an issue on [GitHub](https://github.com/cda-tum/mqt-debugger/issues).
30
+
If you have any questions, feel free to contact us via [[email protected]](mailto:[email protected]) or by creating an issue on [GitHub](https://github.com/munich-quantum-toolkit/debugger/issues).
A C++ compiler supporting C++17 and a minimum CMake version of 3.19 are required to build the project.
15
15
@@ -55,5 +55,5 @@ The :code:`mqt.debugger` Python module can be conveniently built locally by call
55
55
56
56
The :code:`--editable` flag ensures that changes in the Python code are instantly available without re-running the command.
57
57
58
-
`Pybind11 <https://pybind11.readthedocs.io/>`_ is used for providing bindings of the C++ core library to Python (see `bindings.cpp <https://github.com/cda-tum/mqt-debugger/tree/main/src/python/bindings.cpp>`_).
58
+
`Pybind11 <https://pybind11.readthedocs.io/>`_ is used for providing bindings of the C++ core library to Python (see `bindings.cpp <https://github.com/munich-quantum-toolkit/debugger/tree/main/src/python/bindings.cpp>`_).
59
59
If parts of the C++ code have been changed, the above command has to be run again to make the changes visible in Python.
Copy file name to clipboardExpand all lines: docs/Installation.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ In order to get the best performance out of MQT Debugger and enable platform-spe
90
90
This requires a `C++ compiler <https://en.wikipedia.org/wiki/List_of_compilers#C++_compilers>`_ compiler supporting *C++17* and a minimum `CMake <https://cmake.org/>`_ version of *3.19*.
91
91
92
92
The library is continuously tested under Linux, MacOS, and Windows using the `latest available system versions for GitHub Actions <https://github.com/actions/virtual-environments>`_.
93
-
In order to access the latest build logs, visit `mqt-debugger/actions/workflows/ci.yml <https://github.com/cda-tum/mqt-debugger/actions/workflows/ci.yml>`_.
93
+
In order to access the latest build logs, visit the `GitHub Actions page <https://github.com/munich-quantum-toolkit/debugger/actions/workflows/ci.yml>`_.
94
94
95
95
.. note::
96
96
We noticed some issues when compiling with Microsoft's *MSCV* compiler toolchain. If you want to start development on this project under Windows, consider using the *clang* compiler toolchain. A detailed description of how to set this up can be found `here <https://docs.microsoft.com/en-us/cpp/build/clang-support-msbuild?view=msvc-160>`_.
0 commit comments