qiskit-community / qiskit-nature

Qiskit Nature is an open-source, quantum computing, framework for solving quantum mechanical natural science problems.
https://qiskit-community.github.io/qiskit-nature/
Apache License 2.0
297 stars 201 forks source link

Implement a `MixedOperator` #795

Open mrossinek opened 2 years ago

mrossinek commented 2 years ago

What should we add?

We would like to add support for more complex models which couple various types of particles (e.g. fermions with bosons). Among other things, this finds application in lattice gauge theory which is a planned addition to the lattice framework (see e.g. #556 which is the simplest LGT case).

A rough list of requirements which are needed for this to work are:

:warning: Disclaimer: this is mostly an assortment of some thoughts. A first step for tackling this issue would be to come with a design on how to achieve this, given the rough outline of requirements presented above. I am happy to answer questions with more details :+1:

Anthony-Gandon commented 1 year ago

I would like to participate implementing this MixedOp