kestrelquantum / QuantumCollocation.jl

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

Direct sum problem templates #101

Closed andgoldschmidt closed 4 months ago

andgoldschmidt commented 4 months ago

Closes #67

New problem template:

"""
    UnitaryDirectSumProblem(probs, final_fidelity; kwargs...)

Construct a `QuantumControlProblem` as a direct sum of unitary gate problems. The 
purpose is to find solutions that are as close as possible with respect to one of 
their components. In particular, this is useful for finding interpolatable control solutions.
"""
andgoldschmidt commented 4 months ago

Also fixes #61