|
RealTimeTransport 1.0.0
Real-time simulation of quantum transport processes
|
Go to the source code of this file.
Classes | |
| class | RealTimeTransport::RenormalizedPT::CurrentKernel |
| Defines the renormalized current kernel. More... | |
Functions | |
| RenormalizedPT::CurrentKernel | RealTimeTransport::computeCurrentKernel (const std::unique_ptr< Model > &model, int r, RenormalizedPT::Order order, SciCore::Real tMax, SciCore::Real errorGoal, int block=-1) |
| Computes the current kernel for a given model. | |
| RenormalizedPT::CurrentKernel | RealTimeTransport::computeCurrentKernel (const std::unique_ptr< Model > &model, int r, RenormalizedPT::Order order, SciCore::Real tMax, SciCore::Real errorGoal, tf::Executor &executor, int block=-1) |
| Computes the current kernel for a given model in parallel. | |
| SciCore::ChebAdaptive< SciCore::Real > | RealTimeTransport::computeCurrent (const RenormalizedPT::CurrentKernel &KCurrent, const Propagator &propagator, const Model::OperatorType &rho0) |
| Computes the transient current for a given initial state. | |