-
Notifications
You must be signed in to change notification settings - Fork 5
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
Phase space layout interface #134
Phase space layout interface #134
Conversation
6f28ebd
to
9e905ff
Compare
4b87e7e
to
9e905ff
Compare
@szabo137 Sorry for the confusion. VSC likes to push on the wrong remote 🙄 |
The fix for the unit tests are given here: QEDjl-project/QEDcore.jl#84 |
b0d61e8
to
9e905ff
Compare
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 structure and design looks good to me, as we have already talked about. I mostly have a bunch of typos and some documentation suggestions.
I think you'll need to link the PRs via the commit messages so the tests pass and we can merge. |
9e905ff
to
1b607e9
Compare
Co-authored-by: Anton Reinhard <[email protected]>
65e6c8c
to
5fbf3ad
Compare
@SimeonEhrig Sorry for my dumb question, again. As you can see in the test pipelines, this one's unit and integration tests work with a specific branch of QEDcore. Since this is not the dev branch, the verification job fails, which is intended, if I understand correctly. But now my dumb question: how should we proceed from here? I mean, this one can not be merged due to the verification failure, but QEDjl-project/QEDcore.jl#84 can't be merged either, because it needs this PR to be merged. |
I believe it can be merged only if you use the |
This I understood, so that means, I need to hide the |
Yes, I think then it should work. |
- [x] consider for merging after QEDjl-project/QEDbase.jl#134 is merged --------- Co-authored-by: Uwe Hernandez Acosta <[email protected]>
Adds the phase space layout (PSL) interface
TODOs
QEDprocesses=0.3
is releasedEdit:
The remaining todos are moved to #140