qiskit-community / qiskit-algorithms

A library of quantum algorithms for Qiskit.
https://qiskit-community.github.io/qiskit-algorithms/
Apache License 2.0
116 stars 59 forks source link

added insert_barrier to TrotterQRTE #128

Closed Durd3nT closed 9 months ago

Durd3nT commented 10 months ago

Summary

Closes #127

Details and comments

This PR adds an argument insert_barriers to TrotterQRTE. If set to True, barriers are added to the Trotter circuit returned by TrotterQRTE.evolve() after the initial state and after each Trotter layer.

CLAassistant commented 10 months ago

CLA assistant check
All committers have signed the CLA.

coveralls commented 10 months ago

Pull Request Test Coverage Report for Build 7670087889


Totals Coverage Status
Change from base Build 7667982387: 0.006%
Covered Lines: 6489
Relevant Lines: 7157

💛 - Coveralls
woodsp-ibm commented 9 months ago

138 (linked above) will fix the copyright issue of other files that this is now failing on.