CIPSI 2-state calculations¶
Import Wavefunction¶
Import the single-determinant wavefunction from the TREXIO file:
Setup Two-State Calculation¶
Configure QP to seek two states:
Running the Calculation¶
First, perform a CIS calculation to ensure we capture states of different symmetries (Ground State and Excited State):
Now, refine the wavefunction using CIPSI (FCI in truncated space). We use a selection factor to carefully grow the determinant space:
qp set determinants selection_factor 0.5
qp set determinants read_wf true
qp run fci | tee COH2.fci.out
Check COH2.fci.out. You should see two states with an excitation energy around 4 eV.