Template Function update_system_operator¶
Defined in File sysOperator.hpp
Function Documentation¶
-
template<typename nrgcore_type>
void update_system_operator(nrgcore_type *nrg_object, std::vector<qOperator> &systemo_oparator_nQ)¶ This function update a
qOperator
of the impurity class. This function should be called after the functionadd_bath_site
has been called and before theupdate_internal_state
.- Template Parameters:
nrgcore_type – nrgcore object type.
- Parameters:
systemo_oparator_nQ –
qOperator
of the impurity class.