triqs.gfs.tools.transpose

triqs.gfs.tools.transpose(x)[source]

Transpose in target space with lazy-expression support.

Parameters:
xGf, BlockGf or LazyExpr

Object to transpose. Must expose a transpose() method unless it is a lazy expression.

Returns:
Same type as x

\(G^T\) (mesh axes untouched).