Class spinhalfKondo#

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#

Public Members

std::vector<std::vector<double>> eigenvalues_Q#
std::vector<double> chi_Q#
std::vector<qOperator> f_dag_operator#
std::vector<std::vector<int>> n_Q#