oqc-community / qat

QAT is a quantum compiler and runtime focused on low-level, just-above-driver integration.
Other
37 stars 8 forks source link

Allow configuration of LiveHardwareModel on initistion. #122

Closed keriksson-rosenqvist closed 1 month ago

keriksson-rosenqvist commented 1 month ago

Allow LiveHardwareModel to be initiated with all the input arguments supported by QuantumHardwareModel.

keriksson-rosenqvist commented 1 month ago

Question: why do we need the extra arguments ? Are they required for some use case ?

@hamidelmaazouz What are you referring to? This is allowing users of LiveHardwareModel to specify the same input arguments as are supported by the parent class QuantumHardwareModel. If this is not added then the LiveHardwareModel is "forced" to use the default QuantumHardwareModel values for those input arguments.