NESSi  v1.0.2
The NonEquilibrium Systems Simulation Library
cntr_dyson_omp_decl.hpp File Reference

Go to the source code of this file.

Classes

class  cntr::function< T >
  Class function for objects \( f(t) \) with time on real axis. More...
 
class  cntr::herm_matrix< T >
  Class herm_matrix for two-time contour objects \( C(t,t') \) with hermitian symmetry. More...
 

Namespaces

 cntr
 

Functions

template<typename T >
void cntr::dyson_timestep_omp (int omp_num_threads, int n, herm_matrix< T > &G, T lam0, function< T > &H, herm_matrix< T > &Sigma, T beta, T h, int SolveOrder)
  One step Dyson solver (integral-differential form) for a Green's function \(G\) using openMP parallelization More...