|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void cntr::herm_matrix< T >::right_multiply | ( | int | tstp, |
| function< T > & | ft, | ||
| T | weight = 1.0 |
||
| ) |
Right-multiplies the herm_matrix with contour function. Preferred interface.
Performs the operation \(C(t,t^\prime) \rightarrow w C(t,t^\prime)F(t^\prime)\), where \(C(t,t^\prime)\) is the herm_matrix, \(F(t)\) is a contour function and \(w\) is a real weight. The operation is performed at given time step tstp.
| tstp |
|
| ft |
|
| weight |
|
Definition at line 3154 of file cntr_herm_matrix_impl.hpp.