UCL-CCS / symmer

An efficient Python-based framework for implementing qubit subspace methods, reducing the resource requirements for near-term quantum simulations.
MIT License
37 stars 9 forks source link

Further LCU bug #145

Closed TimWeaving closed 1 year ago

TimWeaving commented 1 year ago

Need to rotate onto +1 coefficient in the unitary partitioning step (seq_rot does this by default, hence not encountering the same issue). Can be achieved be conjugating with one of the other clique representatives (already tested this and is now giving the correct energies in the contextual subspace).