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 function add_bath_site has been called and before the update_internal_state.

Template Parameters:

nrgcore_type – nrgcore object type.

Parameters:

systemo_oparator_nQqOperator of the impurity class.