Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
amilsted authored Jul 26, 2023
1 parent 95a1743 commit 066d376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time_dependent_operator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 066d376

Please sign in to comment.