QuantumCollocation v0.9.0
changes
- instances of named trajectories
.Tfield renamed to appropriate.N - instances of default controls, or variables/coefficients referencing default controls changed from
:ato:u(e.g.R_u,R_du,R_ddu),u_bounds, etc.)
breaking changes
For problem templates:
a_bound, anda_boundsparameters across all problem templates have been removed (now supposed to be provided in drive_bounds for QuantumSystem struct)a_guesshas been renamed tou_guessda_boundhas been renamed todu_bound- da_bounds
has been renamed todu_bounds` dda_boundhas been renamed toddu_bounddda_boundshas been renamed toddu_boundsR_ahas been renamed toR_uR_dahas been renamed toR_duR_ddahas been renamed toR_dducontrol_namedefault internal control variable symbol has been changed from:ato:uTparam has been renamed toN
For quantum systems:
- params field internal to quantum systems constructed by
transmons.jl, andcats.jlhave been removed get_cat_controlsfunction now should be user defined instead of provided by our library
For trajectory initialization (trajectory_initialization.jl)
a_guesshas been renamed tou_guesscontrol_namedefault internal control variable symbol has been changed from:ato:uTparam has been renamed toN
Merged pull requests:
- Update external APIs to align with PQO v0.7 (#230) (@jack-champagne)
- ver bump to 0.9.0 (#231) (@jack-champagne)