kestrelquantum / QuantumCollocation.jl

Quantum Optimal Control with Direct Collocation
MIT License
29 stars 7 forks source link

Robust control objectives #54

Closed andgoldschmidt closed 10 months ago

andgoldschmidt commented 10 months ago

Adds InfidelityRobustnessObjective to penalize sensitivity of infidelity to static operators.

FinalFidelityConstraint now includes a subspace argument. New problem templates and tests have also been added, see UnitaryRobustnessProblem. These are following the format established by UnitaryMinimumTimeProblem.

Closes #49.