Skip to content
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

Override control prob defaults in templates #60

Closed

Conversation

andgoldschmidt
Copy link
Member

Introduces the ability to override quantum control problem defaults in problem templates, for min time and robust problems.

Also adds a default (zero) objective. The zero objective could perhaps be tied to the number 0.0 when adding objectives, as a user convenience, but this was not implemented.

Closes #56

Copy link

codecov bot commented Nov 30, 2023

Codecov Report

Attention: 15 lines in your changes are missing coverage. Please review.

Comparison is base (fdeea38) 52.10% compared to head (d439ccb) 51.90%.

Files Patch % Lines
src/objectives.jl 0.00% 13 Missing ⚠️
src/problem_templates.jl 83.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #60      +/-   ##
==========================================
- Coverage   52.10%   51.90%   -0.21%     
==========================================
  Files          17       17              
  Lines        2422     2443      +21     
==========================================
+ Hits         1262     1268       +6     
- Misses       1160     1175      +15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Override quantum control problem defaults in problem templates
1 participant