The default behavior of ensemble_objectives is to extend existing objectives. Quite often, it's much more straightforward to include the original Hamiltonian in the ensemble Hs. In that case, a flag keep_original_objectives=False could use replace the existing objectives with those generated for the different Hs.
The default behavior of
ensemble_objectives
is to extend existing objectives. Quite often, it's much more straightforward to include the original Hamiltonian in the ensembleHs
. In that case, a flagkeep_original_objectives=False
could use replace the existing objectives with those generated for the differentHs
.