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

Add Ternary Tree Mapper #1313

Open grossardt opened 8 months ago

grossardt commented 8 months ago

Summary

Adds a new mapper class TernaryTreeMapper to implement the Ternary Tree based mapping algorithm (cf. arXiv:1910.10746). Fixes #582

Depends on the two previous pull requests #1270 and #1301 .

coveralls commented 8 months ago

Pull Request Test Coverage Report for Build 8760253408

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
qiskit_nature/second_q/mappers/ternary_tree_mapper.py 56 57 98.25%
<!-- Total: 69 70 98.57% -->
Files with Coverage Reduction New Missed Lines %
qiskit_nature/second_q/drivers/psi4d/psi4driver.py 1 85.12%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 8735857760: 0.07%
Covered Lines: 9092
Relevant Lines: 10447

💛 - Coveralls