Change default compilation strategy to just perform unit conversion.
The current default MAX_ENERGY profile should be set explicitly as
program.compile_to(device=..., profile="max_energy")
or as
from qoolqit.execution import CompilerProfile
program.compile_to(device=..., profile=CompilerProfile.MAX_ENERGY)
To do
Change default compilation strategy to just perform unit conversion.
The current default MAX_ENERGY profile should be set explicitly as
or as
To do