forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into quantum-time-evo
- Loading branch information
Showing
552 changed files
with
23,824 additions
and
6,031 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
name: 🐛 Bug report | ||
description: Create a report to help us improve 🤔. | ||
labels: ["bug"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thank you for reporting! Please also use the search to see if there are any other relevant issues or pull requests. | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: For the version of Terra, please give the actual version number (_e.g._ 0.18.3) if you are using a release version, or the first 7-8 characters of the commit hash if you have installed from `git`. If anything else is relevant, you can add it to the list. | ||
# The trailing spaces on the following lines are to make filling the form | ||
# in easier. The type is 'textarea' rather than three separate 'input's | ||
# to make the resulting issue body less noisy with headings. | ||
value: | | ||
- **Qiskit Terra version**: | ||
- **Python version**: | ||
- **Operating system**: | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: What is happening? | ||
description: A short description of what is going wrong, in words. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: How can we reproduce the issue? | ||
description: Give some steps that show the bug. A [minimal working example](https://stackoverflow.com/help/minimal-reproducible-example) of code with output is best. If you are copying in code, please remember to enclose it in triple backticks (` ``` [multiline code goes here] ``` `) so that it [displays correctly](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax). | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: What should happen? | ||
description: A short description, including about the expected output of any code in the previous section. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Any suggestions? | ||
description: Not required, but if you have suggestions for how a contributor should fix this, or any problems we should be aware of, let us know. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: 💅 Enhancement request | ||
description: Suggest an improvement for this project 🆒! | ||
labels: ["type: enhancement"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: Please make sure to browse the opened and closed issues to make sure that this idea has not previously been discussed. | ||
|
||
- type: textarea | ||
attributes: | ||
label: What is the expected enhancement? | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: 🚀 Feature request | ||
description: Suggest an idea for this project 💡! | ||
labels: ["type: feature request"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: Please make sure to browse the opened and closed issues to make sure that this idea has not previously been discussed. | ||
|
||
- type: textarea | ||
attributes: | ||
label: What should we add? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,4 @@ pull_request_rules: | |
actions: | ||
backport: | ||
branches: | ||
- stable/0.18 | ||
- stable/0.19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.. _qiskit-synthesis: | ||
|
||
.. automodule:: qiskit.synthesis | ||
:no-members: | ||
:no-inherited-members: | ||
:no-special-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.. _qiskit-transpiler-synthesis-aqc: | ||
|
||
.. automodule:: qiskit.transpiler.synthesis.aqc | ||
:no-members: | ||
:no-inherited-members: | ||
:no-special-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _qiskit-transpiler-builtin-plugins: | ||
|
||
===================================== | ||
Built-in Transpiler Synthesis Plugins | ||
===================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
synthesis_aqc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.19.0 | ||
0.20.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.