triqs_ctint.post_process.chiAB_from_chi2_PH
- triqs_ctint.post_process.chiAB_from_chi2_PH()
Dispatched C++ function(s).
[1] (chi2ph_tau: Block2Gf[MeshImTime, 4], gf_struct: [tuple[str, int]], A_op_vec: [Operator], B_op_vec: [Operator]) -> Gf[MeshImTime, 2]
Calculate the operator-pair correlation function \(\chi_{AB}\) in the particle-hole channel.
Contracts the two-point correlator \(\chi^{(2)}_{ph}\) with the operator pairs \(A\) and \(B\) to form \(\chi_{AB}(\tau)\).
- Parameters:
- chi2ph_tauBlock2Gf[MeshImTime, 4]
The two-point correlator \(\chi^{(2)}_{ph}(\tau)\) in the particle-hole channel.
- gf_struct[tuple[str, int]]
The block structure of the Green’s function.
- A_op_vec[Operator]
The list of operators \(A\).
- B_op_vec[Operator]
The list of operators \(B\).
- Returns:
- Gf[MeshImTime, 2]
The operator-pair correlation function \(\chi_{AB}(\tau)\).