meanfield.h Source File
LibRPA
|
meanfield.h
Go to the documentation of this file.
59 ComplexMatrix get_dmat_cplx_R(int ispin, const std::vector<Vector3_Order<double>>& kfrac_list, const Vector3_Order<int>& R) const;
64 std::map<double, std::map<Vector3_Order<int>, ComplexMatrix>> get_gf_cplx_imagtimes_Rs(int ispin, const std::vector<Vector3_Order<double>>& kfrac_list, std::vector<double> imagtimes, const std::vector<Vector3_Order<int>>& Rs) const;
65 std::map<double, std::map<Vector3_Order<int>, matrix>> get_gf_real_imagtimes_Rs(int ispin, const std::vector<Vector3_Order<double>>& kfrac_list, std::vector<double> imagtimes, const std::vector<Vector3_Order<int>>& Rs) const;
Definition: complexmatrix.h:20
ComplexMatrix get_dmat_cplx(int ispin, int ikpt) const
get the density matrix of a particular spin and kpoint
Definition: meanfield.cpp:110
Definition: vector3_order.h:15
Definition: matrix.h:23
utilies to handle square matrix and related operations
Generated by