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
301 stars 204 forks source link

Bosonic logarithmic mapper #1356

Closed ftroisi closed 5 months ago

ftroisi commented 5 months ago

Summary

This MR introduces the Bosonic Logarithmic Mapper, which allows to map the BosonicOp class to the qubit space using binary encoding. It addresses Issue #1345

Details and comments

See the issue above for more details on the reference papers

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 8735231706

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
qiskit_nature/second_q/mappers/bosonic_linear_mapper.py 0 1 0.0%
qiskit_nature/second_q/mappers/bosonic_logarithmic_mapper.py 58 62 93.55%
<!-- Total: 59 64 92.19% -->
Totals Coverage Status
Change from base Build 8721629367: 0.04%
Covered Lines: 9027
Relevant Lines: 10382

💛 - Coveralls