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
Describe the feature you'd like
The QubitTable class in autoqasm.simulator.program_context is almost an exact duplicate of the one in the default simulator repo.
Describe the feature you'd like
The
QubitTable
class inautoqasm.simulator.program_context
is almost an exact duplicate of the one in the default simulator repo.The AutoQASM version of this class is here:
autoqasm/src/autoqasm/simulator/program_context.py
Lines 42 to 181 in 8128271
The default simulator implementation is here:
https://github.com/amazon-braket/amazon-braket-default-simulator-python/blob/a4d7f98cb123ae6a1092972e728d2dbb93cb27b5/src/braket/default_simulator/openqasm/program_context.py#L96-L150
We should merge the changes into the default simulator repo and delete the
QubitTable
class from this repo.How would this feature be used? Please describe.
This will reduce code duplication and improve maintainability.
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: