Old functionalities of VQH, such as runvqe, map, mapfile, and more, are now deprecated in the new VQHCore. Hence, they should be migrated to a new fixed realtime mode, where VQHController takes the responsibility of managing the VQHSource and VQHMapper accordingly, such as to reproduce the old behaviour of VQH.
[x] Adapt VQHCore and VQHController for instantianting sources and mappers independently
[x] Implement fixed mode
[x] Test this mode against expected behaviour (Hexagonal Chambers matrices, multiple qubos in one file)
Old functionalities of VQH, such as
runvqe
,map
,mapfile
, and more, are now deprecated in the newVQHCore
. Hence, they should be migrated to a newfixed
realtime mode, whereVQHController
takes the responsibility of managing theVQHSource
andVQHMapper
accordingly, such as to reproduce the old behaviour of VQH.VQHCore
andVQHController
for instantianting sources and mappers independentlyfixed
mode