Closed Durd3nT closed 9 months ago
Closes #127
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.
insert_barriers
TrotterQRTE
True
TrotterQRTE.evolve()
All committers have signed the CLA.
Summary
Closes #127
Details and comments
This PR adds an argument
insert_barriers
toTrotterQRTE
. If set toTrue
, barriers are added to the Trotter circuit returned byTrotterQRTE.evolve()
after the initial state and after each Trotter layer.