qiskit-nature
qiskit-nature copied to clipboard
Implement the LatticeModel
What is the expected feature?
Implement the LatticeModel
class. (we may want to call this a LatticeProblem
)
It should be located in the qiskit_nature.problems.second_quantization.lattice
module.
An important aspect to consider here, is that this implementation is responsible for the correct construction of the SecondQuantizedOp
. This means, that it needs to know how to construct (what used to be a SpinOp
in the original design considerations) in terms of a BosonicOp
.
@k-tamuraphys will make a PR about Lattice and FermiHubbard.
More issue:
- [ ] Kagome Lattice
- [ ] Honeycomb lattice
The actual feature that was tracked by this Epic was the LatticeModel
and LatticeModelProblem
, both of which have been implemented. I opened separate feature requests for the remaining suggested lattice types and am closing this issue.