ORNL-QCI / tnqvm

Tensor Network QPU Simulator for Eclipse XACC
43 stars 10 forks source link

Fixed TNQVM updateConfiguration logic #78

Closed 1tnguyen closed 3 years ago

1tnguyen commented 3 years ago

Need to combine options given to the TNQVM accelerator initialize() and subsequent updateConfiguration() calls.

This is because these options need to be forwarded to the visitor impls.

Signed-off-by: Thien Nguyen nguyentm@ornl.gov