goodchemistryco / Tangelo

A python package for exploring end-to-end chemistry workflows on quantum computers and simulators.
https://goodchemistryco.github.io/Tangelo/
Other
99 stars 27 forks source link

Added trim_qubits option to Circuit.split() #353

Closed JamesB-1qbit closed 8 months ago

JamesB-1qbit commented 8 months ago

Added the option to split circuit without reindexing the qubits.

Used for a small bug fix in trim_trivial_qubits where two unentangled circuits that were not trivial were not added properly.