Open grossardt opened 10 months ago
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 | |
---|---|
Change from base Build 8735857760: | 0.07% |
Covered Lines: | 9092 |
Relevant Lines: | 10447 |
Summary
Adds a new mapper class
TernaryTreeMapper
to implement the Ternary Tree based mapping algorithm (cf. arXiv:1910.10746). Fixes #582Depends on the two previous pull requests #1270 and #1301 .