chemqulacs.qse.qse module#

class chemqulacs.qse.qse.QSE(vqeci)[source]#

Bases: object

Quantum Subspace Expansion is a method for computing the eigenvalues of a Hermitian operator in the subspace spanned by the reference state and it’s excited states.

Parameters:

vqeci – VQECI object.

build_H()[source]#
build_S()[source]#
gen_excitation_operators(types='ee', n_excitations=2)[source]#
gen_singles_doubles()[source]#
solve()[source]#