Propagators

API

QuantumDynamics.Propagators.calculate_bare_propagatorsFunction
calculate_bare_propagators(; Hamiltonian::AbstractMatrix{<:Complex}, dt::AbstractFloat, ntimes=1, external_fields::Union{Nothing,Vector{Utilities.ExternalField}}=nothing)

This function calculates the bare propagators for a given Hamiltonian and under the influence of the external_fields with a time-step of dt for ntimes time steps.

source