qe-compiler icon indicating copy to clipboard operation
qe-compiler copied to clipboard

Convert target registration system away from holding the pointer to the instantiated target

Open mbhealy opened this issue 2 years ago • 0 comments

Only one target system will ever be instantiated for a compilation. Therefore we should have a single target pointer with accessors that are globally visible. This would eliminate the need for the changes made here: https://github.com/Qiskit/qss-compiler/pull/86 and allow the target plugin factory to hand over ownership of the target after construction.

mbhealy avatar Apr 13 '23 15:04 mbhealy