qiskit-nature icon indicating copy to clipboard operation
qiskit-nature copied to clipboard

Implement `commutator` routines for the `SparseLabelOp`

Open mrossinek opened this issue 3 years ago • 1 comments
trafficstars

What should we add?

It would be useful to have (anti-/double-)commutator routines for SparseLabelOp instances, similar to those available in qiskit.opflow.

The implementation is likely almost identical (calling .simplify() instead of .reduce()) and should be placed into qiskit_nature.second_q.operators.commutators. Unittests should be added accordingly.

mrossinek avatar Sep 27 '22 13:09 mrossinek

You can assign this to me! 😄

javabster avatar Oct 04 '22 18:10 javabster