NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::convolution_timestep_omp | ( | int | omp_num_threads, |
int | tstp, | ||
herm_matrix< T > & | C, | ||
herm_matrix< T > & | A, | ||
function< T > & | ft, | ||
herm_matrix< T > & | B, | ||
T | beta, | ||
T | h, | ||
int | SolveOrder | ||
) |
Returns convolution \(C = A\ast f\ast B\) at a given time step
Computes contour convolution C=A*f*B of the objects with class 'herm_matrix' at a given time step 't=nh'. Here we assume that A and B are hermitian. Works for a scalar and square matrices.
openMP
parallelized version.
omp_num_threads |
|
tstp |
|
C |
|
A |
|
ft |
|
B |
|
beta |
|
h |
|
SolveOrder |
|
Definition at line 5382 of file cntr_convolution_impl.hpp.