-
Notifications
You must be signed in to change notification settings - Fork 0
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
Modify pipeline #39
base: master
Are you sure you want to change the base?
Modify pipeline #39
Conversation
Codecov Report
@@ Coverage Diff @@
## master #39 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 15 15
Lines 1335 1344 +9
======================================
- Misses 1335 1344 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@scarlehoff When you can, could you check whether this (5429600) is a reasonable change. It basically gets around manually running the adiabatic minimization. The solution I found is a bit archaic & brute but it works fine xD |
I'll have a look. Is there a way to hide codecov warnigns? I find it very "noisy" |
Good question! This is a part of the Github integration App for this repo which I am not able to remove. |
Co-authored-by: Juacrumar <[email protected]>
Co-authored-by: Juacrumar <[email protected]>
Co-authored-by: Juacrumar <[email protected]>
Co-authored-by: Juacrumar <[email protected]>
@scarlehoff Thanks! I have this very bad habit of putting multiply definitions in one line (which I thought would prioritize visualization, but I have to get rid of that...). |
It depends on the situation, in practice what |
I definitely agree! |
I suppose this can be merged now. |
I'm playing with it now. I have a few comments:
|
This automatically runs the adiabatic minimization if
existing_enhanced
from the runcard is True.