diff --git a/src/time_dependent_operator.jl b/src/time_dependent_operator.jl index bf6fab4d..103133c5 100644 --- a/src/time_dependent_operator.jl +++ b/src/time_dependent_operator.jl @@ -7,7 +7,7 @@ import Base: size, *, +, -, /, ==, isequal, adjoint, convert Abstract type providing a time-dependent operator interface. Time-dependent operators have internal "clocks" that can be addressed with [`set_time!`](@ref) and [`current_time`](@ref). A shorthand `op(t)`, equivalent to -`set_time!(op, t)`, is available for brevity. +`set_time!(copy(op), t)`, is available for brevity. A time-dependent operator is always concrete-valued according to the current time of its internal clock.