UCL-CCS / symmer

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

Unitary partitioning rotations when number of cliques M>2 #8

Closed TimWeaving closed 2 years ago

TimWeaving commented 2 years ago

Unitary partitioning is currently defined in our code only for M=2. However, in general we may have more cliques than this which we would like to be able to handle.

TimWeaving commented 2 years ago

10