Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Defaults in TranspileConfig (now called PassManagerConfig) #3035
Defaults in TranspileConfig (now called PassManagerConfig) #3035
Changes from 42 commits
efd1aa8
4527a17
76befce
e95a102
75ca2cd
ca3e1d2
ba39d87
203280f
eccfd27
ea8d6a2
cc393d1
24ce889
fc488b8
44677ce
b5ee757
01de59b
fe54db6
26b379e
4aeb87e
117d813
948b3d4
a909c5f
83a79d1
2f1e60e
23d1742
26d19e2
73b21c2
bbb1c45
142e298
321b906
4c98cc5
38f7c56
af9a914
5627f46
1ad6b25
1c91111
6b0b4be
cc7ddc1
187a58e
d261510
d4af0f8
3037240
2a99885
009238d
ad5bb3a
b21e0b3
70aaf6c
6dbac3b
8c5faba
a3582cc
1efe02f
58ecc5d
dacb8be
5ae9f13
a0b1755
0c13b16
cf28d29
571375f
09d0c90
9ec8679
095c0cc
34aec1e
a31a190
be7314a
66d838a
63e3e68
078979a
570c1f1
15f4dd4
fa007a0
6ed9677
7ec5ceb
08b68ea
4c87790
cef86d3
c50cf29
7d811ef
b57b28d
e1d7f10
7ad1521
b84e270
346b8ea
edc9184
ce06242
1c219ed
8d935be
a9e6825
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Attributes documentation should be updated. Also, would there be value in having an object for both the
TranspileArgs
andPassManagerConfig
, or istranspile_args
better left as adict
?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.
transpile_args
is a dict because is only used for calling the parallelization code.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.
attributes documentation should be updated.
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.
Can you make sure the module docstring has all the right info about what this new class contains.
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.
this is still not addressed. docstrings are not up to date
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.
Fixed in fa007a0