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

Explicit initialization of PauliwordOp #65

Closed TimWeaving closed 1 year ago

TimWeaving commented 1 year ago

Allow initialization from explicit representations, e.g. PauliwordOp.from_symplectic(.), PauliwordOp.from_dictionary(.), PauliwordOp.from_list(.), PauliwordOp.from_matrix(.) etc.

TimWeaving commented 1 year ago

This has been introduced in PR #66.