update problem templates and bump PQO compat#225
Open
jack-champagne wants to merge 5 commits intomainfrom
Open
update problem templates and bump PQO compat#225jack-champagne wants to merge 5 commits intomainfrom
jack-champagne wants to merge 5 commits intomainfrom
Conversation
19f637d to
81c920c
Compare
…instead of timesteps; refactor integrator functions for consistency
…ps; update system initialization parameters for consistency across tests.
… use N instead of T for consistency; update integrator functions accordingly.
…l problems - Changed control variable name from `a` to `u` across multiple problem templates: - `unitary_sampling_problem.jl` - `unitary_smooth_pulse_problem.jl` - `unitary_variational_problem.jl` - Updated associated bounds and regularization weights to reflect the new naming convention. - Enhanced trajectory initialization functions to support new control variable naming and added documentation for new methods. - Introduced new functions for generating initial unitary and control trajectories with detailed docstrings.
- Updated all manual pages and examples to use u, du, ddu naming - Changed .trajectory.a → .trajectory.u - Updated function parameters: a_bound → u_bound, da_bound → du_bound, etc. - Updated regularizers: R_a → R_u, R_da → R_du, R_dda → R_ddu - Updated math notation in index.md: a_t → u_t - Consistent with source code refactoring
81c920c to
d338517
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PiccoloQuantumObjects has updated a number of a its apis. The API that uses this inside of quantum collocation is primarily within problem templates.