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
Migrating Marek's code for DBI to discontinue the old repository #1143
Migrating Marek's code for DBI to discontinue the old repository #1143
Changes from 54 commits
be3c3a2
af58414
2ba60f7
49e80cc
3f4e0c0
77b3389
e334213
25854b9
81f4f53
fc0b64b
6cf4a96
1c6d6ca
5222045
9913226
9c4956b
d75b357
2085c3d
3ecdd2e
1b29ccd
7503a01
540c7a7
a9539c9
604f14e
bdbc073
d985db4
be96068
02eb2b6
8cc7e0d
759ae7b
41bc42a
5634830
312df2f
59185dc
d01b48a
10eb087
33a19a5
7d9ecaf
23844ab
2650243
a4ebd8b
f32dd5f
24d7b66
0d15274
b40b137
4f148b8
2fb84d4
138e133
056830f
d994b4a
d2d678c
d1d242e
677d2d5
18f70c3
0ff852b
f84ca33
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
We should add this utils function to the Qibo documentation.
I can do that just before merging.
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.
Hi @MatteoRobbiati thanks that would be helpful! There's Chinese New Year now so we are both off next week but once @Sam-XiaoyueLi is back it would be great to close the PR! :)
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.
Sure, no problem. Another solution is that I go ahead with the modifications and ask @andrea-pasquale and @Edoardo-Pedicillo for a final review :) So that everything will be merged when you are back.
OFC if @Sam-XiaoyueLi you are ok with this. Otherwise we can simply wait until you are back!
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.
that would be fantastic if you could merge after your changes, thanks @MatteoRobbiati
if there are any issues, you can raise separate issues too and assign @Sam-XiaoyueLi and then we can split the requests into smaller merges. Will be easier to close the PRs? Happy CNY! :)
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.
@MatteoRobbiati @Edoardo-Pedicillo if you agree, I believe that here it would make more sense to pass a
hamiltonian
as argument. The function should then return the correctDBI
instance with the corresponding execution parametersd
,step
and so on...