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

LCU bug #135

Closed TimWeaving closed 1 year ago

TimWeaving commented 1 year ago

Minimal code to reproduce the bug: image Note the zero coefficient on the second rotation - this was causing one of the bugs in ContextualSubspace as the contextual operator was being mapped to zero.

AlexisRalli commented 1 year ago

Issue fixed in pull reqest #142