Update Impurity and/or bath operators¶
-
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.