qojulia / QuantumOpticsBase.jl

Base functionality library for QuantumOptics.jl
Other
64 stars 34 forks source link

Export and document `static_operator` #169

Closed amilsted closed 4 months ago

amilsted commented 4 months ago

static_operator() is useful for getting a non-lazy matrix representation of a time-dependent operator, for example in order to diagonalize it at a time t.

Krastanov commented 4 months ago

LGTM