You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
julia>using QuantumPropagators.Amplitudes: LockedAmplitude, ShapedAmplitude
julia>using QuantumControlBase: get_control_deriv
julia>shape(t) =1.0
shape (generic function with 1 method)
julia> ampl1 =LockedAmplitude(shape)
LockedAmplitude(::typeof(shape))
julia>get_control_deriv(ampl1, shape)
ERROR: type LockedContinuousAmplitude has no field control
The correct result for any call to get_control_deriv with a LockedAmplitude is 0.0 (as the amplitude does not depend on any control, by definition)
The text was updated successfully, but these errors were encountered:
Via @mrs504aa in https://github.com/orgs/JuliaQuantumControl/discussions/64:
The correct result for any call to
get_control_deriv
with aLockedAmplitude
is 0.0 (as the amplitude does not depend on any control, by definition)The text was updated successfully, but these errors were encountered: