feat: drive Hessian, per-drive du bounds, generalized free-phase, FunctionPulse#126
Closed
aarontrowbridge wants to merge 2 commits intomainfrom
Closed
feat: drive Hessian, per-drive du bounds, generalized free-phase, FunctionPulse#126aarontrowbridge wants to merge 2 commits intomainfrom
aarontrowbridge wants to merge 2 commits intomainfrom
Conversation
…ds, and FunctionPulse
- Add drive_coeff_hess for second-order sensitivity (exact Hessian in SplineIntegrator)
- Parametrize LinearDrive/NonlinearDrive on H type for structured operators
- Add drive_matrix/drive_dim accessors, per-drive du_bounds in SplinePulseProblem
- Generalize free-phase from qubit-only Z to number-operator rotation e^{iθn̂}
- Add FunctionPulse for analytic pulse rollouts, initial_phases kwarg
- Add free-phase FinalCoherentKetFidelityConstraint for MinimumTimeProblem
- Rename traj→qtraj in trajectory callables for consistency
- Add pulse_plots.jl visualization module
Bump version to 1.7.0. Type-parametrize drives and QuantumSystem for structured operators, add Hessian support to NonlinearDrive, per-drive du_bounds in SplinePulseProblem, initial_phases in free-phase templates, and free-phase support in MinimumTimeProblem. Format all files.
Member
|
merged in as of #128. Released in Piccolo v1.7.0 |
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.
Summary
drive_coeff_hessfor second-order sensitivity equations (exact Hessian in SplineIntegrator)LinearDrive/NonlinearDriveonHtype to support structured operators (e.g.AbstractDynamicsOperator)drive_matrix/drive_dimaccessors and_ensure_matrixconversion layerdu_boundsvector inSplinePulseProblem(takes precedence over scalardu_bound)Zto number-operatore^{iθn̂}(supports multi-level subsystems like transmon⊗cavity)initial_phaseskwarg toSmoothPulseProblemandSplinePulseProblemFunctionPulsefor analytic pulse rollouts without discretizationFinalCoherentKetFidelityConstraintforMinimumTimeProblemwithMultiKetTrajectoryΔt_boundsandsubsystem_levelskwargs toMinimumTimeProblemtraj→qtrajin trajectory callable methods for consistencypulse_plots.jlvisualization module (plot_pulse,plot_pulse_IQ,plot_pulse_phases)Test plan
🤖 Generated with Claude Code