:github_url: https://github.com/srbhp/nrgplusplus .. _program_listing_file_models_twoChannel.hpp: Program Listing for File twoChannel.hpp ======================================= |exhale_lsh| :ref:`Return to documentation for file ` (``models/twoChannel.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #include "nrgcore/qOperator.hpp" #include "utils/qmatrix.hpp" #include #include #include #include #include #include #include class twoChannel { public: // number of f operators twoChannel(); std::vector> get_basis(); std::vector> get_eigenvaluesQ(); std::vector get_chi_Q(); // protected: // functions // std::vector f_dag_operator; std::vector> eigenvalues_Q; std::vector chi_Q; std::vector> n_Q; };