qrunch.chemistry.ground_state_problem.calculators.tools.excitations.excitation_gate_pool

Generate a gate pool from particle-hole excitations for VQE.

Classes

ExcitationGatePool

Class defining the excitation gate pool.

class ExcitationGatePool

Bases: GatePool

Class defining the excitation gate pool.

__init__(excitations: Excitations) None

Initialize the ExcitationGatePool.

The gate pool will contain excitation gate pool operators corresponding to the provided excitations.

Parameters:

excitations (Excitations) – Excitations to use in the creation of the gate pool.

Return type:

None