You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, mqt-predictor uses different types of IR for its method interfaces, such as Qiskit.QuantumCircuit, TKET.Circuit, str, or Path to stored quantum circuits. This should be unified.
This should also be reflected in, e.g., rl.helper.qcompile that currently accepts only Qiskit.QuantumCircuit or a Path but no TKET.Circuit object.
The text was updated successfully, but these errors were encountered:
So far, mqt-predictor uses different types of IR for its method interfaces, such as
Qiskit.QuantumCircuit
,TKET.Circuit
,str
, orPath
to stored quantum circuits. This should be unified.This should also be reflected in, e.g.,
rl.helper.qcompile
that currently accepts onlyQiskit.QuantumCircuit
or aPath
but noTKET.Circuit
object.The text was updated successfully, but these errors were encountered: