Class spinhalfKondo#
Defined in File spinhalfKondo.hpp
Class Documentation#
-
class spinhalfKondo#
Public Functions
-
inline spinhalfKondo(double JKondo, double spinS)#
Construct a new spinhalfKondo object.
This class is for a single orbital with spin up and down f operator. SIAM can be made entirely from this class.
- Parameters:
JKondo – J value for the Kondo interaction
spinS – Spin value i.e,. 1/2 or 3/2. Integer Spin may not work
-
inline std::vector<std::vector<int>> get_basis() const#
-
inline std::vector<std::vector<double>> get_eigenvaluesQ() const#
-
inline std::vector<double> get_chi_Q() const#
-
inline spinhalfKondo(double JKondo, double spinS)#